You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2021. It is now read-only.
The repo contains a separate solution (samples_VS2013.sln) with sample projects showing how to use the client to communicate with a SignalR server using Persistent Connections and Hubs.
18
+
19
+
####Nightly builds
20
+
21
+
Signed nigthly builds are available on a separate feed. You can find them [here](https://www.myget.org/gallery/aspnetvnext)
Open the signalrclient_VS2013.sln in Visual Studio 2013 and build.
31
+
32
+
* Build from command line
33
+
* Open the Developer Command Prompt for VS2013
34
+
* Run:
35
+
*`build.cmd /t:Build` to build the code
36
+
*`build.cmd` to build the code and run tests
37
+
*`build.cmd /t:CreatePackage` to build the code and create a private NuGet package
38
+
39
+
####Running tests
40
+
41
+
* From Visual Studio
42
+
* to run unit tests select signalrclienttests as a start project and run
43
+
* to run end-to-end test start the test host by selecting the signalrclient-testhost project as a start project and then select the signalrclient-e2e-tests as a startt project and run
0 commit comments