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
Microsoft.AspNetCore.Blazor.Test.csproj Update versions to 2.1 2018-07-05 09:53:55 -07:00
ParameterCollectionAssignmentExtensionsTest.cs
ParameterCollectionTest.cs
RenderTreeBuilderTest.cs
RenderTreeDiffBuilderTest.cs Eliminate ElementRef's static incrementing ID for remote rendering cases 2018-07-10 09:52:19 +01:00
RendererTest.cs