An open API service indexing awesome lists of open source software.

https://github.com/ydb-platform/ydb-dotnet-genproto

.NET codegen for YDB API protos.
https://github.com/ydb-platform/ydb-dotnet-genproto

Last synced: 5 months ago
JSON representation

.NET codegen for YDB API protos.

Awesome Lists containing this project

README

          

[![Nuget](https://img.shields.io/nuget/v/Ydb.Protos)](https://www.nuget.org/packages/Ydb.Protos/)

# .NET Codegen for YDB gRPC API

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

# Installation

```bash
dotnet add package Ydb.Sdk
```

# Instruction

To run codegen launch bash script or run `codegen` workflow

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

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