Pipelinetest #398
api-build-and-test.yml
on: pull_request
build_and_test
39s
Annotations
13 warnings
build_and_test
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_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_and_test:
packages/api/AlvTime.Business/TimeRegistration/CreateTimeEntryDto.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Business/TimeRegistration/TimeEntryResponseDto.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Business/TimeRegistration/ITimeRegistrationStorage.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Business/Users/UserDto.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Persistence/DatabaseModels/Hours.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Persistence/DatabaseModels/Customer.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Persistence/Repositories/CustomerStorage.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Persistence/Repositories/TimeRegistrationStorage.cs#L193
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
packages/api/AlvTime.Persistence/Repositories/CompensationRateQueryableExtension.cs#L11
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
build_and_test:
packages/api/AlvTimeWebApi/Startup.cs#L41
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.' (https://aka.ms/aspnetcore-warnings/ASP5001)
|
build_and_test
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|