StartAutomating / EZOut

EZOut is a PowerShell module to help take the pain out of writing format and types XML
https://ezout.start-automating.com
MIT License
60 stars 8 forks source link

EZOut should mount / dismount in a more fault-tolerant way #209

Closed StartAutomating closed 7 months ago

StartAutomating commented 7 months ago

EZOut mounts itself during import but does so without ignoring or catching potential errors.

This still imports "fine", but a second import shows more red than a first.

(granted, most people do not remove-module, but module authors do)