home.social

#mstest — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mstest, aggregated by home.social.

  1. Migrating to #dotnet 10? Watch out for Microsoft.Testing.Platform breaking changes!

    MSTest now requires:
    ✅ EnableMSTestRunner=true
    ✅ TestingPlatformDotnetTestSupport=true
    ❌ --report-trx no longer works (it's now output verbosity!)

    Took hours to figure out. You're welcome.

    #dotnet10 #MSTest #DevOps

  2. #DotNet SelfContained is the best option there is.
    Compiling the test-project, and copying it over to two test-VMs without dealing with VCRuntime or .NET runtimes is really nice.

    #MSTest

  3. @djlink experienced this yesterday. Wrote a parameterized unit test with 6 rows with #MSTest and it took a minute to run them all. Switched to #xUnit and took 72ms. I felt like the boiled frog. I had noticed #MSTest getting slower but didn't think it had gotten that bad.

  4. 🚀 #MSTest 3.4 is out now!

    Key updates include improvements to MSTest.Analyzers, MSTest.Sdk, and MSTest.Runner. Plus, added support for WinUI applications!

    Find out all the details on #InfoQ 👉 bit.ly/3yWE9DH

    #dotnet #UITesting #AutomatedTesting #Microsoft

  5. @tomasekeli Why not?

    It might not be industry standard so I wanted to give it for a try for a private project: It does the job and not in a bad way.

    does not have the fixtures concept. It uses attributes to do initialization on test / class / assembly level which is convenient. You can even create your own attributes to influence how tests are executed.

    So give it a try. I think it is underrated.

  6. #Microsoft, what the fuck is wrong with you?
    A Microsoft employee adds a feature request to #VisualStudio feedback.
    Which receives a canned response from another Microsoft employee about how valuable their suggestion is? For a feature that should’ve been there since they added the #MSTest runner.
    Don’t you people talk, at all?

    developercommunity.visualstudi

    There is so much wrong with this company and product development management.

  7. #powershell #mstest PowerShell quickie - function to make your Mocks faster bit.ly/3Oyt1lG via PlanetPowerShell