We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b290e50 commit 7decfd7Copy full SHA for 7decfd7
src/Atc.CodingRules.Updater.CLI/GlobalUsings.cs
@@ -1,15 +1,11 @@
1
global using System;
2
-global using System.Collections.Generic;
3
global using System.Collections.ObjectModel;
4
global using System.Data;
5
global using System.Diagnostics;
6
global using System.Diagnostics.CodeAnalysis;
7
global using System.Globalization;
8
-global using System.IO;
9
-global using System.Linq;
10
global using System.Text;
11
global using System.Text.Json;
12
-global using System.Threading.Tasks;
13
14
global using Atc.CodingRules.AnalyzerProviders;
15
global using Atc.CodingRules.AnalyzerProviders.Models;
0 commit comments