PowerShell / WindowsCompatibility

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

Disabled the ability to do Import-WinModule Microsoft.PowerShell.Management module #11

Closed BrucePay closed 6 years ago

BrucePay commented 6 years ago

Fix for #7. Disabled the test using the Microsoft.PowerShell.Management module and blocked Import-WinModule from importing it.

Loading the proxy module resulted in module-qualified commands resolving to the proxy instead of the original module. This broke file-name completion (and probably other things we didn't notice as quickly.)

markekraus commented 6 years ago

@BrucePay merge conflicts. The example will need to be removed from ./docs/Module/Import-WinModule.md instead

BrucePay commented 6 years ago

I'mm just going to close this PR.