Youssef Victor
Youssef Victor
> @nohwnd @Youssef1313 let's try to consider adding a test that would prevent regression (doesn't have to be done right away if you are in rush with some release). _Originally...
I don't think this feature is reasonable for .NET Core. We should consider deprecating it for .NET Core in a future minor v4 release, and remove completely in v5. Additionally,...
The attribute isn't available for UWP/WinUI builds. So it shouldn't be made available through netstandard2.0.
### Discussed in https://github.com/microsoft/testfx/discussions/5134 Originally posted by **mscottford** February 25, 2025 I'd like the ability to generate a list of tests that don't have a category specified. My use case...
I have a feeling that we might be silently ignoring an error if the test app is run with `--server random`.
Today, test host controllers and test hosts do handshake in the pipe protocol used for dotnet test. We should probably also make the orchestrator handshake as well, potentially with a...
## Summary One current issue for assertions is the level of clarity of error messages. There is probably no one solution that fits all scenarios. ## Background and Motivation We...
Today, when the IDE connects to MTP server, it sends its client name and client version, and MTP responds with its server name (test-anywhere) and server version. To me, those...
Setting `UseMSBuildTestInfrastructure` to true causes MTP.MSBuild package to mess things up when using VSTest, as it plugs MTP-specific logic.