Skip to content

Release to NuGet v2

Release to NuGet v2 #6

Manually triggered December 23, 2023 07:48
Status Success
Total duration 29s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: ApiUtilities/src/ApiUtilities.Common/Handlers/RequestHandler.cs#L40
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L37
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L70
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L85
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L115
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Handlers/RequestHandler.cs#L44
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build: ApiUtilities/src/ApiUtilities.Common/Handlers/RequestHandler.cs#L40
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L37
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L70
Possible null reference return.
build: ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L85
Possible null reference return.
build: ApiUtilities/ApiUtilities.Tests/Models/TestResponseModel.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ApiUtilities/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L24
Cannot convert null literal to non-nullable reference type.
build: ApiUtilities/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L31
Cannot convert null literal to non-nullable reference type.
build: ApiUtilities/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L38
Cannot convert null literal to non-nullable reference type.
build: ApiUtilities/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L14
Non-nullable property '_subjectUnderTest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ApiUtilities/ApiUtilities.Tests/Services/BaseServiceTests.cs#L18
Non-nullable property '_subjectUnderTest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ApiUtilities/ApiUtilities.Tests/Services/BaseServiceTests.cs#L19
Non-nullable property '_requestHandlerMock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ApiUtilities/ApiUtilities.Tests/Services/BaseServiceTests.cs#L20
Non-nullable property '_exceptionHandlerMock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.