mdgrs over 1 year ago
If your #PowerShell module loads dlls that are widely used by other modules, it's a good practice to implement ALC (Assembly Load Context) so that the right version of dlls are always loaded.
Here is how I learned about PowerShell ALC: