aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
N. Taylor Mullen a78202e937 Have `@page` understand malformed directives.
- The `@page` directive will now look for malformed directives and treat a view as a Razor page based on the existence of the malformed directive.
- Updated the `PageDirective` type to contain a reference to its responsible directive node.
- Added unit tests to validate malformed directives were picked up accordingly.
- Updated code generation test baselines to reflect the new malformed directive understanding.

#1448
2017-07-05 16:57:51 -07:00
..
IntegrationTests Check for warnrings in tests taht compile 2017-07-01 11:52:41 -07:00
Properties
TestFiles/IntegrationTests Have `@page` understand malformed directives. 2017-07-05 16:57:51 -07:00
AssemblyAttributeInjectionPassTest.cs
InjectDirectiveTest.cs
InjectTargetExtensionTest.cs Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
InstrumentationPassTest.cs
LineMappingsSerializer.cs
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj
ModelDirectiveTest.cs
ModelExpressionPassTest.cs
MvcRazorTemplateEngineTest.cs
MvcViewDocumentClassifierPassTest.cs
NamespaceDirectiveTest.cs
PageDirectiveTest.cs Have `@page` understand malformed directives. 2017-07-05 16:57:51 -07:00
RazorPageDocumentClassifierPassTest.cs Handle imported @page directives. 2017-07-03 17:11:17 -07:00
TagHelperDescriptorExtensionsTest.cs
ViewComponentTagHelperDescriptorFactoryTest.cs Handle imported @page directives. 2017-07-03 17:11:17 -07:00
ViewComponentTagHelperDescriptorProviderTest.cs
ViewComponentTagHelperPassTest.cs
ViewComponentTypeVisitorTest.cs
xunit.runner.json