gaelcolas / DscBuildHelpers

10 stars 7 forks source link

Remove 'Hard' dependency from xDSCResourceDesigner for when non-elevated #3

Open gaelcolas opened 6 years ago

gaelcolas commented 6 years ago

The whole module is unusable when not running as Admin because of that xDSCResourceDesigner is #require'd.

Its use should be optional when non-admin, and the functions maybe non-exported when not Admin.

raandree commented 5 years ago

Is the dependency really required. They way how I use DscBuildHelpers does not complain after removing the dependency.

gaelcolas commented 5 years ago

I think it will complain on specific cases. CDs resource designer should be fixed, but I have about 60 modules to change before I get there...