-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
Review - MaintainerThe PR/issue needs a review from the PowerShell repo MaintainersThe PR/issue needs a review from the PowerShell repo Maintainers
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
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-ThreadJobActual 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-ThreadJobError details
No response
Environment data
7.4-preview3Visuals
No response
mklement0, santisq, kborowinski and o-l-a-v
Metadata
Metadata
Assignees
Labels
Review - MaintainerThe PR/issue needs a review from the PowerShell repo MaintainersThe PR/issue needs a review from the PowerShell repo Maintainers