fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

Is there a Rider plugin for Paket? #3403

Open isen-ng opened 5 years ago

isen-ng commented 5 years ago

Description

Is there a JetBrains Rider plugin for Paket?

WiredSharp commented 4 years ago

i am very interested in, does somebody start a project? i would be glad to contribute

cdrnet commented 4 years ago

Related: https://youtrack.jetbrains.com/issue/RIDER-552

WiredSharp commented 4 years ago

Rider issue is more related to a compatibility issue with Rider. It would be a lot of work to develop and, above all, maintain plugins for various IDE.

But maybe if an entrypoint allow us to instantiate a paket engine and then plug it in our favorite IDEs, that could be a big step (maybe i miss a part and it is already the case).

My work team does not use paket nor F# and i would like to introduce paket to manage our packages. I am discovering F# since a few months and its ecosystem, And i really like the philosophy behind paket. It could resolve a lot of consolidation issues we have with Nuget. Having to modify text file or use command line might be a pitfall for developers used to the mouse.