-
This is a great tool that I have implemented in a recent project to ensure that comparisons between two objects do not exclude newly added fields if the developer forgets to add them to the "Equals" m…
-
Hello,
Is it possible to save information on connections and/or comparers in the .txt or .xlsx file? Or how to include them by hand in the .txt or .xlsx file?
Thanks in advance
R
-
## File a bug
### Include your code
Consider the following example which worked in EF Core 6 but throws in EF Core 7:
```C#
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFram…
rmja updated
2 months ago
-
We can rewrite Matches and IsExactly in terms of GetElementPairs(), or even IReadOnlyDictionary. This could be done as in-place replacements for the current methods (who then don't need to be virtual …
-
### Analyzer
**Diagnostic ID**: [CA1310](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
### Describe the improvement
In the repos I work in, it's very com…
-
Idea from #31
Use overloads with `Comparers` everywhere, including `Dictionary` constructor
isc30 updated
5 years ago
-
How about adding special equality comparers for `float` and `double` types, which allow you to specify the allowed tolerance for difference?
As far as I know there are none in .NET or this library.
ljani updated
4 years ago
-
In [Revit_oM](https://github.com/BHoM/Revit_Toolkit/tree/master/Revit_oM/Enums) there are enums that represent string and number comparison type (equal, greater, comparison type etc.). Shouldn't…
-
My entity has a collection of [SmartEnums](https://github.com/ardalis/SmartEnum) (simplified in the code example below) which is persisted in the database using a `ValueConverter` in order to keep the…
-
### Description
When `set1` and `set2` have different comparers, current `SortedSetEquals` basically returns `set1.IsSubsetOf(set2)`.
https://github.com/dotnet/runtime/blob/f61ca08d93fe06599f4566d6f…