.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
dotnet new tool-manifest
dotnet tool install Paket
// fsharplint:disable UnionCasesNames
type Args =
| [<Unique] Build_Index // No lint warning on underscore