Márton Garai
Results
3
comments of
Márton Garai
#1080 can be traced back to this issue as well
It's merged and works https://github.com/dotnet/fsharp/pull/9510#issuecomment-719853333
I would put all Test projects Warning level to non existent, because ```csharp [Test] public void Types() { IsTrue(2 is int); Equal((object)"d", "d"); } ``` kind of tests for the...