PowerShell / PSDesiredStateConfiguration

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module
MIT License
58 stars 14 forks source link

Scrub subsystem code of using internal SMA types. #51

Open anmenaga opened 3 years ago

anmenaga commented 3 years ago

Current subsystem design guidelines allow using SMA internal types by subsystem together with InternalsVisibleTo attribute. This brings to problems when compiling subsystems using PackageReference to System.Management.Automation (or PS SDK) package because internal SMA types that are not available in ref versions of the package.