Oppdaterer databasen med noen flere felt i CV #594
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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:
src/Infrastructure/Repositories/EmployeeRepository.cs#L250
Possible null reference assignment.
|
build:
src/Infrastructure/OrchestratorService.cs#L145
Dereference of a possibly null reference.
|
build:
src/Infrastructure/EmployeeContext.cs#L44
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<DefaultAllergyEnum>(IEnumerable<DefaultAllergyEnum> first, IEnumerable<DefaultAllergyEnum> second)'.
|
build:
src/Web/Controllers/EmployeesController.cs#L16
Missing XML comment for publicly visible type or member 'EmployeesController'
|
build:
src/Web/Controllers/EmployeesController.cs#L21
Missing XML comment for publicly visible type or member 'EmployeesController.EmployeesController(EmployeesService, ILogger<EmployeesController>)'
|
build:
src/Web/Controllers/EmployeesController.cs#L60
Missing XML comment for publicly visible type or member 'EmployeesController.GetCvForEmployee(string, string)'
|
build:
src/Web/Controllers/EmployeesController.cs#L103
Missing XML comment for publicly visible type or member 'EmployeesController.UpdateEmployeeInformation(string, string, UpdateEmployeeInformation)'
|
build:
src/Web/Controllers/EmployeesController.cs#L122
Missing XML comment for publicly visible type or member 'EmployeesController.UpdateEmergencyContact(string, string, EmergencyContact)'
|
build:
src/Web/Controllers/EmployeesController.cs#L180
Missing XML comment for publicly visible type or member 'EmployeesController.UpdateAllergiesAndDietaryPreferences(string, string, EmployeeAllergiesAndDietaryPreferencesJson)'
|
build:
src/Web/Controllers/OrchestratorController.cs#L11
Missing XML comment for publicly visible type or member 'OrchestratorController'
|