Fixed property naming policy for ERI JSON messages

This commit is contained in:
Thorsten Sommer 2025-01-29 20:46:19 +01:00
parent c6050e6714
commit c73a49d7a6
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -9,7 +9,7 @@ public abstract class ERIClientBase(string baseAddress) : IDisposable
{ {
WriteIndented = true, WriteIndented = true,
AllowTrailingCommas = true, AllowTrailingCommas = true,
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower, PropertyNamingPolicy = null,
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase, DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
PropertyNameCaseInsensitive = true, PropertyNameCaseInsensitive = true,
Converters = Converters =