SciTech.Rpc.Analyzer 1.0.0-beta.27

This is a prerelease version of SciTech.Rpc.Analyzer.
dotnet add package SciTech.Rpc.Analyzer --version 1.0.0-beta.27
                    
NuGet\Install-Package SciTech.Rpc.Analyzer -Version 1.0.0-beta.27
                    
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.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SciTech.Rpc.Analyzer" Version="1.0.0-beta.27" />
                    
Directory.Packages.props
<PackageReference Include="SciTech.Rpc.Analyzer" />
                    
Project file
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 SciTech.Rpc.Analyzer --version 1.0.0-beta.27
                    
#r "nuget: SciTech.Rpc.Analyzer, 1.0.0-beta.27"
                    
#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 SciTech.Rpc.Analyzer@1.0.0-beta.27
                    
#: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=SciTech.Rpc.Analyzer&version=1.0.0-beta.27&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SciTech.Rpc.Analyzer&version=1.0.0-beta.27&prerelease
                    
Install as a Cake Tool

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 373 2/10/2022
1.0.0-beta.26 267 2/10/2022
1.0.0-beta.25 319 12/22/2021
1.0.0-beta.24 298 10/7/2021
1.0.0-beta.23 320 10/6/2021
1.0.0-beta.22 357 9/9/2021
1.0.0-beta.21 303 8/18/2021
1.0.0-beta.20 326 8/13/2021
1.0.0-beta.18 352 2/3/2021
1.0.0-beta.17 342 2/1/2021
1.0.0-beta.16 328 1/26/2021
1.0.0-beta.15 350 1/18/2021
1.0.0-beta.14 357 1/8/2021
1.0.0-beta.13 345 1/4/2021

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