PowerShell/test/powershell/Modules
Paul Higinbotham 743a964392 Fix Export-ModuleMember bug for scriptblocks having no context (#8363)
Export-ModuleMember cmdlet throws an exception if module functions are exported across language boundaries (Windows only).  But a scriptblock LanguageMode property can be null if the scriptblock is created without a PowerShell context, and this can happen through the PowerShell API called from C#.  In this case Export-ModuleMember throws erroneously when no language mode restrictions are in play.

Fix is to check if LanguageMode is null before comparing context and scriptblock language modes.
2018-11-30 11:45:33 -08:00
..
CimCmdlets Add VSTS CI for Windows (#7536) 2018-08-17 22:06:51 -07:00
Microsoft.PowerShell.Core Skip Enter-PSHostProcess tests on Appveyor due to PSReadline issue (#8317) 2018-11-20 10:17:33 -08:00
Microsoft.PowerShell.Diagnostics Enforce the 'CompatiblePSEditions' check for modules from the legacy 'System32' module path (#7183) 2018-07-16 16:58:40 -07:00
Microsoft.Powershell.Host When using Start-Transcript and file exists, empty file rather than deleting (#8131) 2018-11-07 08:34:42 +05:00
Microsoft.PowerShell.LocalAccounts Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Microsoft.PowerShell.Management Fix for PSDrive creation with a UNC path with a trailing backslash or forward slash when combined with -Persist (#8305) 2018-11-30 08:49:22 +05:00
Microsoft.PowerShell.Security Fix Export-ModuleMember bug for scriptblocks having no context (#8363) 2018-11-30 11:45:33 -08:00
Microsoft.PowerShell.Utility Debug parameter now sets debugpreference to continue (#8195) 2018-11-30 19:46:51 +05:00
Microsoft.WSMan.Management Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
PackageManagement Updating test gallery URL in PackageManagement tests (#7879) 2018-09-27 14:23:10 -07:00
PowerShellGet Update PowerShellGet to 2.0.0 (#7831) 2018-09-24 14:58:13 -07:00
PSDesiredStateConfiguration Use new Pester syntax for Pester tests in module PSDesiredStateConfiguration (#6622) 2018-04-25 17:29:40 -07:00
PSReadLine Save modules to un-versioned folder to enable servicing (#7518) 2018-08-14 10:15:05 -07:00
ThreadJob Updated thread job to version 1.1.2 (#7522) 2018-08-14 17:09:48 -07:00