Skip to content

🔧 Update .env.template (#542) #236

🔧 Update .env.template (#542)

🔧 Update .env.template (#542) #236

Triggered via push November 25, 2024 09:54
Status Success
Total duration 3m 1s
Artifacts

deploy-dev.yml

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

Annotations

13 warnings
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/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
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/