feat(cli): POSIX CLI refactor #473
integration-tests.yml
on: pull_request
integration-tests
1m 50s
Annotations
12 warnings
integration-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-tests
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 5.0.x. 'dotnet-quality' input is ignored.
|
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration-tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration-tests:
Core/Logging/DiagnosticLogger.Enhanced.cs#L1
Nullable value type may be null. [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Core/Logging/DiagnosticLogger.Enhanced.cs#L1
Nullable value type may be null. [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Core/Logging/DiagnosticLogger.Format.cs#L1
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure' [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Core/Logging/DiagnosticLogger.cs#L1
The field 'DiagnosticLogger._diagnosticsSupressed' is assigned but its value is never used [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Compiler/Options/DiagnosticFormatOption.cs#L1
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure' [/home/runner/work/bebop/bebop/Compiler/Compiler.csproj]
|
integration-tests:
Compiler/Commands/BuildCommand.cs#L41
CopyTo synchronously blocks. Await CopyToAsync instead. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD103.md)
|