Skip to content

Fix Nuget multi update#8908

Closed
trejjam wants to merge 38 commits into
dependabot:mainfrom
trejjam:feature/nuget-multi-update
Closed

Fix Nuget multi update#8908
trejjam wants to merge 38 commits into
dependabot:mainfrom
trejjam:feature/nuget-multi-update

Conversation

@trejjam

@trejjam trejjam commented Jan 26, 2024

Copy link
Copy Markdown
Contributor

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

@trejjam trejjam requested a review from a team as a code owner January 26, 2024 16:29
@github-actions github-actions Bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Jan 26, 2024
@trejjam trejjam marked this pull request as draft January 26, 2024 16:29
@trejjam trejjam force-pushed the feature/nuget-multi-update branch from 3aecc6c to 37f85d8 Compare January 26, 2024 16:31
@trejjam trejjam force-pushed the feature/nuget-multi-update branch from 5129055 to fc10691 Compare January 27, 2024 16:19
@trejjam trejjam marked this pull request as ready for review January 27, 2024 16:25
@trejjam trejjam requested a review from a team as a code owner January 27, 2024 16:25
@edgarrs

edgarrs commented Jan 29, 2024

Copy link
Copy Markdown

@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?

@trejjam trejjam force-pushed the feature/nuget-multi-update branch 2 times, most recently from f77e988 to 49429b1 Compare January 29, 2024 17:57
@trejjam

trejjam commented Jan 29, 2024

Copy link
Copy Markdown
Contributor Author

Ok first part extracted into: #8927

@trejjam

trejjam commented Jan 29, 2024

Copy link
Copy Markdown
Contributor Author

Another #8928

@trejjam trejjam force-pushed the feature/nuget-multi-update branch 2 times, most recently from f864b0f to 5e20bcd Compare January 29, 2024 20:22
@trejjam

trejjam commented Jan 29, 2024

Copy link
Copy Markdown
Contributor Author

And the last one, #8930.

The #8930 conflicts a lot with #8908. I prefer to go through #8930 first.

Comment thread nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Cli/Commands/UpdateCommand.cs Outdated
@trejjam trejjam force-pushed the feature/nuget-multi-update branch from 5e20bcd to 97bf2ec Compare February 7, 2024 17:35
@IsaacMarovitz

Copy link
Copy Markdown

@trejjam Could you resolve the conflicts on this PR

@trejjam trejjam force-pushed the feature/nuget-multi-update branch 3 times, most recently from 4e8ca4b to efab241 Compare February 11, 2024 18:27
@trejjam trejjam requested a review from tombiddulph February 11, 2024 19:25
@trejjam

trejjam commented Feb 11, 2024

Copy link
Copy Markdown
Contributor Author

It should be ready for a review

@thomhurst

Copy link
Copy Markdown

This branch has conflicts that must be resolved

@trejjam trejjam force-pushed the feature/nuget-multi-update branch from fccfbd8 to 7359fef Compare February 16, 2024 13:59
@trejjam

trejjam commented Feb 16, 2024

Copy link
Copy Markdown
Contributor Author

It was resolved at the time of my request.

@trejjam trejjam force-pushed the feature/nuget-multi-update branch from cc50c2e to 3d8badb Compare February 16, 2024 14:22
@trejjam trejjam force-pushed the feature/nuget-multi-update branch from 8c8e561 to a985814 Compare February 22, 2024 19:46
@IshakAtLEGO

Copy link
Copy Markdown

Hi
Any news on this PR? When do you expect to see it merged?

@NugetPackage

Copy link
Copy Markdown

Hi!

Any news on this PR? When do you expect to see it merged?

@abdulapopoola

Copy link
Copy Markdown
Contributor

Thanks everyone!

@sebasgomez238 shipped #9228 yesterday and it might already address this issue. Could you please confirm?

Tagging @trejjam , @IshakAtLEGO and @NugetPackage

@mburumaxwell

Copy link
Copy Markdown
Contributor

Grouped updates work as expected as of the last 24 hours thanks to #9228

@NugetPackage

Copy link
Copy Markdown

Thanks everyone!

@sebasgomez238 shipped #9228 yesterday and it might already address this issue. Could you please confirm?

Tagging @trejjam , @IshakAtLEGO and @NugetPackage

Will keep in touch when I have verified this, thanks for the update @abdulapopoola.

@IshakAtLEGO

Copy link
Copy Markdown

Just verified it and it works as expected. Thanx everyone.

@abdulapopoola

Copy link
Copy Markdown
Contributor

Thank you so much @trejjam for all the help over several weeks.

I'm closing this PR since multiple folks now confirm that it works as expected. Please consider filling new issues if they pop up.

And again, deepest gratitudeto @trejjam !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L: dotnet:nuget NuGet packages via nuget or dotnet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not all updates in group are applied Grouped nuget dependencies not all updated Grouped dependency updates for NuGet packages not working correctly