steveisaac

Results 3 issues of steveisaac

When calling a generic method directly during object construction I get a warning that my code is causing my method to be less generic than the type annotation. **Repro steps**...

Bug
Area-Compiler-Checking

**Repro steps** ```fsharp type Test() as _self = member inline this.InlineMethod() = () ``` **Expected behavior** The above compiles or emits a useful error message. **Actual behavior** The following error...

Bug
Area-Compiler-Checking

The `Property` tests are currently run synchronously with no way to interrupt after a timeout. It would be nice if they implemented some sort of timeout functionality (XUnit v3 does...