Common code for all SignalR.UnitTestingSupport.* nugets . If you want support for unit testing signalR core (Hub and IHubContext) use one of this packages (NUnit, xUnit, MsTest version): https://www.nuget.org/packages/SignalR.UnitTestingSupport.NUnit, https://www.nuget.org/packages/SignalR.UnitTestingSupport.xUnit, https://www.nuget.org/packages/SignalR.UnitTestingSupport.MSTest Or use it directly only if you use different testing framework. See: https://github.com/NightAngell/SignalR_UnitTestingSupport/wiki/How-use-testing-support-if-you-don't-want-(or-you-can`t)-use-provided-by-me-base-classes-or-your-testing-framework-don't-support-before-and-after-each-test-code-execution-features https://github.com/NightAngell/SignalR_UnitTestingSupport/wiki/How-implement-testing-support-for-different-than-NUnit,-xUnit-or-MsTest-Framework
$ dotnet add package AspNetCore.SignalR.UnitTestingSupport.CommonCommon code for all SignalR.UnitTestingSupport.* nugets. If you want support for unit testing signalR core (Hub and IHubContext) use one of this packages (NUnit, xUnit, MsTest version):
https://www.nuget.org/packages/SignalR.UnitTestingSupport.NUnit,
https://www.nuget.org/packages/SignalR.UnitTestingSupport.xUnit,
https://www.nuget.org/packages/SignalR.UnitTestingSupport.MSTest
Or use it directly only if you use different testing framework. See: