Release to NuGet v2 #10
Annotations
20 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/Services/BaseService.cs#L32
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L42
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Handlers/RequestHandler.cs#L40
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L52
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L62
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/Services/BaseService.cs#L32
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L42
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Handlers/RequestHandler.cs#L40
Possible null reference return.
|
build:
ApiUtilities/src/ApiUtilities.Common/Services/BaseService.cs#L52
Possible null reference return.
|
build:
ApiUtilities/tests/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/tests/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L24
Cannot convert null literal to non-nullable reference type.
|
build:
ApiUtilities/tests/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build:
ApiUtilities/tests/ApiUtilities.Tests/Handlers/ExceptionHandlerTests.cs#L38
Cannot convert null literal to non-nullable reference type.
|
build:
ApiUtilities/tests/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/tests/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/tests/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/tests/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.
|
build:
ApiUtilities/tests/ApiUtilities.Tests/Services/BaseServiceTests.cs#L21
Non-nullable property '_apiConfigMock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|