aspnetcore/test
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
..
Microsoft.AspNetCore.Blazor.Analyzers.Test
Microsoft.AspNetCore.Blazor.Browser.Test
Microsoft.AspNetCore.Blazor.Build.Test
Microsoft.AspNetCore.Blazor.E2ETest
Microsoft.AspNetCore.Blazor.Razor.Extensions.Test
Microsoft.AspNetCore.Blazor.Test Eliminate ElementRef's static incrementing ID for remote rendering cases 2018-07-10 09:52:19 +01:00
Microsoft.AspnetCore.Blazor.Server.Test Eliminate ElementRef's static incrementing ID for remote rendering cases 2018-07-10 09:52:19 +01:00
Microsoft.JSInterop.Test
shared
testapps