Merge pull request #110 from varianter/employee/remove-unnecessary-en… #598
Annotations
11 warnings
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 with dotnet:
src/Infrastructure/EmployeeContext.cs#L44
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<DefaultAllergyEnum>(IEnumerable<DefaultAllergyEnum> first, IEnumerable<DefaultAllergyEnum> second)'.
|
Build with dotnet:
src/Infrastructure/OrchestratorService.cs#L145
Dereference of a possibly null reference.
|
Build with dotnet:
src/Infrastructure/Repositories/EmployeeRepository.cs#L230
Possible null reference assignment.
|
Build with dotnet:
src/Web/Controllers/EmployeesController.cs#L16
Missing XML comment for publicly visible type or member 'EmployeesController'
|
Build with dotnet:
src/Web/Controllers/EmployeesController.cs#L21
Missing XML comment for publicly visible type or member 'EmployeesController.EmployeesController(EmployeesService, ILogger<EmployeesController>)'
|
Build with dotnet:
src/Web/Controllers/EmployeesController.cs#L60
Missing XML comment for publicly visible type or member 'EmployeesController.GetCvForEmployee(string, string)'
|
Build with dotnet:
src/Web/Controllers/EmployeesController.cs#L103
Missing XML comment for publicly visible type or member 'EmployeesController.UpdateEmergencyContact(string, string, EmergencyContact)'
|
Build with dotnet:
src/Web/Controllers/EmployeesController.cs#L161
Missing XML comment for publicly visible type or member 'EmployeesController.UpdateAllergiesAndDietaryPreferences(string, string, EmployeeAllergiesAndDietaryPreferencesJson)'
|
Build with dotnet:
src/Web/Controllers/OrchestratorController.cs#L11
Missing XML comment for publicly visible type or member 'OrchestratorController'
|
Build with dotnet:
src/Web/Controllers/OrchestratorController.cs#L15
Missing XML comment for publicly visible type or member 'OrchestratorController.OrchestratorController(OrchestratorService)'
|
The logs for this run have expired and are no longer available.
Loading