mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Add global usings (#668)
* Use global usings * Fix namespace declarations for test projects
This commit is contained in:
23
src/Spectre.Console/Properties/Usings.cs
Normal file
23
src/Spectre.Console/Properties/Usings.cs
Normal file
@ -0,0 +1,23 @@
|
||||
global using System;
|
||||
global using System.Collections;
|
||||
global using System.Collections.Generic;
|
||||
global using System.ComponentModel;
|
||||
global using System.Diagnostics;
|
||||
global using System.Diagnostics.CodeAnalysis;
|
||||
global using System.Globalization;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net;
|
||||
global using System.Reflection;
|
||||
global using System.Runtime.CompilerServices;
|
||||
global using System.Runtime.InteropServices;
|
||||
global using System.Text;
|
||||
global using System.Text.RegularExpressions;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
global using System.Xml;
|
||||
global using Spectre.Console.Cli.Unsafe;
|
||||
global using Spectre.Console.Enrichment;
|
||||
global using Spectre.Console.Internal;
|
||||
global using Spectre.Console.Rendering;
|
||||
global using Wcwidth;
|
Reference in New Issue
Block a user