I'd love to see this make it in. Using gRPC and ProtoBuf messages in a new C# application today makes it very apparent that the type annotations are missing.
Let's get rid of those NullRef Exceptions and start annotating the generated code. Is there a way to put this somehow behind an experimental/feature flag during code generation while this gets some field testing? regards, Stefán Jökull On Tuesday, October 24, 2023 at 9:21:01 AM UTC Tony Newell wrote: > I have published a gRPC to discuss the handling of *C# null reference > types *in the code generation in the protocol buffers compiler, the C# > gRPC compiler plugin, and support in Grpc.Tools. > > > https://github.com/grpc/proposal/blob/master/L110-csharp-nullable-reference-types.md > > Comment welcome. > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/67b27ce1-347a-4993-9fac-b259f58cd652n%40googlegroups.com.
