aspnetcore/test
N. Taylor Mullen 87a5435036 Make `RazorParserOptions.DesignTime` getter only.
- Renamed `IRazorParserOptionsFeature` to `IConfigureRazorParserOptionsFeature`, the original interface was re-purposed to get the options rather than configure them.
- This involved re-designing how we set design time on the `RazorParserOptions` object. The indicator of `DesignTime` is now configured at the RazorEngine level via a parser options provider feature.
- Moved options construction from the phase into an `IRazorParserOptionsFeature` type.

#1510
2017-07-06 14:33:05 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Unnest IntermediateToken.TokenKind 2017-07-06 11:15:36 -07:00
Microsoft.AspNetCore.Razor.Language.Test Make `RazorParserOptions.DesignTime` getter only. 2017-07-06 14:33:05 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Unnest IntermediateToken.TokenKind 2017-07-06 11:15:36 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test
RazorPageGenerator.Test