File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1111using System . Text ;
1212using System . Text . RegularExpressions ;
1313using Microsoft . PowerShell . CrossCompatibility . Query ;
14- using Microsoft . PowerShell . CrossCompatibility . Utility ;
14+ using Microsoft . PowerShell . CrossCompatibility . Retrieval ;
1515using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
1616
1717namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
Original file line number Diff line number Diff line change 1111using System . Text . RegularExpressions ;
1212using System . IO ;
1313using System . Runtime . Serialization ;
14- using Microsoft . PowerShell . CrossCompatibility . Query . Platform ;
1514
1615namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
1716{
Original file line number Diff line number Diff line change 55using System . Collections . Generic ;
66using System . Globalization ;
77using System . Management . Automation . Language ;
8+ using Microsoft . PowerShell . CrossCompatibility ;
89using Microsoft . PowerShell . CrossCompatibility . Query ;
9- using Microsoft . PowerShell . CrossCompatibility . Query . Platform ;
10- using Microsoft . PowerShell . CrossCompatibility . Utility ;
1110using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
1211
1312namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
You can’t perform that action at this time.
0 commit comments