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

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

@40a

Description

@40a

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions