-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix Nuget multi update #8908
Fix Nuget multi update #8908
Conversation
3aecc6c
to
37f85d8
Compare
5129055
to
fc10691
Compare
@trejjam , thank you for your contributions. Could you please break down your PR in scoped smaller PRs so we can take a look at them? |
f77e988
to
49429b1
Compare
Ok first part extracted into: #8927 |
Another #8928 |
f864b0f
to
5e20bcd
Compare
nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Cli/Commands/UpdateCommand.cs
Outdated
Show resolved
Hide resolved
5e20bcd
to
97bf2ec
Compare
@trejjam Could you resolve the conflicts on this PR |
4e8ca4b
to
efab241
Compare
It should be ready for a review |
|
fccfbd8
to
7359fef
Compare
It was resolved at the time of my request. |
cc50c2e
to
3d8badb
Compare
8c8e561
to
a985814
Compare
Hi |
This reverts commit a0c4c40.
Hi! Any news on this PR? When do you expect to see it merged? |
Thanks everyone! @sebasgomez238 shipped #9228 yesterday and it might already address this issue. Could you please confirm? Tagging @trejjam , @IshakAtLEGO and @NugetPackage |
Grouped updates work as expected as of the last 24 hours thanks to #9228 |
Will keep in touch when I have verified this, thanks for the update @abdulapopoola. |
Just verified it and it works as expected. Thanx everyone. |
I was trying to make nuget native updater work.
I could use some help if you provide me with dependencies that should be updated together and are not to be put to tests.
Also, I would appreciate a review for the dotnet part since this repository is mainly with ruby code.
I need to update how dotnet is invoked from ruby, the changes in dotnet should be complete.
Fixes #8888
Fixes #8576
Fixes #8740