File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
3- using System . Linq ;
43using System . Management . Automation . Language ;
54using System . Reflection ;
6- using System . Text ;
7- using System . Threading . Tasks ;
85
96namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic
107{
Original file line number Diff line number Diff line change 1212//
1313
1414using System . Text . RegularExpressions ;
15- using Microsoft . Windows . PowerShell . ScriptAnalyzer . Commands ;
1615using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
1716using System ;
1817using System . Collections . Generic ;
Original file line number Diff line number Diff line change 1818using System . Management . Automation . Language ;
1919using System . Text ;
2020using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
21- using System . Reflection ;
2221
2322namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
2423{
You can’t perform that action at this time.
0 commit comments