Ajay Bhargav Baaskaran
b70815e317
Made `RazorCodeGenerationOptionsBuilder.DesignTime` getter only
...
- Made RazorCodeGenerationOptions consistent with RazorParserOptions
2017-07-07 14:41:53 -07:00
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
Ryan Nowak
7aeb228063
Redesign tag helper codegen
2017-06-30 17:34:01 -07:00
Ryan Nowak
e3b3e20738
Move some stuff to .Extensions
...
Moved design time directives and tag helper attribute preallocation to
.Extensions.
Just mechanical namespace changes here.
2017-06-21 20:26:31 -07:00
Ryan Nowak
21e26ad4aa
Rename RazorIRNode
...
Get rid of references to 'IR'
2017-06-21 12:55:16 -07:00
Ajay Bhargav Baaskaran
dd4e163173
Change GenerateChecksum to SuppressChecksum
2017-06-19 16:52:36 -07:00
Ajay Bhargav Baaskaran
3892a6fede
Removed ChecksumIRNode
2017-06-16 11:14:54 -07:00
Ryan Nowak
22d52f2a3c
Split the functions/section/inherits directives
2017-06-13 18:05:34 -07:00
Ryan Nowak
e391ac7a3c
Split options into ParserOptions and CodeGenerationOptions
2017-05-18 10:22:39 -07:00
Ryan Nowak
811ea019a5
Fixes #1245 - Make TemplateCodeExtension public
...
This removes the hardcoding of an MVC type from Razor.
2017-05-17 20:25:06 -07:00
Ajay Bhargav Baaskaran
4bc1a76e22
Moved TagHelperBinder from pass to a phase
2017-05-10 17:16:27 -07:00
N. Taylor Mullen
0618bae3bd
Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
...
- Also updated corresponding test project to go from Evolution => Language.
- Regenerated test files to reflect new file paths.
#1169
2017-04-10 10:20:04 -07:00