PowerShell / SHiPS

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

Can the SHiPS assembly be packaged for NuGet? #101

Open Jaykul opened 6 years ago

Jaykul commented 6 years ago

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 instructions require us to compile SHiPS -- which seems really unnecessary.

jianyunt commented 6 years ago

Good idea to publish the SHiPS assemblies to nuget. Yes compiling SHiPS is the way and we can always install-module SHiPS to get the assembly.

DarqueWarrior commented 3 years ago

I am facing this right now. I have been using SHiPS with VSTeam (pure Script module) and starting porting more of VSTeam to a binary module. Creating a Provider from the ground up will be a pain. I would just like to port the classes from ps1 to cs files using the same Ships directory and leaf base classes.