-
In the **Filter & Order** category there's also these:
```
.Union(IEnumerable[,IEqualityComparer])
.Intersect(IEnumerable[,IEqualityComparer])
.Except(IEnumerable[,IEqualityComparer])
.Distinct…
-
When we translate `codesystem` in the expression compiler (and subsequently in our C# code), we type it as an array of Code types, which is resolved by default as a `CqlCode` - subsequently, codesyste…
-
This is O(M*N). That's ok?
_Originally posted by @stephentoub in https://github.com/dotnet/runtime/pull/61196#r788323500_
This concerns both the old `IEnumerable` overload and the newly added `…
-
[Job](https://mihubot.xyz/runtime-utils/Eh7dm2A) completed in 20 minutes 14 seconds.
https://github.com/dotnet/runtime/pull/108579
### Diffs
Diffs
```
Found 367 files with textual diffs.
Summary …
-
Hi @rdumont,
We're using assistdog here on CashCowPro. Thanks for it =)
We feel the need to add parsers for pointers, so we could handle nullable variables. Right now we're using `N/A` to iden…
-
I'm looking into vectorizing S.C.G.Dictionary using Vector128. I'm at the point of figuring out how much work it would be to prototype it in-tree, as I have a [basic standalone prototype](https://gith…
-
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 =
…
-
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…
-
[Job](https://mihubot.xyz/runtime-utils/Eh7czk6A) completed in 20 minutes 19 seconds.
https://github.com/dotnet/runtime/pull/109715
### Diffs
Diffs
```
Found 279 files with textual diffs.
Summary…