Skip to content

Merge pull request #1107 from gordon-cs/SyncWithDevelop-Jones #1080

Merge pull request #1107 from gordon-cs/SyncWithDevelop-Jones

Merge pull request #1107 from gordon-cs/SyncWithDevelop-Jones #1080

Triggered via push December 3, 2024 21:54
Status Success
Total duration 2m 9s
Artifacts

ci-cd.yml

on: push
deploy-prod
0s
deploy-prod
deploy-senior-project-2
0s
deploy-senior-project-2
deploy-train
0s
deploy-train
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Gordon360/Controllers/MembershipsController.cs#L85
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Models/webSQL/Models/account.cs#L13
The type name 'account' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: Gordon360/Exceptions/CustomExceptions.cs#L22
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L5
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L6
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L7
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L8
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Gordon360/Authorization/AuthUtils.cs#L20
Dereference of a possibly null reference.
build: Gordon360/Controllers/DiningController.cs#L21
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#L68
Possible null reference assignment.