Thomas Nieto

Results 139 comments of Thomas Nieto

@shockogit PowerShellGet is deprecated in favor of PSResourceGet. If you use that new module it doesn't have this issue as publisher checks aren't enabled by default.

There was a suggested feature on PowerShellGet v3 RFC #237 which would find the command and suggest to the user which command to run to install the module. > Support...

I've been wanting this feature for a while. Its very useful for plug-in based modules or org prefixes. The gallery could just use the existing [NuGet id prefix reservation system](https://learn.microsoft.com/en-us/nuget/nuget-org/id-prefix-reservation)....

@StevenBucher98 can this issue be closed as `Import-DSCResource` is not in this repository is only for DSC v1?

It should also work for binary cmdlets and add that label when `IDynamicParameters` interface is implemented. Related issue about discoverability of dynamic parameters in help: #19301

> We manually publish to the store and the one person with access was on vacation until today but going forward we will have someone with backup access. Fluke issue,...

@kasini3000 can you open your own issue in the [ThreadJob](https://github.com/PowerShell/ThreadJob/issues) repository for those questions?

This is the correct place for my issue as the configuration to ship ThreadJob in PowerShell is in this repository. You'll want to move your [ThreadJob](https://github.com/PowerShell/ThreadJob/issues) specific questions to that...

Doing a quick search on GitHub there are no references to the module qualified `ThreadJob\Start-ThreadJob`.

The parameter should be called `Host` since there could be a custom PS host that isn't a console and also matches `Out-Host` writing to the `Information` stream.