File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
Atc.CodingRules.AnalyzerProviders
Atc.CodingRules.Updater.CLI Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5
5
global using System . Diagnostics . CodeAnalysis ;
6
6
global using System . IO ;
7
7
global using System . Linq ;
8
+ global using System . Net ;
8
9
global using System . Text . Encodings . Web ;
9
10
global using System . Text . Json ;
10
11
global using System . Text . Json . Serialization ;
Original file line number Diff line number Diff line change 1
- using System . Net ;
2
-
3
1
namespace Atc . CodingRules . AnalyzerProviders . Providers ;
4
2
5
3
public abstract class AnalyzerProviderBase : IAnalyzerProvider
Original file line number Diff line number Diff line change 19
19
global using Atc . Console . Spectre . Factories ;
20
20
global using Atc . Console . Spectre . Helpers ;
21
21
global using Atc . Console . Spectre . Logging ;
22
+ global using Atc . DotNet ;
22
23
global using Atc . Helpers ;
23
24
24
25
global using Microsoft . Extensions . Configuration ;
25
26
global using Microsoft . Extensions . Logging ;
26
-
27
+ global using OfficeOpenXml ;
28
+ global using OfficeOpenXml . Style ;
27
29
global using Spectre . Console ;
28
30
global using Spectre . Console . Cli ;
Original file line number Diff line number Diff line change 1
- using Atc . DotNet ;
2
- using OfficeOpenXml ;
3
- using OfficeOpenXml . Style ;
4
-
5
1
// ReSharper disable SwitchStatementMissingSomeEnumCasesNoDefault
6
2
// ReSharper disable InvertIf
7
3
// ReSharper disable SuggestBaseTypeForParameter
You can’t perform that action at this time.
0 commit comments