Skip to content

Avoid using powershell assembly load context with netcoreapp2.0 #3649

@daxian-dbw

Description

@daxian-dbw

Issue Summary

The API AppDomain.GetAssemblies is brought back in .NET Core 2.0 which returns the loaded assemblies from the default loader. Therefore it's possible now for powershell to just depend on the default CoreCLR loader without having our own assembly load context getting in the picture. This would greatly simplify the scenario of hosting powershell in applications.

CoreFX Fixes needed

Tasks

Metadata

Metadata

Assignees

Labels

WG-Enginecore PowerShell engine, interpreter, and runtime

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions