Skip to content

Bump Spectre.Console and Spectre.Console.Cli #55

Bump Spectre.Console and Spectre.Console.Cli

Bump Spectre.Console and Spectre.Console.Cli #55

Triggered via pull request April 6, 2026 17:58
Status Failure
Total duration 2m 8s
Artifacts

build.yml

on: pull_request
Prepare Configuration
17s
Prepare Configuration
build  /  Compile & Analyse
1m 44s
build / Compile & Analyse
build  /  Test
build / Test
build  /  Package
build / Package
build  /  Publish
0s
build / Publish
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build / Compile & Analyse
Process completed with exit code 1.
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/ProfileCommand.cs#L85
'ProfileCommand.ExecuteAsync(CommandContext, ProfileCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<ProfileCommand.Settings>.ExecuteAsync(CommandContext, ProfileCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/FullCommand.cs#L83
'FullCommand.ExecuteAsync(CommandContext, FullCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<FullCommand.Settings>.ExecuteAsync(CommandContext, FullCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/ExtractCommand.cs#L56
'ExtractCommand.ExecuteAsync(CommandContext, ExtractCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<ExtractCommand.Settings>.ExecuteAsync(CommandContext, ExtractCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/AnalyzeCommand.cs#L84
'AnalyzeCommand.ExecuteAsync(CommandContext, AnalyzeCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<AnalyzeCommand.Settings>.ExecuteAsync(CommandContext, AnalyzeCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/ProfileCommand.cs#L85
'ProfileCommand.ExecuteAsync(CommandContext, ProfileCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<ProfileCommand.Settings>.ExecuteAsync(CommandContext, ProfileCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/FullCommand.cs#L83
'FullCommand.ExecuteAsync(CommandContext, FullCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<FullCommand.Settings>.ExecuteAsync(CommandContext, FullCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/ExtractCommand.cs#L56
'ExtractCommand.ExecuteAsync(CommandContext, ExtractCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<ExtractCommand.Settings>.ExecuteAsync(CommandContext, ExtractCommand.Settings, CancellationToken)'
build / Compile & Analyse: Solutions/DeadCode/CLI/Commands/AnalyzeCommand.cs#L84
'AnalyzeCommand.ExecuteAsync(CommandContext, AnalyzeCommand.Settings, CancellationToken)': cannot change access modifiers when overriding 'protected' inherited member 'AsyncCommand<AnalyzeCommand.Settings>.ExecuteAsync(CommandContext, AnalyzeCommand.Settings, CancellationToken)'
build / Compile & Analyse
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/