Skip to content

Commit ed22208

Browse files
committed
PR feedback
1 parent 9bf4947 commit ed22208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Grpc/JsonTranscoding/test/Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests/ConverterTests/JsonConverterReadTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ public void MapKeyBool_CaseInsensitive()
512512
}
513513
}";
514514

515+
// Note: JSON property names here are keys in a dictionary, not fields. So FieldNamesCaseInsensitive doesn't apply.
516+
// The new serializer supports converting true/false to boolean keys while ignoring case.
515517
AssertReadJson<HelloRequest>(json, serializeOld: false);
516518
}
517519

0 commit comments

Comments
 (0)