PowerShell/test/powershell/engine/Api
Dongbo Wang c0c17ded03
Do not wrap return result to PSObject when converting ScriptBlock to delegate (#10619)
This is a breaking change for the delegate types with the object return type:

Before this change, the returned object will always be an PSObject instance.
After this change, the returned object is the underlying object, which could still be an PSObject if that's what the script actually returns.
2020-03-30 21:46:12 +05:00
..
assets Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
BasicEngine.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
GetNewClosure.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
InitialSessionState.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
LanguagePrimitive.Tests.ps1 Do not wrap return result to PSObject when converting ScriptBlock to delegate (#10619) 2020-03-30 21:46:12 +05:00
ProxyCommand.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Serialization.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
TaskBasedAsyncPowerShellAPI.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
TypeInference.Tests.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00