Youssef Victor

Results 913 comments of Youssef Victor

> would the multiline properties be consumed by editors or other tools? would the multiline properties be consumed by editors or other tools? Yes, this will be consumed by the...

A better approach here may be to have warnings as errors only in CI.

@nblumhardt Can I haven an eye on this PR please?

I confirm that MTP works fine and it's VSTest-specific. @visschersm Thanks for providing a very minimal repro, accompanied with GitHub workflow that repro's the issue on GitHub Action. As the...

@nohwnd I just tried out 17.14.0-preview-25107-01 and it doesn't work.

@nohwnd [my-artifact.zip](https://github.com/user-attachments/files/19210667/my-artifact.zip)

@mikem8361 The extension is targeting that version (https://github.com/microsoft/testfx/blob/61be9047fc4a92b2b8223271d88c718664145adf/Directory.Packages.props#L50), but the issue still happens. It's reproducible in CI at least on an app targeting net9.0

@christophwille Is it necessary to use junit test results format, or could you switch to TRX? Also, I'm not sure why you are passing individual dlls with `$env:Tests1` etc. Why...

Hmm, yeah looks like this GitHub Action doesn't support TRX: https://github.com/test-summary/action/issues/1

I started a PR for the testlogger so that it supports JUnit reporter for MTP https://github.com/spekt/testlogger/pull/172. Let's see if this can get merged soon, assuming the work is approved by...