Posts tagged with .NET Core
-
How to use StyleCop.Analyzers
Mar 3, 2018I played a bit with StyleCop.Analyzers the other day and I wanted to share what I did. I’ll be showing how to add a stylecop file, how to use the same rules across projects, how to create a custom ruleset file.
-
Code coverage in .NET Core and SonarCloud
Feb 17, 2018In this post, I’m creating a code coverage report for a .NET Core project. I’m also using SonarCloud to analyze the project’s quality.
-
TDD with .NET Core and Visual Studio Code
Jun 5, 2017In this post we’ll see how to create a .NET Core solution with two projects with using nothing but the command line. Once that is setup, we’ll do a bit of TDD using Visual Studio Code.