aspnetcore/src/FileProviders
Martin Costello b22512de0e
Right-size Lists when created (#23714)
Create new instances of List<T> with an appropriate capacity for the items that will be added.
Use Array.Empty<T>() where appropriate, rather than create an empty list and then return it.
2020-08-19 09:45:52 -07:00
..
Embedded Right-size Lists when created (#23714) 2020-08-19 09:45:52 -07:00
Manifest.MSBuildTask Updates for extensions migrations 2020-02-20 14:00:29 -08:00