Skip to content

Add missing using to fix broken builds#53995

Closed
jjonescz wants to merge 1 commit intodotnet:mainfrom
jjonescz:broken-main
Closed

Add missing using to fix broken builds#53995
jjonescz wants to merge 1 commit intodotnet:mainfrom
jjonescz:broken-main

Conversation

@jjonescz
Copy link
Copy Markdown
Member

@jjonescz jjonescz commented Apr 20, 2026

@marcpopMSFT @baronfel ptal

Looks like the build was broken by merging the combination of #53884 and #53960.

Copilot AI review requested due to automatic review settings April 20, 2026 13:45
Copy link
Copy Markdown
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 build break in the dotnet run file-based tests by adding a missing namespace import needed by the test fixture.

Changes:

  • Add using Microsoft.DotNet.Cli.Utils; to RunFileTestBase.cs so referenced helper types (e.g., SharedTestOutputHelper) resolve during compilation.

@jjonescz
Copy link
Copy Markdown
Member Author

Duplicate of #53996.

@jjonescz jjonescz closed this Apr 20, 2026
@jjonescz jjonescz deleted the broken-main branch April 20, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants