aspnetcore/test/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 9f675abbca Pre-allocate unbound `TagHelper` attributes.
- Hoist `TagHelperAttribute` creation into `private static readonly` fields to avoid allocations on every request. With the recent `TagHelperAttribute` change that made them immutable we can now pre-allocate them without worry of them being modified.
- Added two extra class configuration pieces to enable pre-allocation.
- Updated test files to showcase new pre-allocations.

#600
2016-03-01 11:23:49 -08:00
..
Chunks/Generators
CodeGenerators Pre-allocate unbound `TagHelper` attributes. 2016-03-01 11:23:49 -08:00
Editor
Framework
Parser
TagHelpers [Fixes #698] Removed unnecessary Debug.Assert in TagHelperBlockRewriter 2016-02-25 16:16:20 -08:00
TestFiles Pre-allocate unbound `TagHelper` attributes. 2016-03-01 11:23:49 -08: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 Updating test TFMs for custom test discovery 2016-02-19 11:46:09 -08:00