Thomas Nieto

Results 139 comments of Thomas Nieto

PowerShellGet requires the signature to be issued by the same certificate authority in order to update. Since Cisco has a new root CA it fails and you need to use...

Related/Duplicate: https://github.com/PowerShell/PowerShellGet/issues/627

My understanding is that once PowerShellGet v3 goes GA it would be bundled with the next PowerShell version replacing the current PowerShellGet v2 and PackageManagement module. Would that solve your...

Is this issue to add support for `Publish-PSResource` to accept `-Path .\module.nupkg` files?

I just ran into this and it should really return a non-terminating error for the caller to know something didn't work as expected. Here is my example, by trying to...

You can use the `-TrustRepository` parameter to suppress the untrusted repository prompt now.

@StevenBucher98 No, it should not. Please do not add additional hurdles when using wildcards. These kinds of extra barriers is what made PowerShellGet v2 so difficult to use since it...

@StevenBucher98 As a user I want to be able to sort PSResourceInfo objects by their version. In this example below you can see that prerelease (semver) is not being taken...

This is related to PowerShell/PowerShellGetv2#212. I think the request should be expanded to include PowerShellGet `*-Module` and `Find-*` commands. I'll see about getting this request implemented this week.

In my use case would be to get the list of installed resources and then find the latest version available on the repo as such I wouldn't need the version...