aspnetcore/test
N. Taylor Mullen d36838ed88 Handle imported @page directives.
- Prior to this imported `@page` directives would flow through the Razor system without error. This resulted in inconsistent behavior between MVC and Razor. Now, imported `@page` directives result in diagnostics on the page directive node.
- Added two tests to verify that we still treat views with imported page directives as Razor pages BUT we also log a diagnostic on the page directive node.
- Renamed the `ViewComponentDiagnosticFactory` class to `RazorExtensionsDiagnosticFactory` so it can be used for more than just view component diagnostics. This way we can ensure that our diagnostics don't end up overlapping.

#1503
2017-07-03 17:11:17 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Handle imported @page directives. 2017-07-03 17:11:17 -07:00
Microsoft.AspNetCore.Razor.Language.Test Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim DiagnosticSource to 4.4.1 2017-07-03 15:09:38 -07:00
Microsoft.CodeAnalysis.Razor.Test Remove AssetTargetFallback 2017-06-30 14:42:00 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
RazorPageGenerator.Test