Hello,
With the release of .NET 10, testing libraries such as xunit.v3 & TUnit (to name a few) are now relying on MTP instead of VSTest. https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
As a consequence, dotnet test with MTP uses different command options, e.g --report-trx instead of --logger trx, which are not supported for now in Fake.DotNet.
Is there any plans for supporting MTP and the new dotnet test command options in FAKE ?
Thanks
Hello,
With the release of .NET 10, testing libraries such as xunit.v3 & TUnit (to name a few) are now relying on MTP instead of VSTest. https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
As a consequence,
dotnet testwith MTP uses different command options, e.g--report-trxinstead of--logger trx, which are not supported for now in Fake.DotNet.Is there any plans for supporting MTP and the new
dotnet testcommand options in FAKE ?Thanks