PowerShell/test/powershell/engine
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
..
Api Do not wrap return result to PSObject when converting ScriptBlock to delegate (#10619) 2020-03-30 21:46:12 +05:00
Basic Discover assemblies loaded by 'Assembly.Load(byte[])' and 'Assembly.LoadFile' (#12203) 2020-03-28 20:25:59 +05:00
Cdxml Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
COM Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ETS Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ExperimentalFeature Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Formatting Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Help Fix terms checker issues (#12189) 2020-03-24 11:38:45 -07:00
Job Use dedicated threads to read the redirected output and error streams from the child process for out-of-proc jobs (#11713) 2020-03-28 15:44:23 +05:00
Module Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ParameterBinding Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Remoting Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
ResourceValidation Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Security Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00