PSDesiredStateConfiguration icon indicating copy to clipboard operation
PSDesiredStateConfiguration copied to clipboard

Scrub subsystem code of using internal SMA types.

Open anmenaga opened this issue 4 years ago • 0 comments

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.

anmenaga avatar Jun 01 '21 23:06 anmenaga