Skip to content

Enable authentication to the service using active directory / entra /… #133

Enable authentication to the service using active directory / entra /…

Enable authentication to the service using active directory / entra /… #133

Triggered via push January 23, 2024 00:06
Status Success
Total duration 2m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ServiceAssessmentService/ServiceAssessmentService.Data/DataContextFactory.cs#L16
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build: src/ServiceAssessmentService/ServiceAssessmentService.Data/Entities/ServiceAssessmentServiceWebAppUser.cs#L6
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Pages/Dashboard.cshtml.cs#L17
Non-nullable field 'AllAssessments' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Pages/Book/Edit.cshtml.cs#L15
Non-nullable property 'AssessmentRequestPageModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ServiceAssessmentService/ServiceAssessmentService.WebApp/Pages/Book/Delete.cshtml.cs#L15
Non-nullable property 'AssessmentRequest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.