SciTech.Rpc.Analyzer 1.0.0-beta.24

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.24
NuGet\Install-Package SciTech.Rpc.Analyzer -Version 1.0.0-beta.24
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.24" />
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.24
#r "nuget: SciTech.Rpc.Analyzer, 1.0.0-beta.24"
#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.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.

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 176 2/10/2022
1.0.0-beta.26 112 2/10/2022
1.0.0-beta.25 152 12/22/2021
1.0.0-beta.24 146 10/7/2021
1.0.0-beta.23 161 10/6/2021
1.0.0-beta.22 199 9/9/2021
1.0.0-beta.21 139 8/18/2021
1.0.0-beta.20 154 8/13/2021
1.0.0-beta.18 173 2/3/2021
1.0.0-beta.17 163 2/1/2021
1.0.0-beta.16 152 1/26/2021
1.0.0-beta.15 170 1/18/2021
1.0.0-beta.14 181 1/8/2021
1.0.0-beta.13 167 1/4/2021

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