| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🎉v7.0.0-preview.6 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…y string creation when querying `ExecutionPolicy` setting (PowerShell#10985)
| Back | FazBrowse Home | New Git URL |
PR Summary
Remove the unused setting key ConsolePrompting and avoid unnecessary string creation when querying ExecutionPolicy setting
The ConsolePrompting setting is not used anywhere because the functionality depended on it was not supporting and had been removed in #4995
The changes to GetExecutionPolicy, RemoveExecutionPolicy and SetExecutionPolicy avoid unnecessary string allocation for the default PowerShell shell Id.
PR Context
PR Checklist