-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ES.FX): move ValueRange to Primitives and simplify structure
- Moved `ValueRange` class from `ValueRanges` folder to `Primitives`. - Changed `ValueRange` from an abstract record to a readonly record struct. - Removed the need for derived classes by eliminating the abstract method `CreateFor`. - Simplified comparison logic in the `CompareTo` method. - Deleted specific range classes (`DateTimeOffsetRange`, `DateTimeRange`, `DoubleRange`, `IntRange`, and `TimeSpanRange`) as they are no longer needed due to refactoring of the base class.
- Loading branch information
1 parent
7459b3e
commit 02dda61
Showing
7 changed files
with
10 additions
and
60 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.