-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
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.