Amaury Levé
evangelink.bsky.social
Amaury Levé
@evangelink.bsky.social
@dotnet testing at @Microsoft • Owner of MSTest • Co-creator of Microsoft.Testing.Platform • F# enthusiast. Opinions are my own.
Happy to answer any questions you have there :)

We are also suuuuppper eager to get feedback!
November 12, 2025 at 8:37 AM
And of course, I forgot the link youtu.be/H6-RngkeXH8?...
MSTest: teaching the old dog some new tricks
YouTube video by Update Conference
youtu.be
July 21, 2025 at 1:36 PM
Any process to onboard our repos?
June 26, 2025 at 3:48 PM
Ahaha
February 19, 2025 at 9:08 AM
Cool! You now can report your MTP issues in French :P
February 19, 2025 at 8:35 AM
I have replied to the GH ticket with the various links. In your case, it seems that you want to build a custom reporter. We have a message bus on which you can subscribe to some events (node changed in this case).
February 17, 2025 at 3:04 PM
the fundamentals of the platform totally changed and we couldn't find anything good.

For NET 10, we are working on a new dotnet test experience solely focused on MTP (opt-in).
February 17, 2025 at 12:47 PM
Is actually linked to VSTest and cannot be handled by MTP. To pass down arguments to MTP, you will need to use -- (e.g. dotnet test -- --report-trx). We know this is a big bang approach and that is not appreciated but we have spent ages trying to work out how to have a smooth upgrade while having
February 17, 2025 at 12:47 PM
Hey thanks for the ping. So there are a couple of things here. 1/ VSTest was mixing up everything under logger concept and MTP doesn't (we have loggers and reporters), the TRX is a report and not a log. 2/ As documented, dotnet test is currently bound to VSTest without any abstraction so any arg
February 17, 2025 at 12:47 PM
The F# example is broken, I'm sorry about it! I crafted the smoke without testing it and didn't realize some mistakes. It will be fixed soon.
February 16, 2025 at 4:16 PM
Your comment made my day! Thank you so much 🙏
February 11, 2025 at 3:12 PM
Awesome! If we can help somehow please let us know!
February 11, 2025 at 7:39 AM
MSTest is one of the test frameworks that supports both VSTest platform and MTP. If you are talking MTP vs VSTest then it's faster (at least 30% drop in overhead), more reliable, more modular, can run anywhere and supports all .net features (trimming, native aot...)
February 11, 2025 at 6:58 AM