Renames BaseAnalyzer to SpectreAnalyzer

This commit is contained in:
Phil Scott
2021-06-22 21:38:39 -04:00
committed by Patrik Svensson
parent 8b058d6342
commit 721d73e9eb
7 changed files with 16 additions and 11 deletions

View File

@ -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");
}