Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 502 Bytes

Nuget

.NET Codegen for YDB gRPC API

Generated .NET code for YDB gRPC API protobufs, including both service and message definitions.

Installation

dotnet add package Ydb.Sdk

Instruction

To run codegen launch bash script or run codegen workflow

/bin/bash ./.github/scripts/regenerate.sh

For publishing package to nuget simply run publish workflow or ask the maintainer