-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support .Net C# projects using dotnet cli and nuget.org central repository. #62
Merged
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c0ef62 - Browse repository at this point
Copy the full SHA 5c0ef62View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe4851 - Browse repository at this point
Copy the full SHA dfe4851View commit details
Commits on Mar 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f3e528 - Browse repository at this point
Copy the full SHA 9f3e528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea596d - Browse repository at this point
Copy the full SHA 5ea596dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5700d3d - Browse repository at this point
Copy the full SHA 5700d3dView commit details
Commits on Apr 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 468bea0 - Browse repository at this point
Copy the full SHA 468bea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f5b7f - Browse repository at this point
Copy the full SHA 29f5b7fView commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b32e4f - Browse repository at this point
Copy the full SHA 5b32e4fView commit details
Commits on Apr 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9fbb7b1 - Browse repository at this point
Copy the full SHA 9fbb7b1View commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4142787 - Browse repository at this point
Copy the full SHA 4142787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167f555 - Browse repository at this point
Copy the full SHA 167f555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2720eb0 - Browse repository at this point
Copy the full SHA 2720eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 737f66e - Browse repository at this point
Copy the full SHA 737f66eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef88067 - Browse repository at this point
Copy the full SHA ef88067View commit details
Commits on Apr 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 11f96e7 - Browse repository at this point
Copy the full SHA 11f96e7View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 79b041a - Browse repository at this point
Copy the full SHA 79b041aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e177e6 - Browse repository at this point
Copy the full SHA 7e177e6View commit details
Commits on Jun 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32f36f1 - Browse repository at this point
Copy the full SHA 32f36f1View commit details
Commits on Jul 2, 2021
-
The query string comes directly from the command line and might contain characters that are not valid in query parameters. Co-authored-by: lhchavez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a0bf5f - Browse repository at this point
Copy the full SHA 6a0bf5fView commit details -
Include actual error in output
Co-authored-by: lhchavez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f138d0 - Browse repository at this point
Copy the full SHA 0f138d0View commit details -
Use url.PathEscape with packageName
PackageNames might contain characters that are not valid in URL path. Co-authored-by: lhchavez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8acb944 - Browse repository at this point
Copy the full SHA 8acb944View commit details -
Avoid time of check time of use race condition
There is no guarantee that after you check for files existence that it will still be there when the code attempts to open it. This way the check and open operation are done in a single call. Co-authored-by: lhchavez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a313f9e - Browse repository at this point
Copy the full SHA a313f9eView commit details -
Use appropriate documentation format
Co-authored-by: lhchavez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad5059d - Browse repository at this point
Copy the full SHA ad5059dView commit details -
Include actual error in output
Co-authored-by: lhchavez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae02579 - Browse repository at this point
Copy the full SHA ae02579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97cbaa5 - Browse repository at this point
Copy the full SHA 97cbaa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad08163 - Browse repository at this point
Copy the full SHA ad08163View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8e6b1 - Browse repository at this point
Copy the full SHA de8e6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97eafaf - Browse repository at this point
Copy the full SHA 97eafafView commit details
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.