.NET Core Build and Deploy to GitHub Pages #174
Annotations
6 warnings
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, peaceiris/actions-gh-pages@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-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.
|