chore(deps): update spectre-console monorepo #695
Annotations
10 errors and 4 warnings
|
build:
src/AdventOfCode.Console/Commands/RunCommand.cs#L9
'RunCommand' does not implement inherited abstract member 'AsyncCommand<RunSettings>.ExecuteAsync(CommandContext, RunSettings, CancellationToken)'
|
|
build:
src/AdventOfCode.Console/Commands/RunCommand.cs#L20
'RunCommand.ExecuteAsync(CommandContext, RunSettings)': no suitable method found to override
|
|
build:
src/AdventOfCode.Console/Commands/DefaultCommand.cs#L9
'DefaultCommand' does not implement inherited abstract member 'AsyncCommand<BaseSettings>.ExecuteAsync(CommandContext, BaseSettings, CancellationToken)'
|
|
build:
src/AdventOfCode.Console/Commands/DefaultCommand.cs#L20
'DefaultCommand.ExecuteAsync(CommandContext, BaseSettings)': no suitable method found to override
|
|
build:
src/AdventOfCode.Console/Commands/SetupCommand.cs#L8
'SetupCommand' does not implement inherited abstract member 'AsyncCommand<SetupSettings>.ExecuteAsync(CommandContext, SetupSettings, CancellationToken)'
|
|
build:
src/AdventOfCode.Console/Commands/SetupCommand.cs#L18
'SetupCommand.ExecuteAsync(CommandContext, SetupSettings)': no suitable method found to override
|
|
build:
src/AdventOfCode.Console/Commands/RunCommand.cs#L9
'RunCommand' does not implement inherited abstract member 'AsyncCommand<RunSettings>.ExecuteAsync(CommandContext, RunSettings, CancellationToken)'
|
|
build:
src/AdventOfCode.Console/Commands/RunCommand.cs#L20
'RunCommand.ExecuteAsync(CommandContext, RunSettings)': no suitable method found to override
|
|
build:
src/AdventOfCode.Console/Commands/DefaultCommand.cs#L9
'DefaultCommand' does not implement inherited abstract member 'AsyncCommand<BaseSettings>.ExecuteAsync(CommandContext, BaseSettings, CancellationToken)'
|
|
build:
src/AdventOfCode.Console/Commands/DefaultCommand.cs#L20
'DefaultCommand.ExecuteAsync(CommandContext, BaseSettings)': no suitable method found to override
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day21.cs#L138
Type 'Food' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day20.cs#L101
Member 'AssemblePuzzle' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day21.cs#L138
Type 'Food' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
build:
src/2020/AdventOfCode.2020.Puzzles/Solutions/Day20.cs#L101
Member 'AssemblePuzzle' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|