.NET Core Build and Deploy to GitHub Pages #1309
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.
|