aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Have `@page` understand malformed directives. 2017-07-05 16:57:51 -07:00
Microsoft.AspNetCore.Razor.Language.Test Rewrite of code rendering context 2017-07-05 15:32:54 -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