Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using stackalloc instead of new byte[x] on Streams #88303

Merged
merged 26 commits into from
Aug 11, 2023

Merge branch 'dotnet:main' into streamStackAlloc

6ebec71
Select commit
Loading
Failed to load commit list.
Merged

Using stackalloc instead of new byte[x] on Streams #88303

Merge branch 'dotnet:main' into streamStackAlloc
6ebec71
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build windows-arm64 Release NativeAOT_Libraries) failed Jul 5, 2023 in 17m 44s

Build windows-arm64 Release NativeAOT_Libraries failed

Annotations

Check failure on line 273 in src\libraries\System.Private.DataContractSerialization\src\System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-arm64 Release NativeAOT_Libraries)

src\libraries\System.Private.DataContractSerialization\src\System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs#L273

src\libraries\System.Private.DataContractSerialization\src\System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs(273,1): error SA1028: (NETCORE_ENGINEERING_TELEMETRY=Build) Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)