refactor: move holiday into core logic, remove LoadHolidays from StorageService #731
Annotations
9 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/
|
backend/Core/Organizations/Organization.cs#L19
Non-nullable property 'Departments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
backend/Core/Organizations/Organization.cs#L23
Non-nullable property 'AbsenceTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
backend/Api/StaffingController/ReadModelFactory.cs#L200
Nullable value type may be null.
|
backend/Api/StaffingController/ReadModelFactory.cs#L222
Nullable value type may be null.
|
backend/Api/StaffingController/ReadModelFactory.cs#L235
Nullable value type may be null.
|
backend/Api/Common/StorageService.cs#L387
Dereference of a possibly null reference.
|
backend/Api/Common/StorageService.cs#L400
Possible null reference return.
|
|
This job succeeded
Loading