Skip to content

chore: refactor useNameSearch and remove debounce (#498) #657

chore: refactor useNameSearch and remove debounce (#498)

chore: refactor useNameSearch and remove debounce (#498) #657

Triggered via push June 21, 2024 12:44
Status Success
Total duration 55s
Artifacts

test-backend.yml

on: push
Matrix: dotnet_core_project_tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
dotnet_core_project_tests (7.x.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
dotnet_core_project_tests (7.x.x): 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.
dotnet_core_project_tests (7.x.x): 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.
dotnet_core_project_tests (7.x.x): backend/Api/Common/StorageService.cs#L386
Dereference of a possibly null reference.
dotnet_core_project_tests (7.x.x): backend/Api/Common/StorageService.cs#L401
Possible null reference return.
dotnet_core_project_tests (7.x.x): backend/Api/Common/StorageService.cs#L438
Dereference of a possibly null reference.
dotnet_core_project_tests (7.x.x): backend/Api/Common/StorageService.cs#L442
Possible null reference argument for parameter 'otherEngagement' in 'void Engagement.MergeEngagement(Engagement otherEngagement)'.
dotnet_core_project_tests (7.x.x): backend/Api/Common/StorageService.cs#L445
Possible null reference argument for parameter 'entity' in 'EntityEntry<Engagement> DbSet<Engagement>.Remove(Engagement entity)'.
dotnet_core_project_tests (7.x.x): backend/Api/Common/StorageService.cs#L452
Dereference of a possibly null reference.
dotnet_core_project_tests (7.x.x)
No files were found with the provided path: TestResults-7.x.x. No artifacts will be uploaded.