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
This ticket stems from this PR. We should have something to force the guidelines we have for the F# code.
I don't think it should be a Fantomas job, it's basically equivalent to the IDE0049. And since IDE0049 is branded as an "IDE" one (supports both C# and VB), we should likely just implement it in F#.
The text was updated successfully, but these errors were encountered:
This may create an inconsistency where to access int.MaxValue like in C#, we must still write
System.Int32.MaxValue
while other uses will be nudged to be converted to int.
Ideally int.MaxValue should just work in F# but it has been declined before. fsharp/fslang-suggestions#740
This ticket stems from this PR. We should have something to force the guidelines we have for the F# code.
I don't think it should be a Fantomas job, it's basically equivalent to the IDE0049. And since IDE0049 is branded as an "IDE" one (supports both C# and VB), we should likely just implement it in F#.
The text was updated successfully, but these errors were encountered: