You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 whereIsTestProject
is true but notIsTestingPlatformApplication
.The text was updated successfully, but these errors were encountered: