Build and Release #4
Annotations
7 warnings
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
build
No files were found with the provided path: ConvertApi.Cli/bin/Release/net8.0/win-x64/publish/convertApi-cli.zip. No artifacts will be uploaded.
|
|
build:
ConvertApi.Cli/Program.cs#L155
Possible null reference argument for parameter 'boundary' in 'MultipartReader.MultipartReader(string boundary, Stream stream)'.
|
|
build:
ConvertApi.Cli/Program.cs#L159
Converting null literal or possible null value to non-nullable type.
|
|
build:
ConvertApi.Cli/Program.cs#L164
Dereference of a possibly null reference.
|
|
build:
ConvertApi.Cli/Program.cs#L165
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
build:
ConvertApi.Cli/Program.cs#L187
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|