▲ 8 r/moderndotnet
I made a Rider plugin for switching NuGet references to local projects
I've been working on a small Rider plugin to make working across multiple .NET repos a bit easier.
It lets you replace a NuGet PackageReference with a local ProjectReference from Rider, work against the local source, then switch it back to the original package reference when you're done. It can also scan configured source directories to find the matching project automatically.
I mainly built it because I do this fairly often and got tired of manually editing .csproj files.
It's still fairly new, so feedback/issues are welcome if anyone else has a similar workflow.
https://plugins.jetbrains.com/plugin/33455-reference-switcher/ https://github.com/tombiddulph/ReferenceSwitcher
u/tombiddulph — 4 days ago