Skip to content

.NET Core Build and Deploy to GitHub Pages #1341

.NET Core Build and Deploy to GitHub Pages

.NET Core Build and Deploy to GitHub Pages #1341

Triggered via schedule December 23, 2024 19:16
Status Success
Total duration 40s
Artifacts

build.yml

on: schedule
build-and-deploy
31s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-deploy: Program.cs#L46
Dereference of a possibly null reference.
build-and-deploy: Program.cs#L57
Converting null literal or possible null value to non-nullable type.
build-and-deploy: Program.cs#L60
Possible null reference argument for parameter 'service' in 'Task Program.CheckAndUpdateService(JToken service, JArray appStatusArray)'.
build-and-deploy: Program.cs#L60
Possible null reference argument for parameter 'appStatusArray' in 'Task Program.CheckAndUpdateService(JToken service, JArray appStatusArray)'.
build-and-deploy: Program.cs#L172
Possible null reference assignment.