Youssef Victor

Results 913 comments of Youssef Victor

@bart-vmware Oh, this was fixed in https://github.com/microsoft/testfx/pull/6968.

@bart-vmware So far there is no timeline for when that will be released. But you can test out the latest previews from `https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json`.

@iSazonov Can you run the GitHub workflows here please?

Any update here please @rainersigwald ?

Hi @guominrui Can I please have a review here please? Thanks!

@cbersch In your csproj, you referenced MSTest.TestFramework only. You need MSTest.TestAdapter for the project to be recognized as a test project and get an entrypoint generated for it.

For NUnit/MSTest, runsettings is supported via `--settings`. The article https://learn.microsoft.com/dotnet/core/testing/unit-testing-with-dotnet-test is focusing more on `dotnet test` rather than how to enable MTP for individual test frameworks. The EnableMSTestRunner property is...

I'll keep this issue open to track updating our documentation.

@baronfel @rainersigwald This is a warning from Roslyn analyzer. Is it expected from MSBuild point of view that the project name/path isn't shown after the CSC warning?