FsGrpc.Tools 0.6.3

dotnet add package FsGrpc.Tools --version 0.6.3
NuGet\Install-Package FsGrpc.Tools -Version 0.6.3
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="FsGrpc.Tools" Version="0.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsGrpc.Tools --version 0.6.3
#r "nuget: FsGrpc.Tools, 0.6.3"
#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 FsGrpc.Tools as a Cake Addin
#addin nuget:?package=FsGrpc.Tools&version=0.6.3

// Install FsGrpc.Tools as a Cake Tool
#tool nuget:?package=FsGrpc.Tools&version=0.6.3

Grpc.Tools - Protocol Buffers/gRPC C# Code Generation Build Integration

This package provides C# tooling support for generating C# code from .proto files in .csproj projects:

  • It contains protocol buffers compiler and gRPC plugin to generate C# code.
  • It can be used in building both grpc-dotnet projects and legacy c-core C# projects.

The package is used to automatically generate the C# code for protocol buffer messages and gRPC service stubs from .proto files. These files:

  • are generated on an as-needed basis each time the project is built.
  • aren't added to the project or checked into source control.
  • are a build artifact usually contained in the obj directory.

This package is optional. You may instead choose to generate the C# source files from .proto files by running the protoc compiler manually or from a script.

Simple example

To add a .proto file to a project edit the project’s .csproj file and add an item group with a <Protobuf> element that refers to the .proto file, e.g.

<ItemGroup>
    <Protobuf Include="Protos\greet.proto" />
</ItemGroup>

For more complex examples and detailed information on how to use this package see: BUILD-INTEGRATION.md

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.3 194 4/2/2024
0.6.2 182 4/2/2024
0.6.1 120 3/28/2024
0.6.0 149 3/28/2024
0.5.4 6,640 5/12/2023
0.5.3 246 4/26/2023
0.5.1 278 4/20/2023
0.5.0 361 4/18/2023