How to delete a NuGet library The 2019 Stack Overflow Developer Survey Results Are InDownload old version of package with NuGetHow do I get NuGet to install/update all the packages in the packages.config?How to install an older version of package via NuGet?How do you query installed nuget packages with the command line interface?Nuget IVsPackageInstaller Hangsnuget retrieving package metadataInstalling NuGet package with dependencies on multiple sourcesXDocument NuGet Package won't installWhat are the application implications of a netstandard library depending on a metapackage?How to install a specific version of nuget?

Spanish for "widget"

Limit the amount of RAM Mathematica may access?

How to make payment on the internet without leaving a money trail?

Is domain driven design an anti-SQL pattern?

Geography at the pixel level

Are there any other methods to apply to solving simultaneous equations?

"To split hairs" vs "To be pedantic"

Extreme, unacceptable situation and I can't attend work tomorrow morning

Could JWST stay at L2 "forever"?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

How to manage monthly salary

What is a mixture ratio of propellant?

Is bread bad for ducks?

Why is it "Tumoren" and not "Tumore"?

Feasability of miniature nuclear reactors for humanoid cyborgs

Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?

What tool would a Roman-age civilization have to grind silver and other metals into dust?

Is "plugging out" electronic devices an American expression?

aging parents with no investments

Time travel alters history but people keep saying nothing's changed

What is this 4-propeller plane?

The difference between dialogue marks

Pristine Bit Checking

Unbreakable Formation vs. Cry of the Carnarium



How to delete a NuGet library



The 2019 Stack Overflow Developer Survey Results Are InDownload old version of package with NuGetHow do I get NuGet to install/update all the packages in the packages.config?How to install an older version of package via NuGet?How do you query installed nuget packages with the command line interface?Nuget IVsPackageInstaller Hangsnuget retrieving package metadataInstalling NuGet package with dependencies on multiple sourcesXDocument NuGet Package won't installWhat are the application implications of a netstandard library depending on a metapackage?How to install a specific version of nuget?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I've accidentally created a library in NuGet and want to delete it (so far, nobody has downloaded it). I've installed the NuGet CLI, and tried the following command:



nuget delete mynugetlibrary 1.0 -source nuget.org


When I do this, it asks me for a username and password; however, I log-in to NuGet using my Microsoft username and password (which don't seem to be accepted by the NuGet CLI). How can I get around this?










share|improve this question




























    0















    I've accidentally created a library in NuGet and want to delete it (so far, nobody has downloaded it). I've installed the NuGet CLI, and tried the following command:



    nuget delete mynugetlibrary 1.0 -source nuget.org


    When I do this, it asks me for a username and password; however, I log-in to NuGet using my Microsoft username and password (which don't seem to be accepted by the NuGet CLI). How can I get around this?










    share|improve this question
























      0












      0








      0








      I've accidentally created a library in NuGet and want to delete it (so far, nobody has downloaded it). I've installed the NuGet CLI, and tried the following command:



      nuget delete mynugetlibrary 1.0 -source nuget.org


      When I do this, it asks me for a username and password; however, I log-in to NuGet using my Microsoft username and password (which don't seem to be accepted by the NuGet CLI). How can I get around this?










      share|improve this question














      I've accidentally created a library in NuGet and want to delete it (so far, nobody has downloaded it). I've installed the NuGet CLI, and tried the following command:



      nuget delete mynugetlibrary 1.0 -source nuget.org


      When I do this, it asks me for a username and password; however, I log-in to NuGet using my Microsoft username and password (which don't seem to be accepted by the NuGet CLI). How can I get around this?







      nuget nuget-cli






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 8 at 8:28









      SmileyDevSmileyDev

      787




      787






















          1 Answer
          1






          active

          oldest

          votes


















          0














          nuget.org does not support permanent deletion of packages.



          But when you look at your package page while logged in, you should see a "contact support" link and on the form you can select "The package was not intended to be published publicly on nuget.org". This is something you can only do on the website, you can't do it through nuget.exe.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55059320%2fhow-to-delete-a-nuget-library%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            nuget.org does not support permanent deletion of packages.



            But when you look at your package page while logged in, you should see a "contact support" link and on the form you can select "The package was not intended to be published publicly on nuget.org". This is something you can only do on the website, you can't do it through nuget.exe.






            share|improve this answer



























              0














              nuget.org does not support permanent deletion of packages.



              But when you look at your package page while logged in, you should see a "contact support" link and on the form you can select "The package was not intended to be published publicly on nuget.org". This is something you can only do on the website, you can't do it through nuget.exe.






              share|improve this answer

























                0












                0








                0







                nuget.org does not support permanent deletion of packages.



                But when you look at your package page while logged in, you should see a "contact support" link and on the form you can select "The package was not intended to be published publicly on nuget.org". This is something you can only do on the website, you can't do it through nuget.exe.






                share|improve this answer













                nuget.org does not support permanent deletion of packages.



                But when you look at your package page while logged in, you should see a "contact support" link and on the form you can select "The package was not intended to be published publicly on nuget.org". This is something you can only do on the website, you can't do it through nuget.exe.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 9 at 0:27









                zivkanzivkan

                1,6841918




                1,6841918





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55059320%2fhow-to-delete-a-nuget-library%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

                    Алба-Юлія

                    Захаров Федір Захарович