-
https://docs.microsoft.com/en-us/dotnet/api/system.valuetuple.compareto
The current description of the method is:
> Returns 0 if other is a ValueTuple instance and 1 if other is null.
This is o…
-
We know implicit conversion are evil, however Option.Some / Option.Return seems like boilerplate code on many places which could be reduced with an implicit conversion.
Some cases where it would be…
-
In this comment in a code example in *Generic Interfaces*:
> // Because we need to call this method, the SortedList
> // class is constrained on IEnumerable
Shou…
-
## Summary
Add optional metadata to each IDataLoader.Load for better queries.
### Basic example
Copied from [Examples](https://graphql-dotnet.github.io/docs/guides/dataloader#examples)
```cshar…
-
Opened on behalf of @jiangzeng
The test `System.Numerics.Tests.ComparisonTest/IComparable_Invalid` has failed.
```
Assert.Equal() Failure\r
Expected: obj\r
Actual: (null)
```
Stack Trace:
```
…
ghost updated
3 years ago
-
Hi Mehni, I love this mod and consider it a staple even amongst vanilla playthroughs. Hope you can help with the following problem.
A recent issue I found (not sure if it's due to a mod/Rimworld up…
-
There are overloads of `Math.Min` and `Math.Max` for all the numeric types, but there aren't any for general comparable types (including framework types like `DateTime` and `TimeSpan`). It would be ni…
svick updated
3 years ago
-
-
## Overview
With the addition of System.Numerics.Vector it suddenly became possible to write some generic algorithms that worked for most primitive numeric datatypes. However as soon as you need to…
-
- [x] Average
- [x] Count
- [x] Max
- [x] Min
- [x] Sum