aspnetcore/test/Microsoft.AspNetCore.Blazor...
Ryan Nowak 0c942ccc76 Fix for #453
This fix adds missing line mappings for the Blazor runtime code
generation. We had the correct line mappings for design time code, but
they were missing in this case for runtime code - where they are used
for error messages and debugging (not yet supported).

Once this fix is is in the error window and output log will report the
file/line/column of the original source in .cshtml.

It looks like jumping to the code from the error window is currently not
working correctly in VS. It works from the output window.

I'm going to follow up on the VS issue in the Razor repo, since the fix
won't come from the Blazor side.
2018-04-03 15:34:41 -07:00
..
Razor
BindRazorIntegrationTest.cs Add support for conditional attributes 2018-04-03 14:06:48 -07:00
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs
DeclarationRazorIntegrationTest.cs Fix for #453 2018-04-03 15:34:41 -07:00
DesignTimeCodeGenerationRazorIntegrationTest.cs
DiagnosticRazorIntegrationTest.cs
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs Live reloading (currently enabled only for command-line builds - will 2018-04-02 15:33:00 +01:00
Microsoft.AspNetCore.Blazor.Build.Test.csproj
RazorIntegrationTestBase.cs Fix for #453 2018-04-03 15:34:41 -07:00
RenderingRazorIntegrationTest.cs Add support for conditional attributes 2018-04-03 14:06:48 -07:00
RuntimeCodeGenerationRazorIntegrationTest.cs Fix for #453 2018-04-03 15:34:41 -07:00
RuntimeDependenciesResolverTest.cs