Here’s the really annoying thing with powershell: it doesn’t have a module distribution model. Like, at all. A csharp script, on the other hand, gets NuGet out of the box.
Here’s the really annoying thing with powershell: it doesn’t have a module distribution model. Like, at all. A csharp script, on the other hand, gets NuGet out of the box.
What is the PowerShellGet module[1] missing? It comes preinstalled in all versions post 5.1 (though 5.1 itself is limited).
[1]: https://learn.microsoft.com/en-us/powershell/module/powershe...
TFW where you're dead wrong and have to upvote everyone who told you so...
False: https://www.powershellgallery.com/
Not only it has modules, there are several NuGet like repos for Powershell.