* Add camelCase utility * Use camelCase when JSON-serializing (but not for dictionary keys) * Make JSON deserialization treat member names case-insensitively (but retain case on dictionary keys) * Use camelCase in JSON in the samples and templates * Reverse the order of the params for the camelcase test because it's weird otherwise * CR feedback |
||
|---|---|---|
| .. | ||
| Routing | ||
| DependencyInjectionTest.cs | ||
| JsonUtilTest.cs | ||
| LayoutTest.cs | ||
| Microsoft.AspNetCore.Blazor.Test.csproj | ||
| ParameterCollectionAssignmentExtensionsTest.cs | ||
| ParameterCollectionTest.cs | ||
| RenderTreeBuilderTest.cs | ||
| RenderTreeDiffBuilderTest.cs | ||
| RendererTest.cs | ||