Skip to content

ydb-platform/ydb-dotnet-genproto

Repository files navigation

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