Skip to content

Publish Nuget Package #21

Publish Nuget Package

Publish Nuget Package #21

Triggered via release November 23, 2025 12:59
@stratosbluestratosblue
released 10685d7
Status Failure
Total duration 1m 2s
Artifacts
publish-with-build
59s
publish-with-build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
publish-with-build
Process completed with exit code 1.
publish-with-build: test/ResponseCaching.Test.WebHost/Program.cs#L65
'WebApplication' does not contain a definition for 'MapSwaggerUI' and no accessible extension method 'MapSwaggerUI' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
publish-with-build: test/ResponseCaching.Test.WebHost/Program.cs#L65
'WebApplication' does not contain a definition for 'MapSwaggerUI' and no accessible extension method 'MapSwaggerUI' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
publish-with-build: test/ResponseCaching.Test/ResponseCaches/RedisResponseCacheTest.cs#L13
Non-nullable field '_connectionMultiplexer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish-with-build: test/ResponseCaching.Test/ResponseCaches/RedisResponseCacheTest.cs#L35
Cannot convert null literal to non-nullable reference type.
publish-with-build: test/ResponseCaching.Test/Interceptors/CacheHitStampHeaderTest.cs#L54
Possible null reference argument for parameter 'source' in 'string Enumerable.First<string>(IEnumerable<string> source)'.
publish-with-build: test/ResponseCaching.Test/Interceptors/CacheHitStampHeaderTest.cs#L53
Dereference of a possibly null reference.
publish-with-build: test/ResponseCaching.Test/Interceptors/CacheHitStampHeaderTest.cs#L52
Dereference of a possibly null reference.
publish-with-build: test/ResponseCaching.Test/Interceptors/CacheHitStampHeaderTest.cs#L46
Dereference of a possibly null reference.
publish-with-build: test/ResponseCaching.Test/ResponseCaches/ResponseCacheTest.cs#L18
Non-nullable property 'ResponseCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: test/ResponseCaching.Test/ResponseCaches/ResponseCacheTest.cs#L78
Possible null reference argument for parameter 'entry2' in 'void TestUtil.EntryEquals(ResponseCacheEntry entry1, ResponseCacheEntry entry2)'.
publish-with-build: test/ResponseCaching.Test/Base/WebServerHostedTestBase.cs#L54
'HttpRequestGlobalOptions.DefaultConnectionLimit' is obsolete: '参考 System.Net.ServicePointManager'
publish-with-build: test/ResponseCaching.Test/ResponseCaches/ResponseCacheTest.cs#L27
Cannot convert null literal to non-nullable reference type.