Fix numeric range equality#3600
Merged
marcschier merged 3 commits intoMar 10, 2026
Merged
Conversation
marcschier
approved these changes
Mar 8, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3600 +/- ##
===========================================
+ Coverage 51.86% 66.24% +14.37%
===========================================
Files 370 459 +89
Lines 78618 97726 +19108
Branches 13650 16379 +2729
===========================================
+ Hits 40779 64743 +23964
+ Misses 33705 27920 -5785
- Partials 4134 5063 +929 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
romanett
approved these changes
Mar 8, 2026
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jnsjll
pushed a commit
to jnsjll/UA-.NETStandard
that referenced
this pull request
Mar 12, 2026
* test(numeric-range): add failing test * fix(numeric-range): include sub ranges in equality check * test(numeric-range): add tests for coverage
mrsuciu
pushed a commit
to mrsuciu/UA-.NETStandard
that referenced
this pull request
Mar 19, 2026
* test(numeric-range): add failing test * fix(numeric-range): include sub ranges in equality check * test(numeric-range): add tests for coverage (cherry picked from commit 56486ef)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Include
NumericRange.SubRangesin equality check and hashcode.Related Issues
Types of changes
Checklist