PowerShell / WindowsCompatibility

Module that allows Windows PowerShell Modules to be used from PSCore6
Other
137 stars 33 forks source link

Fixes for the Compatibility session commands and tests for Desktop #16

Closed BrucePay closed 6 years ago

BrucePay commented 6 years ago

Added code to throw if Import-WinModule is called on desktop. Added hack code suggest by @markekraus to rename shadowing modules. Flagged tests to be skipped on desktop edition. Minor fixes to build script - it wasn't checking for empty string at one point, also moved the script installation ahead of the assemblies.

BrucePay commented 6 years ago

Since @markekraus has already submitted a PR that included the relevant changes, I'm just going to close this.

markekraus commented 6 years ago

@BrucePay My PR did not include the code for renaming the modules on import. Do we still want to do that?