File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
dotnet_sort_system_directives_first = true
4
4
5
+ # IDE0005: Using directive is unnecessary.
6
+ dotnet_diagnostic.IDE0005.severity = warning
7
+
5
8
# CS8509: The switch expression does not handle all possible values of its input type (it is not exhaustive).
6
9
dotnet_diagnostic.CS8509.severity = none
7
10
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Collections . Immutable ;
4
4
using System . CommandLine ;
5
- using System . CommandLine . Invocation ;
6
5
using System . Globalization ;
7
6
using System . IO ;
8
7
using System . Linq ;
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
using System . Collections . Immutable ;
4
- using System . Diagnostics ;
5
4
using System . Linq ;
6
5
7
6
namespace TfvcMigrator
You can’t perform that action at this time.
0 commit comments