Skip to content

Commit

Permalink
Update installation.md, fix Rider line
Browse files Browse the repository at this point in the history
The last line in the Visual Studio Code section clearly belongs in the section after it, unless the author mean to say "Visual Studio Code has built-in...."

Proposing this change under the former assumption.
  • Loading branch information
jchesshirAspire authored Oct 19, 2023
1 parent 6b7fdc9 commit 046d980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/articles/nunit/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ This will add a new project to your solution, containing a single test class and
Ensure you have the [C# Dev Kit](https://code.visualstudio.com/docs/csharp/get-started) installed. Then `Shift+CTRL+P`, type `New` and select `New Project`. Select `NUnit 3 Test Project` and follow the prompts.
The results will be exactly the same as if you had used Visual Studio.

Rider has built-in support for NUnit, and is using the same template, so you'll achieve the same result.

## I'm using Rider as my development tool

This is the same procedure as for Visual Studio: `Add New Project`, select the `NUnit Test Project` template, and follow the prompts.
The results will be exactly the same as if you had used Visual Studio.

Rider has built-in support for NUnit, and is using the same template, so you'll achieve the same result.

## I prefer to do this using the command line or any of the built-in terminals

From your solution folder, run `dotnet new nunit -o TestProject1` to create a new NUnit test project in the folder `TestProject1`.
Expand Down

0 comments on commit 046d980

Please sign in to comment.