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'm currently starting the integration of Editor Services into the ISE Preview and I don't want to bundle the Script Analyzer DLLs with it. Since the goal is to eventually use the user's installed Script Analyzer module, a good first step will be to enable Editor Services to operate correctly even if Script Analyzer isn't available.
The text was updated successfully, but these errors were encountered:
This change enables PowerShell Editor Services to operate correctly in the
scenario where no Script Analyzer binaries are available. This is a first
step in the direction of removing the direct dependency on Script Analyzer
and moving analysis behavior to the new extensibility model.
I'm currently starting the integration of Editor Services into the ISE Preview and I don't want to bundle the Script Analyzer DLLs with it. Since the goal is to eventually use the user's installed Script Analyzer module, a good first step will be to enable Editor Services to operate correctly even if Script Analyzer isn't available.
The text was updated successfully, but these errors were encountered: