Close
AlgoliaLogoLight
Close full mode
logo

Code Analysis

Git RepositoryEdit on Github

Code Analysis

Reference: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview

How do we know our code has great coverage of quality standards?

This content we'll use Code Analysis with SonarLint extension. About SonarLint https://www.sonarlint.org/visualstudio/

Let's setup!

Steps

  1. Go to Extensions and install SonarLint (We use Visual Studio 2019) Visual Studio will need to close and install code analysis 1
  2. Open project and go to Analyze => Run Code Analysis => On Solution code analysis 2
  3. When done. Go to Error List tab. code analysis 3

Let's fix it!

Loading comments...