EtAlii.xTechnology.Grpc.Tools 1.0.7

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

// Install EtAlii.xTechnology.Grpc.Tools as a Cake Tool
#tool nuget:?package=EtAlii.xTechnology.Grpc.Tools&version=1.0.7

Package that contains MSBuild magic to easily incorporate Grpc and Protobuf in Visual Studio C# projects.
What it does:
- Add GRPC build targets.
- On compilation these detect changes to the .proto in the project.
- For the changed proto files the corresponding C# wrappers and proto definitions will be created.
- These are made visible as nested files below the .proto file.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.7

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.

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
1.0.7 784 2/28/2019
1.0.6 564 2/26/2019
1.0.4 578 2/26/2019

Initial version