Skip to content

clean up code

clean up code #516

Triggered via push July 12, 2023 12:45
Status Success
Total duration 1m 52s
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/Authorization/StateYourBusiness.cs#L79
Possible null reference assignment.
build: Gordon360/Authorization/StateYourBusiness.cs#L80
Possible null reference assignment.
build: Gordon360/Authorization/StateYourBusiness.cs#L125
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Gordon360/Authorization/StateYourBusiness.cs#L220
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Authorization/StateYourBusiness.cs#L212
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.