aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
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
..
IntegrationTests Check for warnrings in tests taht compile 2017-07-01 11:52:41 -07:00
Properties
TestFiles/IntegrationTests Check for warnrings in tests taht compile 2017-07-01 11:52:41 -07:00
AssemblyAttributeInjectionPassTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
InjectDirectiveTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
InjectTargetExtensionTest.cs Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
InstrumentationPassTest.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj Remove NetStandard.Library.NETFramework and Update Moq 2017-06-29 10:17:45 -07:00
ModelDirectiveTest.cs Run DesignTimeDirectivePass later in the phase 2017-06-29 10:51:45 -07:00
ModelExpressionPassTest.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
MvcRazorTemplateEngineTest.cs
MvcViewDocumentClassifierPassTest.cs Get rid of AccessModifiers 2017-06-21 19:10:57 -07:00
NamespaceDirectiveTest.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
PageDirectiveTest.cs Handle imported @page directives. 2017-07-03 17:11:17 -07:00
RazorPageDocumentClassifierPassTest.cs Handle imported @page directives. 2017-07-03 17:11:17 -07:00
TagHelperDescriptorExtensionsTest.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
ViewComponentTagHelperDescriptorFactoryTest.cs Handle imported @page directives. 2017-07-03 17:11:17 -07:00
ViewComponentTagHelperDescriptorProviderTest.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
ViewComponentTagHelperPassTest.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
ViewComponentTypeVisitorTest.cs
xunit.runner.json