Metadata >> NuGet >> CallR

CallR

Metadata

Authors Tom Jacques
Copyrights Copyright 2014
Description Binaries for the CallR library. Visit https://github.com/tejacques/callr for an overview and usage examples.
LicenseUrl https://github.com/tejacques/callr/blob/master/LICENSE
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/callr
ReleaseNotes Notes: Version 2.0.0: - Breaking Change: CustomKey functions now take in the CallRHub instead of the list of IJson objects. The objects can still be obtained through hub.Parameters.Params Version 1.1.15: - Rebuilt binaries with latest versions of dependencies. Bumped dependency versions. Version 1.1.14: - Fix #10: Caching results based on their arguments now works correctly. Version 1.1.13: - Add a new CallRParameter, Cachebust. This can be any JSON value and will act as part of the cache key for requests. Changing it will guarantee fresh results from cached hub calls. - Add RefreshEntries option to CallRCache. Setting it to true (default: true) will update the TTL of entries that are pulled, while setting it to false will cause entries to expire after the TTL time from when they were entered. - Update dependency to CallR.JS 1.1.2 to get new configurable smartDisconnect option. Version 1.1.12: - Fix a bug with the IHubRequestParser causing the custom serializer to not be used in some cases. Version 1.1.11: - Add a custom IHubRequestParser to allow the request parser to use a custom serializer instead of the default SignalR JsonUtility serializer. Version 1.1.10: - Update Polarize dependency to 0.2.3 to include a bugfix on constraints Version 1.1.9: - Fix #7 so that custom key functions can be used by passing a type with a static method. A little bit janky, but this is what Json.Net does, so it must be legit. Version 1.1.8: - Correct libary versions Version 1.1.7: - Update dependency on Polarize to include a critical bug fix. Version 1.1.6: - Add CustomKey lambda for creating a cache key from function arguments. Version 1.1.5: - Update Packages compiled against Version 1.1.4: - Update Version dependencies for Polarize and SignalR Version 1.1.3: - Add source files and debugging symbols Version 1.1.2: - Dependency on CallR.JS >=1.1.1 Version 1.1.1: - Fix #3: Fix a race condition when adding entries to the HubCache. Version 1.1.0: - Add ConfigureCallR() extension method to IAppBuilder - Add HubPipelineModule for caching - Add HubPipelineModule for filtering Json response using Polarize - Dependency on Polarize >=0.2.0 - Dependency on CallR.JS >=1.1.0 Version 1.0.2: - Update dependencies Version 1.0.1: - Fix HubUtility SendToAll Version 1.0.0: - HubUtility methods and extension methods for interacting with SignalR hubs. - SendToAll(this THub hub, string type, params object[] parameters) - SendToAll(string type, params object[] parameters) - SendToClients(dynamic clients, string eventType, params object[] parameters) - SendToGroup(this THub hub, string groupName, string type, params object[] parameters) - SendToGroup(string groupName, string type, params object[] parameters)
RequireLicenseAcceptance False
Summary An open source helper library for SignalR.
Tags SignalR
Dependencies Microsoft.AspNet.SignalR:2.1.1|CallR.JS:1.1.3|Polarize:0.2.3
Title CallR
PackageSize 42766
PackageHashAlgorithm SHA512
PackageHash TYfQshz1FlEPe/DY86Lvxf6djTXHGLWEm19dIMLdjzVLYqPX0B3dwFtTOfN0YG6N+PM5xsVeyUrY5fWSWrkdYA==
DownloadCount 000000
CreatedDate 2014-08-22T20:30:18

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CallR -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CallR -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package CallR
Installing the package (HTTP Basic authentication):
Install-Package CallR -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CallR -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package CallR

OpenWrap

Installing the package:
o add-wrap CallR
Uninstalling the package:
o remove-wrap CallR

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.0.0
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3