Skip to content

try zip fix

try zip fix #11

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

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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.