Arshia001 / FSharp.GrpcCodeGenerator

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

Update to latest protoc from source package Grpc.Tools 2.50.0 #21

Open marner2 opened 1 year ago

marner2 commented 1 year ago

This seems to be an issue with protoc versions before 3.14 or so not supporting the optional keyword. The linux binary was older than the rest. This brings all of them up to date.

marner2 commented 1 year ago

This addresses #20 as well.