-
**Problem:**
Sometimes, it is useful to use arrays as keys in a map such as `Dictionary`. A motivating use case would be blockchain applications. Here, we often need to map a hash to some piece of …
-
# 2nd API review iteration [TODO]
TODO - Fill the new API proposal here please, with summary of the troubles we have found during code review of the 1st API review iteration.
# 1st API review it…
-
It could be useful to be able to compare `TPJEnvironmentVar` records.
Need to decide how to compare. Do we consider two records to be equal if their names are the same or if both name and value are…
-
In the **Filter & Order** category there's also these:
```
.Union(IEnumerable[,IEqualityComparer])
.Intersect(IEnumerable[,IEqualityComparer])
.Except(IEnumerable[,IEqualityComparer])
.Distinct…
-
# Add overload for creating Set/Map that includes an IComparer` and `Map` which takes an `IComparer
-
Hey! I've been trying TinkStateSharp on some projects to replace my home-made observable state solution that requires manual binding so that the bindings are auto-generated. It works mostly great so f…
-
`CloudEvent.GetPopulatedAttributes()` returns an `IEnumerable` which is actually a bit odd. You'd think it would be usable as a dictionary, but I'm guessing there might be a cause where the same attri…
-
Hi, is there any reason why the default `equalityComparer` doesn't support objects with referential equality? I mean I'd generally prefer an implementation similar to this.
```
var areEqual =
…
-
Hi!
NUnitEqualityComparer is implemented as
```
internal bool AreEqual(object x, object y, ref Tolerance tolerance, ComparisonState state)
{
this.failurePoints = n…
-
Hi there, first of all great package, thanks so much for publishing it to nuget it's really promising.
I'm trying to integrate CUE and this library into an existing [C# project](https://github.com/…