EdjCase.JsonRpc.Router
6.1.0
dotnet add package EdjCase.JsonRpc.Router --version 6.1.0
NuGet\Install-Package EdjCase.JsonRpc.Router -Version 6.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EdjCase.JsonRpc.Router" Version="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EdjCase.JsonRpc.Router" Version="6.1.0" />
<PackageReference Include="EdjCase.JsonRpc.Router" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EdjCase.JsonRpc.Router --version 6.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EdjCase.JsonRpc.Router, 6.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EdjCase.JsonRpc.Router@6.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EdjCase.JsonRpc.Router&version=6.1.0
#tool nuget:?package=EdjCase.JsonRpc.Router&version=6.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A AspNet Core IRouter implementation for Json Rpc v2 requests for Microsoft.AspNetCore.Routing.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.AspNetCore.Authorization (>= 8.0.7)
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.DependencyModel (>= 8.0.1)
- System.IO.Compression (>= 4.3.0)
- System.Text.Json (>= 8.0.5)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EdjCase.JsonRpc.Router:
| Package | Downloads |
|---|---|
|
EdjCase.JsonRpc.Router.WebSockets
A AspNet Core IRouter extension for Json Rpc v2 websocket based requests for Microsoft.AspNetCore.Routing. |
|
|
EdjCase.JsonRpc.Router.Swagger
An extension library for EdjCase.JsonRpc.Router to add Swagger functionality. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.1.0 | 9,212 | 3/18/2025 |
| 6.0.2 | 949 | 11/15/2024 |
| 6.0.1 | 539 | 7/26/2024 |
| 6.0.0 | 15,434 | 8/17/2023 |
| 5.1.9 | 10,296 | 5/25/2023 |
| 5.1.8 | 5,128 | 4/20/2023 |
| 5.1.7 | 1,815 | 4/10/2023 |
| 5.1.6 | 1,124 | 3/30/2023 |
| 5.1.5 | 1,090 | 3/23/2023 |
| 5.1.5-beta.3 | 263 | 2/10/2023 |
| 5.1.5-beta.2 | 235 | 2/3/2023 |
| 5.1.5-beta.1 | 247 | 2/2/2023 |
| 5.1.4 | 1,242 | 1/31/2023 |
| 5.1.3 | 6,218 | 7/9/2022 |
| 5.1.2 | 11,624 | 10/14/2021 |
| 5.1.1 | 1,302 | 10/14/2021 |
| 5.1.0 | 1,298 | 10/9/2021 |
| 5.0.0 | 3,589 | 4/27/2021 |
| 5.0.0-beta.3 | 2,274 | 9/23/2020 |
| 4.1.0 | 2,540 | 9/14/2020 |
Loading failed
Fixing Optional parameter matching issue