protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

New C# Source Generation

Open hultqvist opened this issue 3 years ago • 2 comments

The latest commit has major changes that is are compatible with previous workflow. Previous code is now available on the console branch.

  • Using C# Source Generator instead of external console application to generate source files
  • Removed all command line options
  • Removed experimental MemoryStream allocations, turned out the default one was the fastest one

hultqvist avatar May 26 '22 21:05 hultqvist

Will this project continue to be maintained?

CeSun avatar May 29 '23 12:05 CeSun

Will this project continue to be maintained?

There's no time from me for active development with new features and changes. But I keep an eye on it and gladly accept pull request.

The project is therefore in a "done" state. It's working as currently designed.

If for some reason a new .NET version would break this we would fix that.

hultqvist avatar May 29 '23 13:05 hultqvist