Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

HttpRequestHeaders

HttpRequestHeaders #58

Triggered via push March 27, 2025 09:45
Status Success
Total duration 39s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/NZ.Orz.Core/Config/Abstractions/ChangedProxyConfig.cs#L7
Non-nullable property 'EndpointsToStart' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/NZ.Orz.Core/Config/Abstractions/ChangedProxyConfig.cs#L5
Non-nullable property 'EndpointsToStop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/NZ.Orz.Core/Routing/OnlyFirstRouteTable.cs#L12
The type 'T' cannot be used as type parameter 'TValue' in the generic type or method 'RandomAccessCache<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: src/NZ.Orz.Core/ReverseProxy/L4/MiddlewarePipeWriter.cs#L61
Member 'MiddlewarePipeWriter.OnReaderCompleted(Action<Exception?, object?>, object?)' overrides obsolete member 'PipeWriter.OnReaderCompleted(Action<Exception?, object?>, object?)'. Add the Obsolete attribute to 'MiddlewarePipeWriter.OnReaderCompleted(Action<Exception?, object?>, object?)'.
build: src/NZ.Orz.Core/Infrastructure/CollectionUtilities.cs#L100
Cannot convert null literal to non-nullable reference type.
build: src/NZ.Orz.Core/Infrastructure/CollectionUtilities.cs#L18
Cannot convert null literal to non-nullable reference type.
build: src/NZ.Orz.Core/Http/Abstractions/IHeaderDictionary.cs#L25
'IHeaderDictionary.Clear()' hides inherited member 'ICollection<KeyValuePair<string, StringValues>>.Clear()'. Use the new keyword if hiding was intended.
build: src/NZ.Orz.Core/Http/Abstractions/IHeaderDictionary.cs#L14
'IHeaderDictionary.Count' hides inherited member 'ICollection<KeyValuePair<string, StringValues>>.Count'. Use the new keyword if hiding was intended.
build: src/NZ.Orz.Core/Hosting/NZApp.cs#L22
Cannot convert null literal to non-nullable reference type.
build: src/NZ.Orz.Core/Hosting/NZApp.cs#L22
Cannot convert null literal to non-nullable reference type.