PowerShell / PackageManagementProviderResource

Modules with DSC resources for the PackageManagement(aka OneGet) providers.
MIT License
37 stars 24 forks source link

How to write a Nuget like provider? #2

Open dfinke opened 9 years ago

dfinke commented 9 years ago

I've written a few providers for OneGet. I'm guessing I'd need to follow the Nuget DSC Resource approach to create a DSC Resource for mine?

Thank you

Krishna-Vutukuri commented 8 years ago

@dfinke is it possible to look at the new generic PackageManagement DSC resource. This will enable using the PackageManagement stuff without writing a new DSC resource (in most cases). I would like to know if this works for you.

dfinke commented 8 years ago

Let me see what I can do

brywang-msft commented 7 years ago

This issue was moved to OneGet/oneget#261