mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-23 10:05:49 +08:00
Add global usings (#668)
* Use global usings * Fix namespace declarations for test projects
This commit is contained in:
15
test/Spectre.Console.Analyzer.Tests/Properties/Usings.cs
Normal file
15
test/Spectre.Console.Analyzer.Tests/Properties/Usings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Collections.Immutable;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
global using Microsoft.CodeAnalysis;
|
||||
global using Microsoft.CodeAnalysis.CodeFixes;
|
||||
global using Microsoft.CodeAnalysis.CSharp.Testing;
|
||||
global using Microsoft.CodeAnalysis.Diagnostics;
|
||||
global using Microsoft.CodeAnalysis.Testing;
|
||||
global using Microsoft.CodeAnalysis.Testing.Verifiers;
|
||||
global using Microsoft.VisualStudio.Composition;
|
||||
global using Spectre.Console.Analyzer.FixProviders;
|
||||
global using Xunit;
|
||||
Reference in New Issue
Block a user