Skip to content
@magnushammar
GitHubTwitter

.NET stuff I always forget

DotNet

dotnet new tool-manifest

dotnet tool install Paket

Turn off linting selectively

// fsharplint:disable UnionCasesNames
type Args =
    | [<Unique] Build_Index // No lint warning on underscore

http://fsprojects.github.io/FSharpLint/Suppression.html