actions/upload-artifact@v3 is deprecated, move to v4 #5
Annotations
7 warnings
Publish executable
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Publish executable:
Program.cs#L91
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Publish executable:
Listeners/UnixLogListener.cs#L128
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.
|
Publish executable:
Extensions/Win32Extensions.cs#L46
This call site is reachable on: 'Windows' all versions. 'Icon.Handle' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Publish executable:
Extensions/Win32Extensions.cs#L45
This call site is reachable on: 'Windows' all versions. 'Icon.Handle' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Publish executable:
Extensions/Win32Extensions.cs#L55
This call site is reachable on: 'Windows' all versions. 'Icon.ExtractAssociatedIcon(string)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Publish executable:
Listeners/WindowsLogListener.cs#L62
This call site is reachable on all platforms. 'PipeTransmissionMode.Message' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading