Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Sep 19, 2025

Fix #50923

Also blocks update of arcade in vstest.

private static bool ContainsBuiltTestSources(string[] args)
{
foreach (string arg in args)
for (int i = 0; i < args.Length; i++)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if I run dotnet test --filter "Category=.dll"?
Is this going to incorrectly return true?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most likely not, it needs better fix, but right now we need to unblock the merge in vstest.

Copy link
Member

@Youssef1313 Youssef1313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock insertion

@nohwnd nohwnd merged commit 6aaf379 into dotnet:release/10.0.1xx Sep 23, 2025
27 checks passed
@nohwnd
Copy link
Member Author

nohwnd commented Oct 15, 2025

/backport to main

@github-actions
Copy link
Contributor

Started backporting to main: https://github.com/dotnet/sdk/actions/runs/18521625644

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.

2 participants