Arshia001 / FSharp.GrpcCodeGenerator

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

Remove possible warning for fixed sized oneof cases #24

Open marner2 opened 1 year ago

marner2 commented 1 year ago

I have a project that treats warning as errors. This should suppress the warning when there is oneof case with only a fixed size property inside of it.

marner2 commented 1 year ago

Needs testing and verification.