Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Aug 7, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

If we picked up launchSettings.json, we should clearly print that we did, and show the path to it. We should make this similar to dotnet run:

if (MSBuildArgs.Verbosity?.IsQuiet() != true)
{
Reporter.Output.WriteLine(string.Format(CliCommandStrings.UsingLaunchSettingsFromMessage, launchSettingsPath));
}

We already have tests for launchSettings in GivenDotnetTestBuildsAndRunsTests

Fixes #49713.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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.

Print clear informational message when launchSettings.json is used by dotnet test
2 participants