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 osx-x64 Release AllSubsets_Mono_LLVMJIT) failed Jul 5, 2023 in 25m 18s

Build osx-x64 Release AllSubsets_Mono_LLVMJIT 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 osx-x64 Release AllSubsets_Mono_LLVMJIT)

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)