You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using C# and want to generate CS source code with flatc.exe under Windows. The problem is that flatc.exe is not included in the google.flatbuffers nuget package.
I did not find a nuget package similar to Google.Protobuf.Tools that includes the flatc schema compiler for the various platforms.
For easier use the flatc.exe compiler should be deployed in a separate nuget package "Google.Flatbuffers.Tools" together with schema files for standard types like for example timestmap and UUID.
Here, a screenshot of the protobuf counterpart package "Google.Protobuf.Tools"
The text was updated successfully, but these errors were encountered:
I am using C# and want to generate CS source code with flatc.exe under Windows. The problem is that flatc.exe is not included in the google.flatbuffers nuget package.
I did not find a nuget package similar to Google.Protobuf.Tools that includes the flatc schema compiler for the various platforms.
For easier use the flatc.exe compiler should be deployed in a separate nuget package "Google.Flatbuffers.Tools" together with schema files for standard types like for example timestmap and UUID.
Here, a screenshot of the protobuf counterpart package "Google.Protobuf.Tools"
The text was updated successfully, but these errors were encountered: