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.
- Host: GitHub
- URL: https://github.com/ydb-platform/ydb-dotnet-genproto
- Owner: ydb-platform
- License: apache-2.0
- Created: 2021-09-18T20:08:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T14:41:07.000Z (5 months ago)
- Last Synced: 2026-01-14T17:54:19.825Z (5 months ago)
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](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