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
CodeGenerators Temporarily skipped CSS required attribute selector test on mono. 2016-03-28 10:43:23 -07:00
Editor
Framework
Parser
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
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNetCore.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json Fixed build 2016-03-25 02:36:27 -07:00