Re: [grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread Utpal Dutta
Hello, I am not using protobuf-net. But thanks I will check it out. Regards, Utpal Dutta On Tue, Jan 2, 2024, 11:53 PM 'yas...@google.com' via grpc.io < grpc-io@googlegroups.com> wrote: > Are you using https://github.com/protobuf-net/protobuf-net? If so, you > might need to raise an issue

Re: [grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread Utpal Dutta
Hello Larry, Thank you for your reply. But I can not use string and Int32 as my values accept null as well. And string and Int32 can not accept null values. Regards, Utpal Dutta On Wed, Jan 3, 2024, 12:02 AM 'Larry Safran' via grpc.io < grpc-io@googlegroups.com> wrote: > Using string and int32

[grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread 'Larry Safran' via grpc.io
Using string and int32 instead of *google.protobuf.StringValue* and *google.protobuf.Int32Value* will change *description* and *modified_user* to your desired format. On Wednesday, December 27, 2023 at 10:35:11 PM UTC-8 Utpal Dutta wrote: > Hello, > I am using Protobuff with dotnet core 6. I

[grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread 'yas...@google.com' via grpc.io
Are you using https://github.com/protobuf-net/protobuf-net? If so, you might need to raise an issue there. On Wednesday, December 27, 2023 at 10:35:11 PM UTC-8 Utpal Dutta wrote: > Hello, > I am using Protobuff with dotnet core 6. I am creating CRUD operation > through gRPC communication. In