-
How to make enums?
Is there a variant type for C#?
Would it be appropriate to just store arbitrary data as `object`, then cast upon request if the index matches up? Would lose support for struct typ…
-
Is this at least partially fable compatible?
-
### Background and motivation
As `Nullable` does not have typed comparison method, only one that accepts `object?`, comparing with other `Nullable` instance results in boxing of second comparison o…
-
EF COre The LINQ expression 'DbSet could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', …
-
CompareStateTrigger, EqualsStateTrigger and NotEqualStateTrigger, since it uses EqualsStateTrigger internally, can return unexpected results because they use == for comparison rather than object.Equal…
-
The task is to develop a source code generator that can automatically generate code for existing strong types. The generator should take input in the form of specifications or configurations for the t…
-
This is is recording a potential simple to our optimizations in Optimizer.fs
The .NET CLRs (both Framework and .NET Core) have an optimization where code like
if LanguagePrimitives.P…
dsyme updated
10 months ago
-
**I propose we** solve https://github.com/dotnet/fsharp/issues/526 (accepting the breaking change at https://github.com/dotnet/fsharp/pull/9404 due to use of `IEquatable` and `IComparable`). We will i…
-
The steps recreated are unknown. Basically just have it open then use it for a bit. Here are a couple:
```
Exception: System.InvalidOperationException: Failed to compare two elements in the array.…
-
### Background and motivation
256 bit integers are becoming more commonly used with 3,189 questions on StackOverflow and use in .NET for example in the application [NethermindEth](https://github.com/…