PowerShell / PSDesiredStateConfiguration

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
MIT License
58 stars 14 forks source link

C# Resources #106

Open ThomasNieto opened 1 year ago

ThomasNieto commented 1 year ago

Summary of the new feature / enhancement

As a user I want PSDSC to support C# resource.

Proposed technical implementation details (optional)

Implement an interface that C# and/or PowerShell can implement IDscResource with the Get(), Set(), Test() methods. By having a single implementation the same logic can be used for PowerShell and C# resources.