aspnetcore/test/Microsoft.AspNetCore.Blazor...
Steve Sanderson 767a2373c8 Eliminate ElementRef's static incrementing ID for remote rendering cases
... because it's important not to disclose cross-user state, such as the number of IDs that have been assigned. Plus we don't want to run out of unique IDs, which we could if it's limited by the range of an 'int'.
2018-07-10 09:52:19 +01:00
..
Routing Update versions to 2.1 2018-07-05 09:53:55 -07:00
DependencyInjectionTest.cs
LayoutTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
Microsoft.AspNetCore.Blazor.Test.csproj Update versions to 2.1 2018-07-05 09:53:55 -07:00
ParameterCollectionAssignmentExtensionsTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
ParameterCollectionTest.cs Add ParameterCollection.GetValueOrDefault methods 2018-03-20 12:18:44 +00:00
RenderTreeBuilderTest.cs Add more struct readonlyness hints 2018-06-06 11:49:55 +01:00
RenderTreeDiffBuilderTest.cs Eliminate ElementRef's static incrementing ID for remote rendering cases 2018-07-10 09:52:19 +01:00
RendererTest.cs Add more struct readonlyness hints 2018-06-06 11:49:55 +01:00