Skip to content

favicon changed

favicon changed #810

Triggered via pull request December 12, 2024 19:50
Status Success
Total duration 54s
Artifacts

test-backend.yml

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

Annotations

12 warnings
dotnet_core_project_tests (8.x.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.