Skip to content

update release code

update release code #8

Triggered via push July 30, 2024 21:14
Status Success
Total duration 2m 1s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Program.cs#L27
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path)'.
build: Program.cs#L37
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L38
Dereference of a possibly null reference.
build: Program.cs#L117
Possible null reference assignment.
build: Program.cs#L95
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: Program.cs#L160
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L168
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L171
Possible null reference argument for parameter 'path4' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
build: Program.cs#L173
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Program.cs#L227
Converting null literal or possible null value to non-nullable type.
build
Unexpected input(s) 'release_name', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name', 'generate_release_notes', 'append_body']