Skip to content

Update Gordon360/Extensions/MiddlewareExtensions.cs #590

Update Gordon360/Extensions/MiddlewareExtensions.cs

Update Gordon360/Extensions/MiddlewareExtensions.cs #590

Triggered via push July 21, 2023 00:06
Status Success
Total duration 1m 51s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Utilities/Logger/RequestResponseLoggerOptionModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLoggerOptionModel.cs#L7
Non-nullable property 'DateTimeFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Services/SessionService.cs#L47
Nullable value type may be null.
build: Gordon360/Services/SessionService.cs#L48
Nullable value type may be null.
build: Gordon360/Services/SaveService.cs#L31
Possible null reference return.