PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
185 stars 31 forks source link

Fix provider to show NotSupported error; Add Get/set/clear content. #106

Closed BellaLi closed 6 years ago

jianyunt commented 6 years ago

@BellaLi please fix the checkin test failures https://ci.appveyor.com/project/PowerShell/ships/build/1.1.3.90/job/b2o9habi4vochq66 C:\projects\ships\test\automation\navigation.tests.ps1: line 1335 --- have you changed to "not support" instead of "does not support"? C:\projects\ships\test\automation\navigation.tests.ps1: line 1249. --- it looks like that the same error throws multiple times. So $ev is a collection. "-contains" would do.

jianyunt commented 6 years ago

This PR and https://github.com/PowerShell/SHiPS/pull/105 are dealing with the same thing or different?

BellaLi commented 6 years ago

The previous PR 105 was accidentally checked in. I'll abandon this PR and create a clean one.