aspnetcore/test
Ryan Nowak 565dd30957 Make the parser options configurable
The RazorParserOptions were only configurable via an internal interface
and an extension method on the builder. This isn't suitable for VS because
we need to be able to update the configuration while the editor is open,
without creating a new engine.
2017-03-24 15:21:26 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Razor.Evolution.Test Make the parser options configurable 2017-03-24 15:21:26 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test
RazorPageGenerator.Test