Skip to content

Replaced policies, requirements and groups with role-based authorization #403

Replaced policies, requirements and groups with role-based authorization

Replaced policies, requirements and groups with role-based authorization #403

Triggered via pull request November 17, 2024 16:07
Status Success
Total duration 51s
Artifacts

api-build-and-test.yml

on: pull_request
build_and_test
40s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/ITimeRegistrationStorage.cs#L24
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/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#L202
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.