-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When building a module referencing Spectre.Console, I run into conflicts:
ipmo PwshSpectreConsole
Import-Module: Could not load file or assembly 'Spectre.Console, Version=1.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30'. Assembly with same name is already loadedWould it be possible to build PwshSpectreConsole so that it either ILMerges the Spectre.Console types into PwshSpectreConsole.dll, or loads them into a separate AssemblyLoadContext?
The more Spectre.Console will be used in different modules; the more conflicts of this kind will pop up.
Metadata
Metadata
Assignees
Labels
No labels