aspnetcore/test/shared
Steve Sanderson e71db85149 Handle overlapping events (#1655)
* Add failing unit test to demonstrate overlapping events bug

* Handle overlapping events

* Make RemoteRenderer.UpdateDisplay's return task not complete until client sends explict ACK

* CR: Rename UpdateDisplay to UpdateDisplayAsync

* CR: Fix namespace

* CR: Catch synchronous SendAsync exceptions (if they can happen)
2018-11-13 12:08:08 +00:00
..
AssertFrame.cs Add Type Inference for Generic-Typed Components 2018-09-20 12:19:26 -07:00
AutoRenderComponent.cs Cascading parameters (#1545) 2018-10-15 11:11:46 +01:00
CapturedBatch.cs
IComponentExtensions.cs
TestRenderer.cs Handle overlapping events (#1655) 2018-11-13 12:08:08 +00:00
TestServiceProvider.cs