JetBrains/resharper-fsharp

Missing constraint info in language model

NinoFloris opened this issue · 1 comments

I have one other F# -> C# IDE issue concerning type parameter constraints. These seem to be missing in the F# type info resharper consults from C# projects.

I have added the repro on top of the previous commit in the https://github.com/NinoFloris/IVT-rider-repro

NinoFloris/IVT-rider-repro@d4cfe7f

Beyond IDE errors it also means Rider is failing to scaffold the interface stubs in C# for F# interfaces that will actually compile as the constraints are missing when it generates these.

@NinoFloris Thanks! Fixed in 5721f14 and b63f18f.