Marco Rossignoli
Marco Rossignoli
`Microsoft.Testing.Platform.Extensions.TestHost.IDataConsumer` can be implemented also in other hosts so we should move to the root namespace `Microsoft.Testing.Platform.Extensions` or `Microsoft.Testing.Platform.Extensions.Common`
Under the extension https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-extensions-hosting the UX is not behaving correctly, it's printing always the timer.
Ref https://github.com/microsoft/testfx/issues/3478#issuecomment-2329659440 At the moment "the platform" is nothing more than a IPlatformOutputDevice that collects an print in console or in server mode sent states outside. We don't have validation...
Command line can contains long arguments (i.e. `--filter`). Allow to pass a response file will help these scenario.
Hi @bradwilson, we could have some team that are interested to onboard the new testing platform but they're stuck at the moment with xunit v2. We did integration with v3...