Skip to content
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

[main] Update dependencies from nuget/nuget.client #46642

Merged
merged 26 commits into from
Feb 11, 2025

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Feb 7, 2025

This pull request updates the following dependencies

From https://github.com/nuget/nuget.client

  • Subscription: fcb199f6-ff33-44a0-f3ef-08d8e97c775d
  • Build: 6.14.0.27
  • Date Produced: February 8, 2025 12:45:27 AM UTC
  • Commit: 38f10f632d8d1ffca92ae9f7a0c9e10a92451973
  • Branch: dev

…6.14.0.24

Microsoft.Build.NuGetSdkResolver , NuGet.Build.Tasks , NuGet.Build.Tasks.Console , NuGet.Build.Tasks.Pack , NuGet.CommandLine.XPlat , NuGet.Commands , NuGet.Common , NuGet.Configuration , NuGet.Credentials , NuGet.DependencyResolver.Core , NuGet.Frameworks , NuGet.LibraryModel , NuGet.Localization , NuGet.Packaging , NuGet.ProjectModel , NuGet.Protocol , NuGet.Versioning
 From Version 6.14.0-preview.1.11 -> To Version 6.14.0-preview.1.24
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CodeFlow untriaged Request triage from a team member labels Feb 7, 2025
dotnet-maestro bot and others added 3 commits February 8, 2025 12:25
…6.14.0.27

Microsoft.Build.NuGetSdkResolver , NuGet.Build.Tasks , NuGet.Build.Tasks.Console , NuGet.Build.Tasks.Pack , NuGet.CommandLine.XPlat , NuGet.Commands , NuGet.Common , NuGet.Configuration , NuGet.Credentials , NuGet.DependencyResolver.Core , NuGet.Frameworks , NuGet.LibraryModel , NuGet.Localization , NuGet.Packaging , NuGet.ProjectModel , NuGet.Protocol , NuGet.Versioning
 From Version 6.14.0-preview.1.11 -> To Version 6.14.0-preview.1.27
premun and others added 5 commits February 10, 2025 11:21
(cherry picked from commit eb823bb)
Probably the change to not prune packages if there are no FrameworkReferences reverted this to the old behavior

(cherry picked from commit d992386)
(cherry picked from commit 8dba8b4)
(cherry picked from commit ecf5fcc)
@akoeplinger akoeplinger requested a review from a team as a code owner February 10, 2025 10:23
Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The NoWarn change shouldn't get forward ported into main. I'm working on the necessary changes offline.

@ViktorHofer ViktorHofer self-assigned this Feb 10, 2025
ViktorHofer added a commit to ViktorHofer/source-build-reference-packages that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

NoWarn the new warnings as SBRP packages should be a mirror of the source-shipping packages and not change dependencies.
ViktorHofer added a commit to microsoft/vstest that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

React to two warnings that got flagged when building the product source-only.
ViktorHofer added a commit to dotnet/fsharp that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.
ViktorHofer added a commit to dotnet/razor that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

Resolve the one warning that got emitted when source-building the repository.
mthalman pushed a commit to dotnet/source-build-reference-packages that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

NoWarn the new warnings as SBRP packages should be a mirror of the source-shipping packages and not change dependencies.
@ViktorHofer
Copy link
Member

ViktorHofer commented Feb 10, 2025

cc @ericstj, @nkolev92 - see my post above this one. A set of changes were necessary to react to the new package pruning warnings. I didn't find any false positives so far.

ViktorHofer added a commit to dotnet/razor that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

Resolve the one warning that got emitted when source-building the repository.
ViktorHofer added a commit to dotnet/fsharp that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.
ViktorHofer added a commit to dotnet/runtime that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

Resolve the few warnings that got emitted in ref projects when source-building the repository.
akoeplinger pushed a commit to dotnet/aspnetcore that referenced this pull request Feb 10, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

Resolve the 3 warnings that got emitted when source-building the repository.
@ViktorHofer ViktorHofer merged commit 1316636 into main Feb 11, 2025
42 of 43 checks passed
@ViktorHofer ViktorHofer deleted the darc-main-a359a59f-2f74-425f-b291-3ec07e1d52f1 branch February 11, 2025 14:12
nohwnd pushed a commit to microsoft/vstest that referenced this pull request Feb 12, 2025
Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

React to two warnings that got flagged when building the product source-only.
ViktorHofer added a commit to dotnet/runtime that referenced this pull request Feb 14, 2025
* React to NuGet package pruning warnings

Contributes to dotnet/sdk#46642

NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.

Resolve the few warnings that got emitted in ref projects when source-building the repository.

* Remove WarnOnProjectReferenceToFrameworkAssemblies target

* fix

* Aktualisieren von Microsoft.Extensions.Logging.Console.csproj

* Fix one more case

* Create PackageOverrides.txt in libs

* add empty line

* Suppress NU1511 for false positives

* One more hit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeFlow untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants