-
I want to have an enumerable that gives a tuple of index for 2d array and 3d arrays
Should allow configuring whether to use row major or column major ordering
- [x] Index2dEnumerable
- [ ] Ind…
-
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.todictionary?view=netcore-3.1
-
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.orderbydescending?view=netcore-3.1
-
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.union?view=netcore-3.1
-
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.append?view=netcore-3.1
-
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.intersect?view=netcore-3.1
-
Does this lib support stringifying non-enumerable properties in objects?
-
The following works:
// csharp
public interface FromCSharp
{
void F(Enumerable source)
where Enumerable : System.Collections.IEnumerable;
}
// fsharp…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Since upgrading our ASP.Net Core projects to .Net 9 (but leaving the others alone for now), w…
-
Failed to invoke the next action, please contact support.
Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at Syste…