Replies: 1 comment
-
Interesting, yeah that could be a good analyzer. More generally, this would probably be: A method or F# function that accepts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While I was skimming through our code I found a funny bug: someone wrote Guid.NewGuid.ToString() and forgot to put those "()" after NewGuid call. Can we have an analyzer to find such calls (at least string/ToString) on FSharpFuncs?
Beta Was this translation helpful? Give feedback.
All reactions