aspnetcore/test/Microsoft.AspNetCore.Mvc.Te...
Doug Bunting 4cca6b09f0 Reduce allocations during HTML generation
- #3918
- precompute size of `StringBuilder` in `ExpressionHelper`
- reduce `string` allocations in `ViewDataEvaluator`
 - also get rid of `Enumeration` state machines
- reduce the size of a few objects; use more expression-valued properties
 - e.g. don't store `_modelType` in `ModelExplorer`
- add `EmptyArray<TElement>`; make empty arrays consistently `static`
- avoid `string.Split()` in HTML and tag helpers

nits:
- make `ExpressionHelperTest` tests more stringent
- correct `Message` for an `ArgumentNullException`
- remove excess `using`s in classes I touched (but often ended up leaving otherwise unchanged)
- improve doc comments
- remove `ToString()` call on a `string`
- avoid encoding `string.Empty`
- fix test file name
- remove useless variables
- correct spelling
- improve whitespace
2016-10-03 12:17:47 -07:00
..
CommonFilterTest.cs
HtmlContentUtilities.cs
MediaTypeAssert.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
Microsoft.AspNetCore.Mvc.TestCommon.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
PlatformNormalizer.cs
ResourceFile.cs Fix resource generation to work with dotnet test 2016-05-23 15:55:14 -07:00
SimpleValueProvider.cs
SimpleValueProviderFactory.cs
SolutionPathUtility.cs Fix resource generation to work with dotnet test 2016-05-23 15:55:14 -07:00
TestClientModelValidatorProvider.cs
TestFileChangeToken.cs
TestFileInfo.cs
TestFileProvider.cs
TestHttpRequestStreamReaderFactory.cs
TestHttpResponseStreamWriterFactory.cs
TestModelBinderFactory.cs
TestModelMetadataProvider.cs Use DataAnnotationLocalizerProvider for Display localization 2016-09-23 10:05:42 -07:00
TestModelValidatorProvider.cs
TestOptionsManager.cs
ValidationAttributeUtil.cs
project.json Removing extra imports from projects 2016-07-06 08:59:58 -07:00