Articles : Page 1 of 1

  • How To Find Out Which NuGet Packages Depend on Yours

    How To Find Out Which NuGet Packages Depend on Yours

    Feb 11
    24

    Renaming a package ID is a potentially destructive action and one we don’t recommend doing. Why? Well if any other packages depend on your package, you’ve effectively broken them if you change your package ID. For example, today I wanted to rename a poorly named package, MicrosoftWebMvc, to Mvc2Futures. What I ended up doing is recreating the same package with the new ID and uploading it. That way existing packages that depend on MicrosoftWebMvc aren’t broken. But now, I have two packages ...



  • 1