Skip to content

Repository files navigation

Isol8

Isol8Downloads

A PowerShell module to handle AssemblyLoadContext management for module authoring.

# Install the module from PSGallery
Install-Module Isol8

# Create a new .dll file for your module, and update the NestedModules in the manifest
$Params = @{
    Name = 'MyModule'
    ManifestPath = "$Dir/MyModule.psd1"
    Path = "$Dir/dependencies"
}
New-Isol8Assembly @Params

About

A PowerShell module to handle AssemblyLoadContext management for module authoring.

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages