Arshia001 / FSharp.GrpcCodeGenerator

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

Use isSyntheticOneOf to determine if nested type is needed #25

Open marner2 opened 1 year ago

marner2 commented 1 year ago

I was getting lots of unused single case DU's for optional fields in my generated output. This should remove them.

Tests run successfully.