Enji Eid

Results 16 comments of Enji Eid

it's related to this PR too https://github.com/microsoft/testfx/pull/1571 as useing legacy settings aren't supported anymore inside the testsettings

Hi @gao-artur, I confirm that I'm able to reproduce the issue.

@Evangelink I can repro in these versions 2.2.10, 2.2.8, 2.2.4.

Hi @mxschmitt thanks for reporting that. I managed to reproduce and marked it as bug. we will work on it soon.

Hello @MichaelRostgaard, Can you give us a simple project with the issue reproducible?

Hi @MichaelRostgaard, I think you forget to attach the rar file. and does the issue happen with you in latest version mstest3.0.2?

@MichaelRostgaard may be can you add it as a comment in the issue on github please

Hi @fx999dev, thanks for the suggestion! is it gonna be okay if marked as failed and attached a warning with the output? or you suggested to mark it as ignored...

https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests?pivots=mstest#:~:text=dotnet%20test%20%2D%2Dfilter%20Method `--filter SmokeTest` as for the link the default if user filtered value without key will be filtered by fullyQualifiedName and `--filter SmokeTest=null` it's not valid filter by the new...