Publish Nuget Package #22
Triggered via release
November 17, 2025 13:24
stratosblue
released
bb5c296
Status
Success
Total duration
1m 7s
Artifacts
–
PublishNugetPackage.yml
on: release
publish-with-build
1m 2s
Annotations
10 warnings
|
publish-with-build:
sample/CustomStructureWebApplication/CustomWrapper.cs#L21
Dereference of a possibly null reference.
|
|
publish-with-build:
sample/CustomStructureWebApplication/Controllers/WeatherForecastController.cs#L13
Parameter 'logger' is unread.
|
|
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.
|