Closed sebastto closed 2 years ago
Hey @sebastto :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our OpenCollective and consider backing us.
https://opencollective.com/ionide
PS.: We offer
backer
support for all backers. Don't forget to addbacker
label when you start backing us :smile:
Also seeing this in latest Ionide with .NET 6 for even trivial scripts. The following invalid F# shows no errors in the code editor.
let x = 123jfdsj
.NET 6.0 on Windows 11, v5.10.2.
Everything seems to be working fine for me:
Describe the bug**
The code in the attached gist is erroneous , yet Ionide-fsharp is unable to highlight the errors before running the code. There is both an issue in the pattern match expression and when calling the custom option map function with a regular string.
Steps to reproduce
Link to sample reproduction
https://gist.github.com/sebastto/dc11b5cffc90625cccdd054017ab47f2
Expected behaviour
Expected the errors to be highlighted before running the code. When writing the same script in Visual Studio, the error is detected before running, see attached screenshot.
Screenshots
Screenshot from Visual Studio
Machine info