PowerShell / DSC

This repo is for the DSC v3 project
MIT License
197 stars 26 forks source link

Refactor common code into crate #230

Open miroman9364 opened 11 months ago

miroman9364 commented 11 months ago

Summary of the new feature / enhancement

There is some common code in many/all the current resources. This code should be refactored into functions and put into a create that can be reused instead of duplicated. For example, the code to check an environment variable and then prompt a user to attach a debugger.

Proposed technical implementation details (optional)