Skip to content

Update dashCorsPolicy to also include the development enviroment. #602

Update dashCorsPolicy to also include the development enviroment.

Update dashCorsPolicy to also include the development enviroment. #602

Triggered via pull request November 8, 2023 13:21
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: pull_request
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/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/Infrastructure/OrchestratorService.cs#L145
Dereference of a possibly null reference.
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)'