Get the following error when starting the app with JSON Transcoding enabled in .net 7:
warn: Microsoft.AspNetCore.Grpc.JsonTranscoding.Internal.Binding.JsonTranscodingServiceMethodProvider[2]
Error getting service descriptor for BarServer.BarServerService.
System.InvalidOperationException: Get not find Descriptor property on FooServiceMethodBinder.
at Grpc.Shared.ServiceDescriptorHelpers.GetServiceDescriptor(Type serviceReflectionType)
at Microsoft.AspNetCore.Grpc.JsonTranscoding.Internal.Binding.JsonTranscodingServiceMethodProvider`1.OnServiceMethodDiscovery(ServiceMethodProviderContext`1 context)
This seems like it's related to some missing generated Descriptor properties.
Get the following error when starting the app with JSON Transcoding enabled in .net 7:
This seems like it's related to some missing generated Descriptor properties.