aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 8f072a0711 Add HTML Block rewriting (#1146)
* Add HTML Block rewriter

* Baseline updates

* test gaps

* Update some unit tests to represent same behavior as before

* Define Markup frame type. Tests for rendering markup frames into render tree.

* Support markup frames during diffing (retain, insert, update, delete)

* Support markup blocks on WebAssembly

* Support rendering markup frames with server-side execution too

* Support markup blocks with multiple top-level nodes. Support updating markup dynamically.

* Define MarkupString type as a way to insert dynamic markup without needing custom RenderFragment code

* Remove comment

* CR: Better null value handling
2018-07-23 18:18:07 +01:00
..
Razor Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
TestFiles Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
BindRazorIntegrationTest.cs
BootJsonWriterTest.cs Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
RazorBaselineIntegrationTestBase.cs
RazorIntegrationTestBase.cs
RenderingRazorIntegrationTest.cs Add HTML Block rewriting (#1146) 2018-07-23 18:18:07 +01:00
RuntimeCodeGenerationTest.cs
RuntimeDependenciesResolverTest.cs Initial debugger support 2018-07-06 11:56:21 +01:00
TypingTest.cs Fix #1068 2018-07-05 11:28:54 -07:00
WorkingDirectoryRazorIntegrationTest.cs