aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen c400289de5 Change `DefaultTagHelperContent` to be smart about single content entries.
- Today `TagHelperContent`s always allocate their underlying buffer even though they typically only ever have a single entry. Added a field to enable us to only allocate the backing buffer when we absolutely need to.
- Removed `IsEmpty` from `TagHelperContent` since it was not used in any of our `TagHelper`s for simplification. Changed `IsWhiteSpace` naming to be `IsEmptyOrWhiteSpace` since it can be used to indicate either state.
- Updated tests.

#621
2016-04-05 16:09:06 -07:00
..
Runtime/TagHelpers Add `SetOutputContentAsync` to `TagHelperExecutionContext` to prevent allocation of `Task<T>`. 2016-04-02 22:58:37 -07:00
TagHelpers Change `DefaultTagHelperContent` to be smart about single content entries. 2016-04-05 16:09:06 -07:00
TestFiles
Microsoft.AspNetCore.Razor.Runtime.Test.xproj Remove project name from output path 2016-03-02 20:58:45 -08:00
project.json Fixed build 2016-03-25 02:36:27 -07:00