SHiPS icon indicating copy to clipboard operation
SHiPS copied to clipboard

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier

Results 11 SHiPS issues
Sort by recently updated
recently updated
newest added

It should be much easier to build providers for data sources that require authentication if add `Credentials` capability to `SHiPSProvider`. Also `Drive` (`PSDriveInfo`) property should be added to the `ProviderContext`...

Cannot update this module via update-module cmdlet - signature is not valid

Added the gitignore pattern for dotnet-install.ps1 downloaded by [bootstrap.ps1](https://github.com/PowerShell/SHiPS/blob/91762f57fab5725d58ee325c21b48c90ef6e57f0/src/bootstrap.ps1#L101-L102).

`Invoke-SHiPSTest` failed as follows: ```powershell PS> Invoke-SHiPSTest ... [-] Get and Set test.Get Set Tests 336ms (321ms|15ms) RuntimeException: Legacy Should syntax (without dashes) is not supported in Pester 5. Please...

The SHiPS module is not signed & is required to be signed alongside the ability for this issue to be closed https://github.com/MethodsAndPractices/vsteam/issues/298

It would be really useful for binary authors if we could just add a nuget reference to get the assembly. Even if we still needed the SHiPS module, the [current...

Currently SHiPS only implements Get-ChildItem functionality. Please consider adding additional capabilities, particularly removing items.

enhancement

I was trying to add filtering to a SHiPs module I was developing however it always filtered out everything which is very strange. I have created a minimal reproduction of...

Even a link to [this GitHub search](https://github.com/search?q=shipsdirectory&type=Code&utf8=%E2%9C%93) for code samples is helpful. Right now the documentation is a bit confusing, and it isn't clear how to get started using SHiPS...