favicon changed (#554) #247
deploy-dev.yml
on: push
build-frontend
2m 41s
Build and deploy Backend
59s
deploy-frontend
10s
Annotations
13 warnings
Build and deploy Backend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and deploy Backend:
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.
|
Build and deploy Backend:
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.
|
Build and deploy Backend:
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.
|
Build and deploy Backend:
backend/Infrastructure/Repositories/Staffings/StaffingDbRepository.cs#L21
Dereference of a possibly null reference.
|
Build and deploy Backend:
backend/Infrastructure/Repositories/PlannedAbsences/PlannedAbsenceDbRepository.cs#L17
Dereference of a possibly null reference.
|
Build and deploy Backend:
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.
|
Build and deploy Backend:
backend/Infrastructure/Repositories/Consultants/ConsultantDbRepository.cs#L41
Dereference of a possibly null reference.
|
Build and deploy Backend:
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).
|
Build and deploy Backend:
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.
|
Build and deploy Backend:
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.
|
build-frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy-frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|