PowerShell/test/powershell/engine
Dongbo Wang 12002e7f2d Use stricter rule to unwrap a PSObject that wraps a COM object (#4614)
GetMember/SetMember/InvokeMember operations on a COM object will generate code to unwrap the COM object if it's wrapped in PSObject. Due to a loose restriction, if you have a string wrapped to a PSObject with an ETS member of the same name, then the string PSObject will be unwrapped too and the ETS member will be lost. The fix is to use a more restricted rule by checking if the base object is a COM object.
2017-08-28 13:19:02 -07:00
..
Api Reorganize some engine tests to make it clean (#4551) 2017-08-14 13:49:28 +04:00
Basic Reorganize some engine tests to make it clean (#4551) 2017-08-14 13:49:28 +04:00
Cdxml Improve test coverage for CDXML cmdlet infrastructure (#4537) 2017-08-16 16:33:53 -07:00
COM Use stricter rule to unwrap a PSObject that wraps a COM object (#4614) 2017-08-28 13:19:02 -07:00
ETS Enable DataRow/DataRowView adapters in PowerShell Core (#4258) 2017-07-17 11:27:01 -07:00
Help PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Job Reorganize some engine tests to make it clean (#4551) 2017-08-14 13:49:28 +04:00
Module removed appending WindowsPowerShell PSModulePath (#4656) 2017-08-25 11:05:23 -07:00
ParameterBinding PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Remoting PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00