Skip to content

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

chore: refactor useNameSearch and remove debounce (#498)

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

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

deploy-dev.yml

on: push
Build and deploy Backend
53s
Build and deploy Backend
deploy-frontend
25s
deploy-frontend
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Build and deploy Backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and deploy Backend
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/
Build and deploy Backend
.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.
Build and deploy Backend: 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.
Build and deploy Backend: 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.
Build and deploy Backend: backend/Api/Common/StorageService.cs#L386
Dereference of a possibly null reference.
Build and deploy Backend: backend/Api/Common/StorageService.cs#L401
Possible null reference return.
Build and deploy Backend: backend/Api/Common/StorageService.cs#L438
Dereference of a possibly null reference.
Build and deploy Backend: backend/Api/Common/StorageService.cs#L442
Possible null reference argument for parameter 'otherEngagement' in 'void Engagement.MergeEngagement(Engagement otherEngagement)'.
Build and deploy Backend: backend/Api/Common/StorageService.cs#L445
Possible null reference argument for parameter 'entity' in 'EntityEntry<Engagement> DbSet<Engagement>.Remove(Engagement entity)'.
Build and deploy Backend: backend/Api/Common/StorageService.cs#L452
Dereference of a possibly null reference.
Build and deploy Backend: 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.
Build and deploy Backend: 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.
build-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.