mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-24 10:35:47 +08:00
Add global usings (#668)
* Use global usings * Fix namespace declarations for test projects
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Spectre.Console.Rendering;
|
||||
|
||||
namespace Spectre.Console.Internal;
|
||||
|
||||
internal sealed class HtmlEncoder : IAnsiConsoleEncoder
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Spectre.Console.Rendering;
|
||||
|
||||
namespace Spectre.Console.Internal;
|
||||
|
||||
internal sealed class TextEncoder : IAnsiConsoleEncoder
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Spectre.Console;
|
||||
|
||||
internal static class MarkupParser
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using System;
|
||||
|
||||
namespace Spectre.Console;
|
||||
|
||||
internal sealed class MarkupToken
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Spectre.Console;
|
||||
|
||||
internal sealed class MarkupTokenizer : IDisposable
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace Spectre.Console;
|
||||
|
||||
internal sealed class StringBuffer : IDisposable
|
||||
|
||||
Reference in New Issue
Block a user