Skip to content

Bump Spectre.Console from 0.54.0 to 0.55.0

446f5e0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump Spectre.Console from 0.54.0 to 0.55.0 #39

Bump Spectre.Console from 0.54.0 to 0.55.0
446f5e0
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Apr 3, 2026 in 0s

72 fail, 5 skipped, 137 pass in 7s

214 tests   137 ✅  7s ⏱️
  1 suites    5 💤
  1 files     72 ❌

Results for commit 446f5e0.

Annotations

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_AcceptsPositiveDuration (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

DefaultExecution_IdentifiesCorrectDeadCode (DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/Integration/DeadCodeDetectionIntegrationTests.cs:line 22
   at InvokeStub_DeadCodeDetectionIntegrationTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.FullCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresAtLeastOneAssembly (DeadCode.Tests.CLI.Commands.FullCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.FullCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.FullCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/FullCommandTests.cs:line 21
   at InvokeStub_FullCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.Integration.ProgramIntegrationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Main_WithHelpFlag_ShowsHelp (DeadCode.Tests.Integration.ProgramIntegrationTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 1s]
Raw output
Test method DeadCode.Tests.Integration.ProgramIntegrationTests.Main_WithHelpFlag_ShowsHelp threw exception:
Shouldly.ShouldAssertException: process.ExitCode
    should be
0
    but was
134   at DeadCode.Tests.Integration.ProgramIntegrationTests.Main_WithHelpFlag_ShowsHelp() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/Integration/ProgramIntegrationTests.cs:line 37
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
   at Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ExecuteInternalAsync(Object[] arguments, CancellationTokenSource timeoutTokenSource) in /_/src/Adapter/MSTestAdapter.PlatformServices/Execution/TestMethodInfo.cs:line 408

Check warning on line 0 in DeadCode.Tests.CLI.Commands.AnalyzeCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Constructor_WithNullTraceParser_ThrowsArgumentNullException (DeadCode.Tests.CLI.Commands.AnalyzeCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.AnalyzeCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.AnalyzeCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/AnalyzeCommandTests.cs:line 25
   at InvokeStub_AnalyzeCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.FullCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithException_LogsErrorAndReturns1 (DeadCode.Tests.CLI.Commands.FullCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.FullCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.FullCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/FullCommandTests.cs:line 21
   at InvokeStub_FullCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

HelpCommand_OnlyUsesHelpMethods (DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/Integration/DeadCodeDetectionIntegrationTests.cs:line 22
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithScenariosFile_LoadsScenarios (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ExtractCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithDefaultSettings_UsesDefaults (DeadCode.Tests.CLI.Commands.ExtractCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ExtractCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ExtractCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ExtractCommandTests.cs:line 23
   at InvokeStub_ExtractCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.AnalyzeCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresAtLeastOneTracePath (DeadCode.Tests.CLI.Commands.AnalyzeCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.AnalyzeCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.AnalyzeCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/AnalyzeCommandTests.cs:line 25
   at InvokeStub_AnalyzeCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresExistingScenariosFile (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.AnalyzeCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithException_LogsErrorAndReturns1 (DeadCode.Tests.CLI.Commands.AnalyzeCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.AnalyzeCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.AnalyzeCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/AnalyzeCommandTests.cs:line 25
   at InvokeStub_AnalyzeCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_SucceedsWithValidExecutable (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresExistingExecutable (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

VerboseMode_UsesAdditionalCalculatorMethods (DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/Integration/DeadCodeDetectionIntegrationTests.cs:line 22
   at InvokeStub_DeadCodeDetectionIntegrationTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.AnalyzeCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithValidInput_SuccessfulExecution (DeadCode.Tests.CLI.Commands.AnalyzeCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.AnalyzeCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.AnalyzeCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/AnalyzeCommandTests.cs:line 25
   at InvokeStub_AnalyzeCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.AnalyzeCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresExistingInventoryFile (DeadCode.Tests.CLI.Commands.AnalyzeCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.AnalyzeCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.AnalyzeCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/AnalyzeCommandTests.cs:line 25
   at InvokeStub_AnalyzeCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.FullCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithSuccessfulPipeline_Returns0 (DeadCode.Tests.CLI.Commands.FullCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.FullCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.FullCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/FullCommandTests.cs:line 21
   at InvokeStub_FullCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.FullCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

ExecuteAsync_WithFailedExtraction_ReturnsExitCode (DeadCode.Tests.CLI.Commands.FullCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.FullCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.FullCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/FullCommandTests.cs:line 21
   at InvokeStub_FullCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

StressTest_UsesAsyncAndStringMethods (DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.Integration.DeadCodeDetectionIntegrationTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/Integration/DeadCodeDetectionIntegrationTests.cs:line 22
   at InvokeStub_DeadCodeDetectionIntegrationTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.AnalyzeCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresValidConfidenceLevel (DeadCode.Tests.CLI.Commands.AnalyzeCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.AnalyzeCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.AnalyzeCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/AnalyzeCommandTests.cs:line 25
   at InvokeStub_AnalyzeCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ExtractCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Constructor_WithNullLogger_ThrowsArgumentNullException (DeadCode.Tests.CLI.Commands.ExtractCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ExtractCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ExtractCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ExtractCommandTests.cs:line 23
   at InvokeStub_ExtractCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.Integration.ProgramIntegrationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Main_WithVersionFlag_ShowsVersion (DeadCode.Tests.Integration.ProgramIntegrationTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 1s]
Raw output
Test method DeadCode.Tests.Integration.ProgramIntegrationTests.Main_WithVersionFlag_ShowsVersion threw exception:
Shouldly.ShouldAssertException: process.ExitCode
    should be
0
    but was
134   at DeadCode.Tests.Integration.ProgramIntegrationTests.Main_WithVersionFlag_ShowsVersion() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/Integration/ProgramIntegrationTests.cs:line 70
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
   at Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ExecuteInternalAsync(Object[] arguments, CancellationTokenSource timeoutTokenSource) in /_/src/Adapter/MSTestAdapter.PlatformServices/Execution/TestMethodInfo.cs:line 408

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RequiresExecutablePath (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in DeadCode.Tests.CLI.Commands.ProfileCommandTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

Settings_Validation_RejectsZeroDuration (DeadCode.Tests.CLI.Commands.ProfileCommandTests) failed

Solutions/DeadCode.Tests/TestResults/test-results_net10.0_20260403175835.trx [took 0s]
Raw output
Unable to create instance of class DeadCode.Tests.CLI.Commands.ProfileCommandTests. Error: System.TypeLoadException: Method 'WriteAnsi' in type 'Spectre.Console.Testing.TestConsole' from assembly 'Spectre.Console.Testing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30' does not have an implementation..   at DeadCode.Tests.CLI.Commands.ProfileCommandTests..ctor() in /home/runner/work/deadcode/deadcode/Solutions/DeadCode.Tests/CLI/Commands/ProfileCommandTests.cs:line 24
   at InvokeStub_ProfileCommandTests..ctor(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)