Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 45245: [release/9.0.1xx] Using ConsoleLogger to prevent une…
…xpected behavior (#45015) Cherry-pick #45015 to the 9.0.101 hotfix branch to ensure the change makes it to the hotfix. ---- #### AI description (iteration 1) #### PR Classification Bug fix #### PR Summary This pull request addresses unexpected behavior by replacing the `TerminalLogger` with `ConsoleLogger` as a temporary fix for version 9.0.1xx. - `src/Cli/dotnet/commands/dotnet-run/RunCommand.cs`: Replaced `TerminalLogger` with `ConsoleLogger` to prevent unexpected behavior.
- Loading branch information