Skip to content

Prettier agreement edit (#543) #778

Prettier agreement edit (#543)

Prettier agreement edit (#543) #778

Triggered via push November 26, 2024 10:52
Status Success
Total duration 55s
Artifacts

test-backend.yml

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

Annotations

11 warnings
dotnet_core_project_tests (8.x.x): 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.
dotnet_core_project_tests (8.x.x): 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.
dotnet_core_project_tests (8.x.x): backend/Infrastructure/DatabaseContext/ApplicationContext.cs#L22
The type 'Core.Consultants.Consultant?' cannot be used as type parameter 'TEntity' in the generic type or method 'DbSet<TEntity>'. Nullability of type argument 'Core.Consultants.Consultant?' doesn't match 'class' constraint.
dotnet_core_project_tests (8.x.x): backend/Infrastructure/Repositories/Consultants/ConsultantDbRepository.cs#L40
The type 'Core.Consultants.Consultant?' cannot be used as type parameter 'TEntity' in the generic type or method 'EntityFrameworkQueryableExtensions.Include<TEntity, TProperty>(IQueryable<TEntity>, Expression<Func<TEntity, TProperty>>)'. Nullability of type argument 'Core.Consultants.Consultant?' doesn't match 'class' constraint.
dotnet_core_project_tests (8.x.x): backend/Infrastructure/Repositories/Consultants/ConsultantDbRepository.cs#L41
Nullability of reference types in type of parameter 'c' of 'lambda expression' doesn't match the target delegate 'Func<Consultant?, Department>' (possibly because of nullability attributes).
dotnet_core_project_tests (8.x.x): backend/Infrastructure/Repositories/Consultants/ConsultantDbRepository.cs#L40
The type 'Core.Consultants.Consultant?' cannot be used as type parameter 'TEntity' in the generic type or method 'EntityFrameworkQueryableExtensions.ThenInclude<TEntity, TPreviousProperty, TProperty>(IIncludableQueryable<TEntity, TPreviousProperty>, Expression<Func<TPreviousProperty, TProperty>>)'. Nullability of type argument 'Core.Consultants.Consultant?' doesn't match 'class' constraint.
dotnet_core_project_tests (8.x.x): backend/Infrastructure/Repositories/Consultants/ConsultantDbRepository.cs#L40
The type 'Core.Consultants.Consultant?' cannot be used as type parameter 'TEntity' in the generic type or method 'EntityFrameworkQueryableExtensions.Include<TEntity, TProperty>(IQueryable<TEntity>, Expression<Func<TEntity, TProperty>>)'. Nullability of type argument 'Core.Consultants.Consultant?' doesn't match 'class' constraint.
dotnet_core_project_tests (8.x.x)
No files were found with the provided path: TestResults-8.x.x. No artifacts will be uploaded.