SciTech.Rpc.Analyzer
1.0.0-beta.24
See the version list below for details.
dotnet add package SciTech.Rpc.Analyzer --version 1.0.0-beta.24
NuGet\Install-Package SciTech.Rpc.Analyzer -Version 1.0.0-beta.24
<PackageReference Include="SciTech.Rpc.Analyzer" Version="1.0.0-beta.24" />
paket add SciTech.Rpc.Analyzer --version 1.0.0-beta.24
#r "nuget: SciTech.Rpc.Analyzer, 1.0.0-beta.24"
// Install SciTech.Rpc.Analyzer as a Cake Addin #addin nuget:?package=SciTech.Rpc.Analyzer&version=1.0.0-beta.24&prerelease // Install SciTech.Rpc.Analyzer as a Cake Tool #tool nuget:?package=SciTech.Rpc.Analyzer&version=1.0.0-beta.24&prerelease
SciTech.Rpc is a high-performance, code-first, remote procedure call framework, designed to handle remote procedure calls on all levels.
From internet deployed services over HTTP/2 (based on gRPC), to in-process proxy communication.
This package contains a Roslyn analyzer that detects incorrect RPC service definitions at compile time.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SciTech.Rpc.Analyzer:
Package | Downloads |
---|---|
SciTech.Rpc
SciTech.Rpc is a high-performance, code-first, remote procedure call framework, designed to handle remote procedure calls on all levels. From internet deployed services over HTTP/2 (based on gRPC), to in-process proxy communication. This package contains the core SciTech.Rpc implementation and should normally not be added separately. Use one of the SciTech.Rpc implementation packages: SciTech.Rpc.Grpc, SciTech.Rpc.NetGrpc, SciTech.Rpc.NetGrpc.Client, SciTech.Rpc.Lightweight. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta.27 | 199 | 2/10/2022 |
1.0.0-beta.26 | 122 | 2/10/2022 |
1.0.0-beta.25 | 160 | 12/22/2021 |
1.0.0-beta.24 | 154 | 10/7/2021 |
1.0.0-beta.23 | 170 | 10/6/2021 |
1.0.0-beta.22 | 206 | 9/9/2021 |
1.0.0-beta.21 | 148 | 8/18/2021 |
1.0.0-beta.20 | 172 | 8/13/2021 |
1.0.0-beta.18 | 182 | 2/3/2021 |
1.0.0-beta.17 | 172 | 2/1/2021 |
1.0.0-beta.16 | 161 | 1/26/2021 |
1.0.0-beta.15 | 179 | 1/18/2021 |
1.0.0-beta.14 | 189 | 1/8/2021 |
1.0.0-beta.13 | 176 | 1/4/2021 |
* A lot of new functionality and significant refactoring, getting close to 1.0 release.