You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theGet()
,Set()
,Test()
methods. By having a single implementation the same logic can be used for PowerShell and C# resources.The text was updated successfully, but these errors were encountered: