fsharp-language-server icon indicating copy to clipboard operation
fsharp-language-server copied to clipboard

Can't convert bool to Boolean when ICsharpCode.Decompiler is referenced.

Open exyi opened this issue 6 years ago • 1 comments

When I reference ICsharpCode.Decompiler package, some strange bugs appear. I don't really know what is different on this package (maybe it's not netstandard). The language server has quite a lot false positives in error reporting, the false errors mostly look like this:

This expression was expected to have type
    'System.Int32'    
but here has type
    'int'

image image

A tiny repro project: Cisint.Core.zip

By the way, thank you for implementing this amazing project, it mostly works very well!

exyi avatar Jan 24 '19 11:01 exyi

For some reason it does the same thing when Giraffe version 3.6.0 is referenced. None of it's dependecies does that.

exyi avatar Feb 22 '19 12:02 exyi