Remove Spectre.Console.Cli from repository

* Move Spectre.Console.Cli to its own repository
* Update build script to use Cake.Sdk and .NET Make
* Remove StyleCop (unmaintained)
* Add linting using dotnet format
* Fix generator which was broken
* Update dependencies
This commit is contained in:
Patrik Svensson
2025-10-26 22:32:22 +01:00
committed by Patrik Svensson
parent 1ec7b8ae8f
commit 45799107a3
856 changed files with 2416 additions and 24552 deletions

View File

@@ -1,10 +1,6 @@
Title: Unit Testing
Order: 14
Description: Instructions for unit testing a Spectre.Console application.
Reference:
- T:Spectre.Console.Testing.CommandAppTester
- T:Spectre.Console.Testing.TestConsole
- T:Spectre.Console.Testing.TestConsoleInput
---
`Spectre.Console` has a separate project that contains test harnesses for unit testing your own console applications.