Skip to content

Conversation

@jjonescz
Copy link
Member

Fixes #52439.

@jjonescz jjonescz marked this pull request as ready for review January 14, 2026 10:36
@jjonescz jjonescz requested a review from a team as a code owner January 14, 2026 10:36
Copilot AI review requested due to automatic review settings January 14, 2026 10:36
@jjonescz jjonescz added Test Debt Area-run-file Items related to the "dotnet run <file>" effort labels Jan 14, 2026
@jjonescz jjonescz requested review from a team January 14, 2026 10:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a test failure in the file-based app package test by updating it to use a locally generated test package instead of the external "Humanizer" package. This change makes the test more reliable and self-contained by eliminating the dependency on external package sources.

Changes:

  • Replaced the "Humanizer" package reference with a locally generated "A" package
  • Added logic to create multiple versions of the test package and configure restore sources
  • Updated the Central Package Management version specification to match the test package

@jjonescz jjonescz merged commit adb8698 into dotnet:main Jan 14, 2026
30 checks passed
@jjonescz jjonescz deleted the fbp-pkg-test-main branch January 14, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-run-file Items related to the "dotnet run <file>" effort Test Debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GivenDotnetPackageAdd noRestore=false fails to work with package source mapping

2 participants