Files
spectre.console/src/Extensions/Spectre.Console.Json/Properties/Usings.cs
Patrik Svensson 86abe0cc12 Modernize and clean up the code base a bit
* Move extension methods closer to implementations
* Fix namespaces
* Make structs read-only where applicable
* Use ArgumentNullException.ThrowIfNull
* Use collection expressions
2026-01-11 20:07:56 +01:00

3 lines
107 B
C#

global using System.Text;
global using Spectre.Console.Json.Syntax;
global using Spectre.Console.Rendering;