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 55global using System . Diagnostics . CodeAnalysis ;
66global using System . IO ;
77global using System . Linq ;
8+ global using System . Net ;
89global using System . Text . Encodings . Web ;
910global using System . Text . Json ;
1011global using System . Text . Json . Serialization ;
Original file line number Diff line number Diff line change 1- using System . Net ;
2-
31namespace Atc . CodingRules . AnalyzerProviders . Providers ;
42
53public abstract class AnalyzerProviderBase : IAnalyzerProvider
Original file line number Diff line number Diff line change 1919global using Atc . Console . Spectre . Factories ;
2020global using Atc . Console . Spectre . Helpers ;
2121global using Atc . Console . Spectre . Logging ;
22+ global using Atc . DotNet ;
2223global using Atc . Helpers ;
2324
2425global using Microsoft . Extensions . Configuration ;
2526global using Microsoft . Extensions . Logging ;
26-
27+ global using OfficeOpenXml ;
28+ global using OfficeOpenXml . Style ;
2729global using Spectre . Console ;
2830global 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-
51// ReSharper disable SwitchStatementMissingSomeEnumCasesNoDefault
62// ReSharper disable InvertIf
73// ReSharper disable SuggestBaseTypeForParameter
You can’t perform that action at this time.
0 commit comments