-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
Description
While working on the codebase, Visual Studio threw some warnings about stream performance, which says use memory-based stream instead of an array-based stream.
Below are the warnings
Here is the corresponding rule -> https://docs.microsoft.com/en-gb/dotnet/fundamentals/code-analysis/quality-rules/ca1844
I am by no means a performance expert and do not have a good machine to compare and test perf score, so I am filing this issue so that one can from the team figure out what to do here!
There is a total of 14 warnings.
(Please open the above image in a new tab by right-clicking for clearness)
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

