aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Steve Sanderson b2f73492f5 Fix method wiping (#1448)
* Fix wiping assemblies that contain references to others in same directory

* Fix generated IL for reporting calls to wiped methods

* Add E2E test for method wiping
2018-09-20 10:20:37 +01:00
..
BinaryHttpClientTest.cs
BindTest.cs E2E test async robustness tweaks following recent failures 2018-08-09 10:27:40 +01:00
ComponentRenderingTest.cs Add Support for Templated Components (#1404) 2018-09-10 18:59:51 -07:00
EventBubblingTest.cs
EventTest.cs
HostedInAspNetTest.cs
HttpClientTest.cs
InteropTest.cs Fix returning arrays in async JS interop calls. Fixes #1205 2018-07-27 10:11:45 -07:00
MonoSanityTest.cs Fix method wiping (#1448) 2018-09-20 10:20:37 +01:00
PerformanceTest.cs E2E benchmarks (#1307) 2018-08-14 13:21:19 +01:00
RoutingTest.cs Don't intercept clicks for links that open in external frames #1352 (#1354) 2018-09-03 10:31:37 +01:00
StandaloneAppTest.cs