FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Background operator (&) seems to have dependency on Windows PS · Issue #11257 · PowerShell/PowerShell · GitHub

Background operator (&) seems to have dependency on Windows PS #11257

Description

The new implicit remoting to WinPS in preview6 brings this to light.

Steps to reproduce

git push &

Expected behavior

Creates background job using Start-Job and returns job object.

Actual behavior

There is warning, which tells me that for some of its work, Windows PowerShell is involved, I though it was just Start-Job with no dependency on WPS

Environment data

Name                           Value
----                           -----
PSVersion                      7.0.0-preview.6
PSEdition                      Core
GitCommitId                    7.0.0-preview.6
OS                             Microsoft Windows 10.0.18362
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL