-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate http usage: delete
operations, promote warning to error for http sources
#5703
Merged
Nigusu-Allehu
merged 3 commits into
dev-feature-http-error
from
dev-nyenework-http-error-delete
Apr 16, 2024
Merged
Deprecate http usage: delete
operations, promote warning to error for http sources
#5703
Nigusu-Allehu
merged 3 commits into
dev-feature-http-error
from
dev-nyenework-http-error-delete
Apr 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet-policy-service
bot
added
the
Status:No recent activity
PRs that have not had any recent activity and will be closed if the label is not removed
label
Apr 1, 2024
nkolev92
reviewed
Apr 2, 2024
dotnet-policy-service
bot
removed
the
Status:No recent activity
PRs that have not had any recent activity and will be closed if the label is not removed
label
Apr 2, 2024
Nigusu-Allehu
force-pushed
the
dev-feature-http-error
branch
from
April 3, 2024 20:15
18162b4
to
faf0a89
Compare
Nigusu-Allehu
force-pushed
the
dev-nyenework-http-error-delete
branch
from
April 3, 2024 20:21
6b6f7c9
to
843e9f5
Compare
dotnet-policy-service
bot
added
the
Status:No recent activity
PRs that have not had any recent activity and will be closed if the label is not removed
label
Apr 11, 2024
@NuGet/nuget-client any suggestions? |
dotnet-policy-service
bot
removed
the
Status:No recent activity
PRs that have not had any recent activity and will be closed if the label is not removed
label
Apr 15, 2024
nkolev92
approved these changes
Apr 15, 2024
Nigusu-Allehu
added a commit
that referenced
this pull request
May 22, 2024
…or http sources (#5703)
Nigusu-Allehu
added a commit
that referenced
this pull request
May 22, 2024
…or http sources (#5703)
Nigusu-Allehu
added a commit
that referenced
this pull request
May 22, 2024
…or http sources (#5703)
Nigusu-Allehu
added a commit
that referenced
this pull request
May 22, 2024
…or http sources (#5703)
Nigusu-Allehu
added a commit
that referenced
this pull request
May 23, 2024
…or http sources (#5703)
Nigusu-Allehu
added a commit
that referenced
this pull request
Jun 17, 2024
…or http sources (#5703)
aortiz-msft
pushed a commit
that referenced
this pull request
Jun 18, 2024
* Deprecate http usage: `nuget search` promote warning to error for http sources (#5693) * Deprecate http usage: `nuget list` promote warning to error for http sources (#5698) * Deprecate http usage: `nuget push` promote warning to error for http sources (#5705) * Deprecate http usage: `delete` operations, promote warning to error for http sources (#5703) * Add `allowinsecureconnections` option (#5742) * remove integration test for now (#5758) * Deprecate http: Promote from warning to error in VS Options NuGet Package Manager (#5732) * Deprecate http usage: `source` commands, promote warning to error for http sources (#5702) * Deprecate http usage: `restore` scenarios promote warning to error for http sources (#5731) * use `--allow-insecure-connections` for dotnet nuget add command (#5853) * tests * clean up * clean up * white space * tests * comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug
Fixes: NuGet/Home#13341
Regression? Last working version:
Description
Show an error when the
delete
operation is used with an http sourcePR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation