Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

v6.0.0-beta.3 release of PowerShellCore breaks module #186

Open
40a opened this issue Jun 27, 2017 · 2 comments
Open

v6.0.0-beta.3 release of PowerShellCore breaks module #186

40a opened this issue Jun 27, 2017 · 2 comments

Comments

@40a
Copy link

40a commented Jun 27, 2017

Output of $PSVersionTable (from a powershell process):

PSVersion                      6.0.0-beta
PSEdition                      Core
GitCommitId                    v6.0.0-beta.3
OS                             Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun  8 19:12:26 PDT 2017; root:xnu-3789.70.15~12/RELEASE_X86_64
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Output of ipmo Docker; (module Docker).Version.ToString() (from a powershell process):

0.1.0.111

Steps to reproduce the issue:

  1. Install-Module Docker -Scope CurrentUser -Repository DockerPS-Dev
  2. Get-Container

What actually happened?:

Could not load file or assembly 'Docker.DotNet, Version=2.124.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
At line:1 char:1
+ Get-Container
+ ~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (:) [], FileNotFoundException
    + FullyQualifiedErrorId : System.IO.FileNotFoundException

What did you expect to happen?:
Get-Container to work as expected

Additional information:
PowerShell/PowerShell#3981
PowerShell/PowerShell#4062

@40a
Copy link
Author

40a commented Jul 25, 2017

v6.0.0-beta.4 fixed this issue

@mganeshphani
Copy link

mganeshphani commented Dec 19, 2017

Is the Development happening on this project or its stalled? i don't see much of activity since more than 5 months

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants