Skip to content

Merge branch 'develop' into s24-posters #959

Merge branch 'develop' into s24-posters

Merge branch 'develop' into s24-posters #959

Triggered via push September 12, 2024 21:24
Status Success
Total duration 2m 33s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Authorization/StateYourBusiness.cs#L70
Possible null reference assignment.
build: Gordon360/Program.cs#L55
Dereference of a possibly null reference.
build: Gordon360/Program.cs#L84
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.
build: Gordon360/Program.cs#L108
Dereference of a possibly null reference.
build: Gordon360/Controllers/VersionController.cs#L24
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
build: Gordon360/Controllers/VersionController.cs#L27
Possible null reference assignment.
build: Gordon360/Controllers/ScheduleController.cs#L37
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/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.