PowerShell/src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext
Dongbo Wang 8ae6c5bb3b Refactor PowerShell Core to use the default CoreCLR loader instead (#3903)
Remove the code that spins up our own assembly load context. Keep the code that registers our `Resolve` method to the default loader's `Resolving` event, so that we can continue to do special assembly resolution as needed (such as the GAC probing logic needed for consuming FullCLR PS modules).

Essentially, the assembly `Microsoft.PowerShell.CoreCLR.AssemblyLoadContext.dll` is not needed anymore, the remaining code should be moved to S.M.A.dll. However, that will break DSC and other native hosts that are hosting powershell. So this assembly is kept for now.
2017-06-05 20:59:30 -07:00
..
CoreCLR Refactor PowerShell Core to use the default CoreCLR loader instead (#3903) 2017-06-05 20:59:30 -07:00
.gitignore gitignore CorePsTypeCatalog.cs 2016-06-28 15:07:46 -07:00
AssemblyInfo.cs Make the assembly version of AssemblyLoadContext.dll to be 3.0.0.0, so that the ALC.dll from OPS can work with existing native hosts in NanoServer 2016-08-04 10:43:57 -07:00
map.json Update map.json with AssemblyMetadataHelper.cs 2016-06-17 08:13:33 -07:00
Microsoft.PowerShell.CoreCLR.AssemblyLoadContext.csproj Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00