aspnetcore/test/Microsoft.AspNetCore.Blazor...
Steve Sanderson 20e43adac5 camelCase all the JSONs (#746)
* 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
2018-05-04 16:14:38 +01:00
..
Routing Corrects spelling of some comments, method name and remove an excess flag 2018-03-29 14:20:04 +01:00
DependencyInjectionTest.cs
JsonUtilTest.cs camelCase all the JSONs (#746) 2018-05-04 16:14:38 +01:00
LayoutTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
Microsoft.AspNetCore.Blazor.Test.csproj
ParameterCollectionAssignmentExtensionsTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
ParameterCollectionTest.cs
RenderTreeBuilderTest.cs Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
RenderTreeDiffBuilderTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
RendererTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00