🚀 This week I improved MTP (Microsoft.Testing.Platform) to support WASM, browser, WASI 🌐 and made progress on Android 🤖📱 & iOS 🍎📱.
Modern apps deserve modern testing, MTP makes it simple, fast, and future-ready!
#dotnet #testing #MTP
🚀 This week I improved MTP (Microsoft.Testing.Platform) to support WASM, browser, WASI 🌐 and made progress on Android 🤖📱 & iOS 🍎📱.
Modern apps deserve modern testing, MTP makes it simple, fast, and future-ready!
#dotnet #testing #MTP
Microsoft.Testing.Platform Now Fully Supported in Azure DevOps devblogs.microsoft.com/dotnet/micro...
Microsoft.Testing.Platform Now Fully Supported in Azure DevOps devblogs.microsoft.com/dotnet/micro...
Great work folks!
GitHubActionsTestLogger now has support for Microsoft.Testing.Platform!
Thanks a lot to @martincostello.com for testing and debugging.
github.com/Tyrrrz/GitHu...
Happy to answer any questions you have there :)
We are also suuuuppper eager to get feedback!
We will also discover how you can leverage the power of AI to help you with testing your code!
Join us this week!
Timeline of .NET Standard Term Support. text reads: .NET STS releases supported for 24 months .NET 7 Nov 2022 .NET 8 Nov 2023 May 2024 .NET 9 Nov 2024 Latest release .NET 10 Nov 2025 May 2026 .NET 11 Nov 2026 STANDARD TERM SUPPORT Patches for 2 years LONG TERM SUPPORT Patches for 3 years Get the details The image also includes a timeline with colored bars: Purple bar = Standard Term Support (STS) for 2 years. Gray bar = Long Term Support (LTS) for 3 years. .NET 9 is highlighted as the latest release.
We are increasing the length of support offered for .NET Standard Term Support (STS) releases from 18 months to 24 months. This change is effective starting with .NET 9 and there is no change for LTS releases.
Get all the details you need: msft.it/63328t6MeM
🎯 Software quality has always been close to my heart.
❤️ With AI reshaping development, automated and accurate testing is more relevant than ever.
🎤 Excited to share insights at Update Conference Prague!
👉 www.updateconference.net
#UpdateConference 🎤 #CSharp 💻 #AITesting 🤖 #SoftwareQuality ✅
text reads: .NET Conf 2025 Nov. 11-13 Save the date www.dotnetconf.net
📣 .NET Conf is on its way!! 🎉
Celebrate and learn about what you can do with .NET 10 at the biggest .NET virtual event in the world!
November 11-13 〰️ Save the date
msft.it/63328sL6vs
#dotNETConf
Hey #dotnet - we on the .NET SDK team are all about making the `dotnet` CLI more capable and powerful over time. But how do you usually _get_ the `dotnet` CLI and other tooling? Today that answer is a _bunch_ of different ways. We have a plan to centralize these ways into a new tool, and...
@youssef1313.bsky.social just released a new preview version of #MSTest v4 and #MTP v2!
If you haven’t tried it yet, now is the perfect time to explore what’s coming and share your feedback.
Try it out and let us know what you think: github.com/microsoft/te...
#dotnet #mstest #microsoft #testing
@updateconference.bsky.social Thank you for publishing the video of my talk at your conference last year! It was a true pleasure to be with you there! I would recommend everyone to attend the conference (speaker or attendee).
If you want to know about #MSTest and #MTP youtu.be/H6-RngkeXH8?...
Any process to onboard our repos?
My team and I will be live tomorrow at 10 AM PDT/7 PM CET to walk you through the latest updates coming to dotnet test in .NET 10.
Whether you're into test performance, smarter tooling, or better developer workflows, we've got something for you.
📺 Join us live: lnkd.in/dWJAfPN2
Supper happy to see the massive perf boost and quality improvement that @youssef1313.bsky.social was able to bring!
If like our friends at @platform.uno you care about your tests and you are willing to make a small investment, I can only recommend you to move over to MTP!
Using AI in interviews -- looking for volunteers for mock AI-enabled interviews.
If you are proficient in using AI in your daily work (job, hobby projects, school work), and you'd like to try to use them also during interview, ping me.
This is community-driven effort!
Ahaha
Cool! You now can report your MTP issues in French :P
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).
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).
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
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
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.
Your comment made my day! Thank you so much 🙏
Awesome! If we can help somehow please let us know!
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...)