You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found one big performance problem - the method Microsoft.Windows.PowerShell.ScriptAnalyzer.Helper.GetCommandInfo is expensive, especially if a necessary module is not loaded.
This method should probably cache successful lookups.
The text was updated successfully, but these errors were encountered:
I found one big performance problem - the method
Microsoft.Windows.PowerShell.ScriptAnalyzer.Helper.GetCommandInfo
is expensive, especially if a necessary module is not loaded.This method should probably cache successful lookups.
The text was updated successfully, but these errors were encountered: