PowerShell / DSC

This repo is for the DSC v3 project
MIT License
195 stars 24 forks source link

Workaround script resource parameter validation #237

Closed mgreenegit closed 10 months ago

mgreenegit commented 10 months ago

Resolves https://github.com/PowerShell/DSC/issues/236

mgreenegit commented 10 months ago

Calling Get-DscResource is a performance hit. We could optimize and populate more information to cache, if Path and ImplementationDetail are the only two additional properties we need?