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

perf: improve allocations in OwinEnvironment #58917

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

improve port convert + enumerators for headers

8ae8104
Select commit
Loading
Failed to load commit list.
Open

perf: improve allocations in OwinEnvironment #58917

improve port convert + enumerators for headers
8ae8104
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci (Build Build: Linux Musl x64) failed Nov 13, 2024 in 15m 27s

Build Build: Linux Musl x64 failed

Annotations

Check failure on line 156 in src/Http/Owin/src/DictionaryStringValuesWrapper.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux Musl x64)

src/Http/Owin/src/DictionaryStringValuesWrapper.cs#L156

src/Http/Owin/src/DictionaryStringValuesWrapper.cs(156,15): error CS8632: (NETCORE_ENGINEERING_TELEMETRY=Build) The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Check failure on line 111 in src/Http/Owin/src/DictionaryStringArrayWrapper.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux Musl x64)

src/Http/Owin/src/DictionaryStringArrayWrapper.cs#L111

src/Http/Owin/src/DictionaryStringArrayWrapper.cs(111,15): error CS8632: (NETCORE_ENGINEERING_TELEMETRY=Build) The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.