aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 4212b7e713 Add `SetOutputContentAsync` to `TagHelperExecutionContext` to prevent allocation of `Task<T>`.
- Previously we'd do `executionContext.Output.Content = await executionContext.Output.GetChildContentAsync()`. The problem with this approach is that it returned a `Task<TagHelperContent>` which could not be optimized when building in release.
- Added test to validate `SetOutputContentAsync` does the appropriate thing.

#721
2016-04-02 22:58:37 -07:00
..
Chunks/Generators Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CodeGenerators Temporarily skipped CSS required attribute selector test on mono. 2016-03-28 10:43:23 -07:00
Editor Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
Framework Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
Parser Fix nested C# blocks when combined with C# @ symbols. 2016-03-03 12:34:35 -08:00
TagHelpers Add CSS attribute selectors for `TagHelper` attributes. 2016-03-08 12:15:06 -08:00
TestFiles Add `SetOutputContentAsync` to `TagHelperExecutionContext` to prevent allocation of `Task<T>`. 2016-04-02 22:58:37 -07:00
Text Transition to netstandard. 2016-03-01 13:32:43 -08:00
Tokenizer Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
Utils Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CSharpRazorCodeLanguageTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
Microsoft.AspNetCore.Razor.Test.xproj Remove project name from output path 2016-03-02 20:58:45 -08:00
RazorCodeLanguageTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
RazorEngineHostTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
RazorErrorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
RazorTemplateEngineTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
SourceLocationTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
StringTextBuffer.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
project.json Fixed build 2016-03-25 02:36:27 -07:00