Warnings as errors in F#
24-04-26
Add this to the .fsproj file:
<WarningsAsErrors>FS0025</WarningsAsErrors>
(I think this just converts incomplete matches to errs, but you can see how to extend it).
Add this to the .fsproj file:
<WarningsAsErrors>FS0025</WarningsAsErrors>
(I think this just converts incomplete matches to errs, but you can see how to extend it).