Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PowerShell ships ThreadJob not Microsoft.PowerShell.ThreadJob #19742

@ThomasNieto

Description

@ThomasNieto

Prerequisites

Steps to reproduce

Why does PowerShell ship ThreadJob and not Microsoft.PowerShell.ThreadJob? The former hasn't been updated since 2019 while the latter has been updated in 2021.

cc: @PaulHigin

Expected behavior

Get-Module ThreadJob -ListAvailable

    Directory: C:\program files\powershell\7-preview\Modules

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Binary     2.1.0                 Microsoft.PowerShell.ThreadJob      Desk      Start-ThreadJob

Actual behavior

Get-Module ThreadJob -ListAvailable

    Directory: C:\program files\powershell\7-preview\Modules

ModuleType Version    PreRelease Name                                PSEdition ExportedCommands
---------- -------    ---------- ----                                --------- ----------------
Binary     2.0.3                 ThreadJob                           Desk      Start-ThreadJob

Error details

No response

Environment data

7.4-preview3

Visuals

No response

Metadata

Metadata

Assignees

Labels

Review - MaintainerThe PR/issue needs a review from the PowerShell repo Maintainers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions