protobuf-net / protobuf-net.Grpc

GRPC bindings for protobuf-net and grpc-dotnet
Other
857 stars 109 forks source link

SchemaGenerator, globally set compatability level #328

Open v1k7-992 opened 5 months ago

v1k7-992 commented 5 months ago

Hello,

Is it possible to globally set for SchemaGenerator to use CompatabilityLevel enumerations? This would be a nifty feature, because there are cases where people might want to use Level240 for all objects, without having to manually change every DataContract in code.