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;
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
add a comment |
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
add a comment |
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
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
nuget nuget-cli
asked Mar 8 at 8:28
SmileyDevSmileyDev
787
787
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Mar 9 at 0:27
zivkanzivkan
1,6841918
1,6841918
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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