Skip to content

Publish Nuget Package #22

Publish Nuget Package

Publish Nuget Package #22

Triggered via release November 17, 2025 13:24
@stratosbluestratosblue
released bb5c296
Status Success
Total duration 1m 7s
Artifacts
publish-with-build
1m 2s
publish-with-build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-with-build: sample/CustomStructureWebApplication/CustomWrapper.cs#L21
Dereference of a possibly null reference.
publish-with-build: sample/CustomStructureWebApplication/CommonResponse.cs#L25
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: sample/CustomStructureWebApplication/CommonResponse.cs#L16
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: sample/CustomStructureWebApplication/CommonResponse.cs#L13
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: sample/CustomStructureWebApplication/CommonResponse.cs#L11
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: sample/CustomStructureWebApplication/CommonResponse.cs#L9
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: sample/CustomStructureWebApplication/WeatherForecast.cs#L11
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish-with-build: test/ResponseAutoWrapper.TestHost/CustomResponseWrapper.cs#L20
Dereference of a possibly null reference.
publish-with-build: test/ResponseAutoWrapper.TestHost/CustomResponseWrapper.cs#L72
Dereference of a possibly null reference.