You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to look into fixing it, however, I couldn't reproduce what you found (see this commit where I've added a test with your code snippet, and check that CI status is still green: Mersho@84ae160 ).
It would be great if you provide us with more details or even a failure test.
The feature #509 incorrectly picks raise-exceptions outside try-block, so if you do this:
Then FSharpLint says you should
reraise
instead, but if you do, the compiler gives error:The text was updated successfully, but these errors were encountered: