You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
I am trying to make a drop-in replacement microservice that supports both REST and gRPC for an existing microservice that is REST-only, but my issue is that the current microservice is case insensitive, but grpc/json transcoding cannot be made to be.
Describe the solution you'd like
Add PropertyNameCaseInsensitive to GrpcJsonSettings
Initialize JsonSerializerOptions with this flag in JsonConverterHelper.CreateSerializerOptions()