Adding Code Analysis and StyleCop checks to .NET Core projects with dotnet-addcasa
·123 words·1 min
Today I’ll show you how to use dotnet-addcasa: a .NET Core global tool to add CodeAnalysis and Stylecop checks to your projects.
If you want to manually add those checks or understand the tool internals check my post: .NET Core, Code Analysis and StyleCop
Prerequisites # You’ll need .NET Core SDK 2.1.300-preview1 installed.