Skip to content

Merge pull request #116 from varianter/variantdash/update_dash_cors_p… #88

Merge pull request #116 from varianter/variantdash/update_dash_cors_p…

Merge pull request #116 from varianter/variantdash/update_dash_cors_p… #88

Triggered via push November 8, 2023 13:36
Status Success
Total duration 1m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/OrchestratorService.cs#L145
Dereference of a possibly null reference.
build: src/Infrastructure/Repositories/EmployeeRepository.cs#L230
Possible null reference assignment.
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.UpdateEmergencyContact(string, string, EmergencyContact)'
build: src/Web/Controllers/EmployeesController.cs#L161
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'
build: src/Web/Controllers/OrchestratorController.cs#L15
Missing XML comment for publicly visible type or member 'OrchestratorController.OrchestratorController(OrchestratorService)'