-
`EqualityComparer.Default.GetHashCode` returns `0` when provided with null.
The various `StringComparer`s, however, throw `ArgumentNullException`. This is frustrating because it means you can't alw…
-
#### Is the feature request related to a problem
Counters comparers (like `DateTimeOffsetComparer`) are hardcoded and there is no way to change default comparer.
In some cases I want to override i…
-
# 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…
-
If you need a `StringComparer` that performs case-mapping, you have two choices:
1. `StringComparer.OrdinalIgnoreCase`
2. `CaseInsensitiveComparison.Comparer`
These two case-mapping techniques di…
-
I wanted to cleanup the namespace Google.Maps for our pending Release v1.0. Key consideration is "shortest code for setting up the request" not for diving deep into the hierarchy.
Most of the type…
-
Having recently been enabling the UpdateOnly for Robot_Toolkit (is working really well!) I'm thinking it would be good to extend/expose a bit more structured interaction to the human interface.
A …
-
I have a workflow for detecting duplicates in a dataset that I am looking to deploy.
I'd like to be able to configure the blocking rules used to generate candidate pairs as part of the CLI that run…
-
**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 …
-
We're seeing failures in this test, e.g.:
```
Assert.Equal() Failure
Expected: 1
Actual: -1
```