Feat: Make the navbar usable on mobile (#503) #203
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
|
backend/Core/DomainModels/Organization.cs#L15
Non-nullable property 'Departments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/Core/DomainModels/Organization.cs#L19
Non-nullable property 'AbsenceTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/Api/Common/StorageService.cs#L386
Dereference of a possibly null reference.
|
backend/Api/Common/StorageService.cs#L401
Possible null reference return.
|
backend/Api/Common/StorageService.cs#L438
Dereference of a possibly null reference.
|
backend/Api/Common/StorageService.cs#L442
Possible null reference argument for parameter 'otherEngagement' in 'void Engagement.MergeEngagement(Engagement otherEngagement)'.
|
backend/Api/Common/StorageService.cs#L445
Possible null reference argument for parameter 'entity' in 'EntityEntry<Engagement> DbSet<Engagement>.Remove(Engagement entity)'.
|
backend/Api/Common/StorageService.cs#L452
Dereference of a possibly null reference.
|
backend/Core/DomainModels/Organization.cs#L15
Non-nullable property 'Departments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/Core/DomainModels/Organization.cs#L19
Non-nullable property 'AbsenceTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading