PowerShell / platyPS

Write PowerShell External Help in Markdown
MIT License
765 stars 149 forks source link

Load all assemblies in an ALC so they don't conflict with other modules #579

Closed sdwheeler closed 3 months ago

sdwheeler commented 2 years ago

Summary of the new feature / enhancement

Users of YamlDotNet may have other versions loaded. We need to avoid collisions.

Proposed technical implementation details (optional)

No response

daxian-dbw commented 2 years ago

This issue was addressed by https://github.com/PowerShell/platyPS/pull/587 and https://github.com/PowerShell/platyPS/pull/588.