PowerShell / SHiPS

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

Explictily throw NotSupport for commands - Get/Set/Clea- Content, Move/Copy/New/Remove/Rename/Clear/Set-Item #105

Closed BellaLi closed 6 years ago

BellaLi commented 6 years ago

Add handling to not supported commands, throw NotSupport error to reduce confusion;

Add UnitTest for all of the not supported commands.

UnitTest passed in both Full PowerShell and PowerShell Core.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

BellaLi commented 6 years ago

Abandonded.