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

Consider basic support for launchSettings for the new dotnet test #47548

Open
Youssef1313 opened this issue Mar 13, 2025 · 2 comments
Open

Consider basic support for launchSettings for the new dotnet test #47548

Youssef1313 opened this issue Mar 13, 2025 · 2 comments
Assignees
Milestone

Comments

@Youssef1313
Copy link
Member

Youssef1313 commented Mar 13, 2025

I suggest to at least support environment variables and command line arguments from launchSettings.

If we take it out from .NET 10 and introduce the support for .NET 11, it will be a breaking change. So we might never be able to add the support if it's not in .NET 10 when the new dotnet test experience for MTP is first shipped.

Related to #45927

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-dotnet test untriaged Request triage from a team member labels Mar 13, 2025
@Youssef1313 Youssef1313 removed the untriaged Request triage from a team member label Mar 13, 2025
@Youssef1313 Youssef1313 added this to the 10.0.1xx milestone Mar 13, 2025
@Evangelink
Copy link
Member

I think that's a good idea. Given dotnet run supports it, I wonder if you could reuse/uplift most of the code and so get close to 100% support quickly.

@Youssef1313
Copy link
Member Author

Perfect!

@drognanar FYI as we will likely need similar support in TE if this was done in dotnet test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants