fix(db): remove migraiton with insert duplicate #630
Annotations
10 warnings
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/.
|
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.
|
|
This job succeeded
Loading