Arshia001 / FSharp.GrpcCodeGenerator

A protoc plugin to enable generation of F# code + supporting libraries
MIT License
81 stars 9 forks source link

Release the protoc plugins artifacts #3

Closed purkhusid closed 3 years ago

purkhusid commented 3 years ago

Hey! I'm really excited to see that you are working on gRPC for F# and I'm curious if you could also release the protoc plugins as release artifacts on the repository?

I'm currently using F# using Bazel instead of MSBuild and I would like to try creating a Bazel rule that could would use the protoc plugins to generate the F# files.

Arshia001 commented 3 years ago

The plugin's source is already available. It's contained in the FSharp.GrpcCodeGenerator folder. Did you mean something else?

brian-scb commented 3 years ago

I think maybe this is a request to add the contents of the protoc folder as Assets in a github release.

purkhusid commented 3 years ago

I originally wanted to see if it was possible to release the plugin as a single executable but I think it's not going to work since the DLLs are always required. Closing this.