SciTech.Rpc.Analyzer 1.0.0-beta.25

This is a prerelease version of SciTech.Rpc.Analyzer.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SciTech.Rpc.Analyzer --version 1.0.0-beta.25
NuGet\Install-Package SciTech.Rpc.Analyzer -Version 1.0.0-beta.25
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="SciTech.Rpc.Analyzer" Version="1.0.0-beta.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SciTech.Rpc.Analyzer --version 1.0.0-beta.25
#r "nuget: SciTech.Rpc.Analyzer, 1.0.0-beta.25"
#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.
// Install SciTech.Rpc.Analyzer as a Cake Addin
#addin nuget:?package=SciTech.Rpc.Analyzer&version=1.0.0-beta.25&prerelease

// Install SciTech.Rpc.Analyzer as a Cake Tool
#tool nuget:?package=SciTech.Rpc.Analyzer&version=1.0.0-beta.25&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.

There are no supported framework assets in this package.

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 186 2/10/2022
1.0.0-beta.26 113 2/10/2022
1.0.0-beta.25 153 12/22/2021
1.0.0-beta.24 147 10/7/2021
1.0.0-beta.23 162 10/6/2021
1.0.0-beta.22 200 9/9/2021
1.0.0-beta.21 140 8/18/2021
1.0.0-beta.20 163 8/13/2021
1.0.0-beta.18 174 2/3/2021
1.0.0-beta.17 164 2/1/2021
1.0.0-beta.16 153 1/26/2021
1.0.0-beta.15 171 1/18/2021
1.0.0-beta.14 182 1/8/2021
1.0.0-beta.13 168 1/4/2021

* A lot of new functionality and significant refactoring, getting close to 1.0 release.