aspnetcore/test/Microsoft.AspNet.Mvc.Razor..../TestFiles/Output/Runtime
N. Taylor Mullen 14bd7dcd5e Handle trailing semicolon after @inject.
- Made @inject handle trailing semicolons identical to @using; essentially ignores it.
- Added parser, runtime/designtime codegen and functional tests.
- Added Microsoft.AspNet.Mvc.Common.Test.
- Transitioned pre-existing Microsoft.AspNet.Mvc.Common tests to the new test project.
- Updated transitioned tests to also work in CoreCLR (except ones with moq).

#1857
2015-01-22 14:01:10 -08:00
..
Basic.cs Remove enableInstrumentation from CompilerCache and IMvcRazorHost 2014-11-02 18:15:39 -08:00
Inject.cs Updating MvcRazorHost to use overload that generates pragma checksum 2014-09-30 12:54:15 -07:00
InjectWithModel.cs Updating MvcRazorHost to use overload that generates pragma checksum 2014-09-30 12:54:15 -07:00
InjectWithSemicolon.cs Handle trailing semicolon after @inject. 2015-01-22 14:01:10 -08:00
Model.cs Updating MvcRazorHost to use overload that generates pragma checksum 2014-09-30 12:54:15 -07:00
ModelExpressionTagHelper.cs Modify TagHelper tests to abide by new content mode design. 2015-01-16 15:56:03 -08:00