PowerShell/test/powershell/engine
Ilya 7257404929
Add Count and Length properties to [PSCustomobject] (#5745)
Related #3671
•Add Count and Length properties to [PSCustomobject].
 Now following returns 1:
 ([pscustomobject] @{ foo = 'bar' }).Count
 ([pscustomobject] @{ foo = 'bar' }).Length
•Add tests
2017-12-28 10:15:06 +04:00
..
Api Add a test for the powershell hang fix (#5451) 2017-11-15 09:41:11 -08:00
Basic Update a flaky test that fails intermittently in CI (#5641) 2017-12-06 12:46:53 -08:00
Cdxml Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -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 Add Count and Length properties to [PSCustomobject] (#5745) 2017-12-28 10:15:06 +04:00
Help Updated csproj to use the latest help package (#5454) 2017-11-15 16:29:04 -08:00
Job Rename powershell.exe to pwsh.exe (#5101) 2017-10-17 17:25:11 -07:00
Module Unify cmdlets with parameter 'Encoding' to be of type System.Text.Encoding (#5080) 2017-10-23 19:46:27 -07:00
ParameterBinding Add term rules (#5213) 2017-10-25 15:08:52 -07:00
Remoting Exclude PSHostProcess cmdlets from Unix platforms (#5105) 2017-10-18 09:26:24 -07:00
ResourceValidation Exclude EventResource.resx from SMAResources.Tests.ps1 (#5379) 2017-11-09 07:52:01 -08:00