-
Notifications
You must be signed in to change notification settings - Fork 1
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/
If you dont know how install nuget via Visual Studio see this: https://www.youtube.com/watch?v=jX5HlrerIos
SignalR.UnitTestingSupport.NUnit
Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.0.1
dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.0.1
Install NUnit3TestAdapter nuget for testing in visual studio. See: https://www.nuget.org/packages/NUnit3TestAdapter/