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

Revise error in mixed mode for dotnet test in .NET 10 #5200

Open
Youssef1313 opened this issue Mar 9, 2025 · 0 comments
Open

Revise error in mixed mode for dotnet test in .NET 10 #5200

Youssef1313 opened this issue Mar 9, 2025 · 0 comments
Assignees
Labels
External: dotnet test `dotnet test` integration sprint
Milestone

Comments

@Youssef1313
Copy link
Member

Currently, CmdUnsupportedVSTestTestApplicationsDescription seems to be used only in the path where the user explicitly opts in the new dotnet test experience.

I think we need to error for the old dotnet test experience as well.

The error condition should be IsTestingPlatformApplication being true for at least one project, while there is also a project where IsTestProject is true but not IsTestingPlatformApplication.

@Youssef1313 Youssef1313 added the External: dotnet test `dotnet test` integration label Mar 9, 2025
@Youssef1313 Youssef1313 added this to the .NET 10 milestone Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External: dotnet test `dotnet test` integration sprint
Projects
None yet
Development

No branches or pull requests

2 participants