PackageManagementProviderResource icon indicating copy to clipboard operation
PackageManagementProviderResource copied to clipboard

Modules with DSC resources for the PackageManagement(aka OneGet) providers.

Results 16 PackageManagementProviderResource issues
Sort by recently updated
recently updated
newest added

I wondered if it would be beneficial to add in DSC resources for Choclatey. I've been working on them this weekend and if seen as beneficial then I would be...

I've got a repo here: https://github.com/PowerShellOrg/NuGet that does a lot of similar work. Any way we can merge these repos together? I'd be happy to stop maintaining my repo if...

Because the the Name parameter is Key, the PSModule resource cannot be used to download two versions of the same module. It would be nice if the Key parameter could...

The resource below produces the following verbose output when a configuration is applied: [DSCTEST]: LCM: [ Start Resource ] [[PSModule]Tooling] [DSCTEST]: LCM: [ Start Test ] [[PSModule]Tooling] [DSCTEST]: [[PSModule]Tooling] Begin...

Some packages, like RabbitMQ in the Chocolatey Repo, can have their installation customized based on Environment Variables (questionable but common method in *nix environment, and ported applications). When using DSC...

See: https://github.com/PowerShell/PackageManagementProviderResource/blob/master/DSCResources/MSFT_NugetPackage/MSFT_NugetPackage.psm1#L414 The order of the parameters are incorrect so a message like this can be recevied: You are installing the module 'Git-Trusted-Certificates' from an untrusted repository 'Trusted'. Your current...