Skip to content

Assembly conflicts #13

@vaind

Description

@vaind

Loading multiple PowerShell modules that have dependency conflicts is a problem.

We may be able work around this for .net6+ (PowerShell 7.2+) by implementing AssemblyLoadContext.

.NET loads assemblies as needed so when a conflict arises, it may fail to load, throwing an exception.

related to: #12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions