Fix error where started and quit had switched day difference logic #712
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test with dotnet:
backend/Core/DomainModels/Organization.cs#L15
Non-nullable property 'Departments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test with dotnet:
backend/Core/DomainModels/Organization.cs#L19
Non-nullable property 'AbsenceTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test with dotnet:
backend/Api/Common/StorageService.cs#L386
Dereference of a possibly null reference.
|
Test with dotnet:
backend/Api/Common/StorageService.cs#L401
Possible null reference return.
|
Test with dotnet:
backend/Api/Common/StorageService.cs#L438
Dereference of a possibly null reference.
|
Test with dotnet:
backend/Api/Common/StorageService.cs#L442
Possible null reference argument for parameter 'otherEngagement' in 'void Engagement.MergeEngagement(Engagement otherEngagement)'.
|
Test with dotnet:
backend/Api/Common/StorageService.cs#L445
Possible null reference argument for parameter 'entity' in 'EntityEntry<Engagement> DbSet<Engagement>.Remove(Engagement entity)'.
|
Test with dotnet:
backend/Api/Common/StorageService.cs#L452
Dereference of a possibly null reference.
|
Test with dotnet:
backend/Api/StaffingController/ReadModelFactory.cs#L198
Nullable value type may be null.
|
Test with dotnet:
backend/Api/StaffingController/ReadModelFactory.cs#L218
Nullable value type may be null.
|
Upload dotnet test results
No files were found with the provided path: TestResults-7.x.x. No artifacts will be uploaded.
|
Loading