-
### Description
`NumericAssertions` uses `CompareTo` to decide if a subject is e.g. smaller than the expected.
That is technically mixing different concepts, as `CompareTo` only decides the relati…
-
Hi,
I cannot figure out how to instantiate a tuple.
```
class System.Tuple : System.Object, System.Collections.IStructuralEquatable, System.Collections.IStructuralComparable, System.IComparable,…
-
In the latest version `0.0.26`, the following code crashes,
```F#
type a = A1 | A2 of int
let _ = printfn "%A" A1 (* any union data)
``
error message:
```python
File "...\fable_modules\fa…
-
The linker on v4.0.2220.0 throws this error:
light.exe(0,0): error LGHT0001: Failed to compare two elements in the array.
The bug did not exist in v4.0.2115.0.
> Originally opened by `mberchtold`
-
**Version Used**: 17.0.6
**Steps to Reproduce**:
```csharp
public class Test
{
public void M(/* add Parameters here**)
{ }
}
```
and an `.editorconfig` with this
https://github.c…
-
Run build.framework.cmd Build complete,No error,reference ikvm.*.dll in my project on runtime debug throw:
MethodAccessException:“[IKVM.OpenJDK.Core.dll]
Strong-name signed assemblies must speci…
CYDHJ updated
2 years ago
-
#20 より。
```cs
class MFGraph { }
```
のようなインターフェイスにすると、オーバーヘッドなしに C++ のようなインターフェイスが実装できる。
ただ、元々 int か long しか入ることが想定されていないため、long でのみとりあえず実装してしまえば良いかもしれない。
-
It would be great for AdvancedCollectionView to implement ICollectionView.CollectionGroups, based on item's IGrouping, just like the default view implementation of CollectionViewSource does.
This w…
-
Hi Roslyn Team:
When I was reading one of the feature requests from earlier:
https://github.com/dotnet/roslyn/issues/2212#issuecomment-137754530
It made me think of something I have really been wanti…
-
**What can't you do?**
It's hard to compare generic types.
**How would you like it to work?**
I want use something like this
```csharp
T Compare( T value1, T value2 ) where T : IComparable
…