aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../TestFiles/IntegrationTests
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
..
CodeGenerationIntegrationTest Have `@page` understand malformed directives. 2017-07-05 16:57:51 -07:00
InstrumentationPassIntegrationTest Check for warnrings in tests taht compile 2017-07-01 11:52:41 -07:00