PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
623 stars 214 forks source link

Remove `/p:UseSharedCompilation=false` injection #1938

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year ago

This was introduced in f234a8e to workaround an upstream bug in dotnet. That issue has since been fixed and released (so this flag is auto-injected), hence we can remove it.

andyleejordan commented 1 year ago

Resolves https://github.com/github/codeql-cli-binaries/issues/131