/Isol8

A PowerShell module to handle AssemblyLoadContext management for module authoring.

Primary LanguagePowerShellMIT LicenseMIT

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
New-Isol8Assembly -Name 'MyModule' -ManifestPath "$Dir/MyModule.psd1" -Path "$Dir/dependencies"