Skip to content

How to install

NightAngell edited this page Feb 15, 2019 · 17 revisions

For the latest versions of nuget see: https://www.nuget.org/packages/SignalR.UnitTestingSupport.NUnit/

1. Using Visual Studio Nuget Package Manager

If you dont know how install nuget via Visual Studio see this: https://www.youtube.com/watch?v=jX5HlrerIos

SignalR.UnitTestingSupport.NUnit

2. Using Packet Manager Console

Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.0.1

3. Using .Net CLI

dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.0.1

Important!

Install NUnit3TestAdapter nuget for testing in visual studio. See: https://www.nuget.org/packages/NUnit3TestAdapter/

Clone this wiki locally