mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2026-02-10 04:13:32 +01:00
* Move extension methods closer to implementations * Fix namespaces * Make structs read-only where applicable * Use ArgumentNullException.ThrowIfNull * Use collection expressions
3 lines
107 B
C#
3 lines
107 B
C#
global using System.Text;
|
|
global using Spectre.Console.Json.Syntax;
|
|
global using Spectre.Console.Rendering; |