mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-06 00:02:26 +08:00
Renames BaseAnalyzer to SpectreAnalyzer
This commit is contained in:

committed by
Patrik Svensson

parent
8b058d6342
commit
721d73e9eb
@ -1,11 +1,14 @@
|
||||
using System.Threading;
|
||||
using Spectre.Console;
|
||||
|
||||
namespace Spectre.Console.Analyzer.Sandbox
|
||||
{
|
||||
class Program
|
||||
/// <summary>
|
||||
/// Sample sandbox for testing out analyzers.
|
||||
/// </summary>
|
||||
public static class Program
|
||||
{
|
||||
static void Main()
|
||||
/// <summary>
|
||||
/// Main.
|
||||
/// </summary>
|
||||
public static void Main()
|
||||
{
|
||||
AnsiConsole.WriteLine("Project is set up with a reference to Spectre.Console.Analyzer");
|
||||
}
|
||||
|
Reference in New Issue
Block a user