Michael Taylor
Blogs, Articles, and Posts
Resolving PowerShell Module Assembly Dependency Conflicts
(devblogs.microsoft.com)
When writing a PowerShell module, especially a binary module (i.e. one written in a language like C#
By: Michael Taylor submitted:Jun 16 2022
When writing a PowerShell module, especially a binary module (i.e. one written in a language like C#
and loaded into PowerShell as an assembly/DLL), it's natural to take dependencies on other packages or libraries to provide functionality.
By: Michael Taylor submitted:Jun 16 2022