Skip to content

EFPT edit update

EFPT edit update #605

Triggered via push July 21, 2023 15:44
Status Success
Total duration 2m 11s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Gordon360/Controllers/ProfilesController.cs#L21
The using directive for 'Gordon360.Models.webSQL.Context' appeared previously in this namespace
build: Gordon360/Controllers/MembershipsController.cs#L91
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Authorization/AzureAdConfig.cs#L3
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L4
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L5
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/WellnessViewModel.cs#L9
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/WellnessViewModel.cs#L15
Non-nullable property 'StatusDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/WellnessQuestionViewModel.cs#L7
Non-nullable property 'question' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Models/ViewModels/WellnessQuestionViewModel.cs#L9
Non-nullable property 'yesPrompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.