PowerShell/test/powershell/Modules/Microsoft.PowerShell.Core
Dongbo Wang a4b8dd0a23 Remove Microsoft.PowerShell.CoreCLR.AssemblyLoadContext.dll (#4868)
The code in `AssemblyLoadContext.dll` doesn't need to be in a separate DLL anymore.
S.M.A.dll depends on `AssemblyLoadContext.dll`, so keeping that code out of S.M.A.dll doesn't help make S.M.A smaller size or less dependent. So the code in `AssemblyLoadContext.dll` is moved to `S.M.A.dll` and then we remove `AssemblyLoadContext.dll`.

The changes are:
- Move `CorePsAssemblyLoadContext.cs` to `src\S.M.A\CoreCLR\`
- Update `CorePsAssemblyLoadContext.cs` to get the test took moved to `Utils.InternalTestHooks` and update tests
- Update `build.psm1` and `.csproj` accrodingly
- Update `pwrshcommon.cpp` to remove `AssemblyLoadContext.dll` from the TPA list.
- `S.M.A.AssemblyExtensions` is removed as `PackageManagement` has finished their move to .NET Core 2.0. (I will work with Bryan to get the latest version uploaded to powershell-core)
2017-09-29 17:26:55 -07:00
..
History.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Import-Module.Tests.ps1 Remove Microsoft.PowerShell.CoreCLR.AssemblyLoadContext.dll (#4868) 2017-09-29 17:26:55 -07:00
Job.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Out-Default.Tests.ps1 Add Windows PowerShell PSModulePath by default on Windows (#4132) 2017-07-07 09:43:37 -07:00
Out-Host.Tests.ps1 Add autoload for test modules (#3342) 2017-03-26 21:46:39 -07:00
Pester.Commands.Cmdlets.GetCommand.Tests.ps1 Rename $IsOSX to $IsMacOS (#4757) 2017-09-07 10:34:40 -07:00
PSSessionConfiguration.Tests.ps1 The PSSessionConfiguration tests were putting many repeated warning messages into the log, changed warnings to be silent (#4794) 2017-09-11 17:45:21 -07:00
RemoteGetModule.Tests.ps1 Add tests for Get-Module over remoting (#4787) 2017-09-12 17:12:52 -07:00
RemoteImportModule.Tests.ps1 Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
RemotingCmdlets.Tests.ps1 Minor improvements to SSH remoting cmdlets (#2249) 2016-09-14 15:13:10 -07:00
Remove-Module.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Set-PSDebug.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
TestGetCommand.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00