protolint icon indicating copy to clipboard operation
protolint copied to clipboard

[Distribution] Add support for C#/VB/F# (.NET Toolchain)

Open carstencodes opened this issue 2 years ago • 2 comments

When building .NET protobuf serializers, gRPC services or grpc clients, the proto files are actually generated during the build using the Protobuf collection.

This project is already shipping a maven package. It should be possible to ship a nuget package as well.

Steps to take:

  • [ ] Add packaging information for a nuget package
  • [ ] Add automatic targets for automatically running as a development tool
  • [ ] Pack NuGet package after go-releaser has run
  • [ ] Upload NuGet package to nuget.org

I could help with the first three bullet points. I think the last point is up to the maintainer.

carstencodes avatar Jun 16 '23 19:06 carstencodes

In addition to that, #336 should be solved.

carstencodes avatar Jun 16 '23 19:06 carstencodes

@carstencodes Thank you for the distribution proposals (#337, #338, #339)! If someone actually wishes to install the binary using these distributions, I have no objections to supporting them. Your contribution is greatly appreciated.

yoheimuta avatar Jun 17 '23 02:06 yoheimuta