amoraller

Results 1 issues of amoraller

I think, we should support unsetted value for `JsonRpcServerOptions.DefaultDataJsonSerializerOptions.PropertyNamingPolicy ` Today, i use this policy ```csharp class UnsetNamingPolicy : JsonNamingPolicy { public override string ConvertName(string name) => name; } ```...