CollidR 1.0.0-alpha
See the version list below for details.
dotnet add package CollidR --version 1.0.0-alpha
NuGet\Install-Package CollidR -Version 1.0.0-alpha
<PackageReference Include="CollidR" Version="1.0.0-alpha" />
paket add CollidR --version 1.0.0-alpha
#r "nuget: CollidR, 1.0.0-alpha"
// Install CollidR as a Cake Addin #addin nuget:?package=CollidR&version=1.0.0-alpha&prerelease // Install CollidR as a Cake Tool #tool nuget:?package=CollidR&version=1.0.0-alpha&prerelease
Run the CollidR.Sample project (go to /person) to get a sense of what's going on. It's even better with two browsers running!
To get it going in your own project you'll need to
reference the CollidR DLL
copy CollidR.js into your scripts folder
call RouteTable.Routes.MapHubs(); from Application_Start
reference the script from your edit page
create an instance of the CollidR proxy and register the client
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.AspNet.SignalR (>= 2.0.0-rc1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the "bravehearts only" release. Please check out the project on GitHub if you're looking for a working sample.