Ryan Nowak
a8dd0355d0
Remove default usings
...
This change removes the default usings for 'System' and
'System.Threading.Tasks' and adds them to the MVC template engine.
This is preparation for removing this feature from the razor options, I
wanted to get all of the intentional diff out of the way.
2017-05-12 17:08:58 -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
N. Taylor Mullen
fdea42624d
Fix UrlResolutionTagHelper tag helper inclusion.
...
- Also fixed test name to assert all defaultly included TagHelpers instead of just the UrlResolutionTagHelper
2017-03-29 16:30:28 -07:00
Jass Bagga
582ffe2e10
Add HeadTagHelper and BodyTagHelper
...
Addresses aspnet/Mvc#5728
2017-03-29 12:23:55 -07:00
Ryan Nowak
737a9a58ad
Fix breaks in Razor Tests
...
I removed a reference from a src project which exposed this issue. We
shouldn't be using these types in new Razor.
2017-03-27 14:32:30 -07:00
Ryan Brandenburg
72febdac64
Move Razor.Host to Razor
2017-03-22 16:10:44 -07:00