Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 335 Bytes

File metadata and controls

9 lines (5 loc) · 335 Bytes

Generating source code from .proto files

The generators folder contains scripts for generating class files in the target languages.

DotNet

gen_all.ps1 is a powershell script that will enumerate through the entire \proto folder and generate C# class files

Console logging will indicate success or failure for each file.