From the course: Agile Software Development: Code Quality

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Windows setup

Windows setup - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Windows setup

- [Instructor] In videos three and four, we're going to collect and visualize code coverage for Nancy, a popular .net web development framework. There's some setup that you'll need to do in order to follow along. First up, make sure you have the latest version of Visual Studio 2017 installed. Then, download and install NDepend, and its Visual Studio 2017 extension. Next up, you'll need to download and install ReSharper Ultimate, and when you run the installer for ReSharper Ultimate, you'll need to make sure you choose to install dotCover. It's disabled by default. Finally, the last thing that you'll need to install is version 2.1.4 of the .net core SDK. Once you've got all those things installed, you can open up Visual Studio 2017. Over in the Team Explorer, choose to clone a repository, and then type in the URL for the repository that we are going to be working with, which is a fork of the Nancy project into my demo GitHub account. That's at https://github.com/mscottford-demo/Nancy…

Contents