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
Migrate to netstandard2.0 and PSStandard (PowerShell#741)
* Move PSES builds to netstandard and use PSStandard APIs
* Add shim modules for Windows PowerShell and PowerShell Core 6.0
* Migrate tests to run on .NET Core and on *nix
* Make build file more declarative
* Use latest xunit
* Exclude host integration tests
* Clean out csproj files
* Fix up Travis build
* Retire compatibility APIs for PowerShell v3/4
* Introduce test hook for using InitialSessionState.CreateDefault2() when running on PowerShell Core SDK
* Fix session details gathering in nested prompts
To create a nested PowerShell instance you can't set the runspace
because the target runspace is assumed to be the runspace in TLS.
0 commit comments