Youssef Victor

Results 390 issues of 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...

Area: MTP
Area: Server Mode - JSON RPC
Area: Server Mode - Pipe
Test Gap

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,...

Breaking :bangbang:
Area: MSTest
Area: DeploymentItem

The attribute isn't available for UWP/WinUI builds. So it shouldn't be made available through netstandard2.0.

Breaking :bangbang:
Area: MSTest

### 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...

Area: MTP
Needs: Design

I have a feeling that we might be silently ignoring an error if the test app is run with `--server random`.

Area: MTP

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...

Area: MTP
External: dotnet test
Area: Server Mode - Pipe

## 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...

Area: Assertion
Area: MSTest

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...

Area: MTP
Area: Server Mode - JSON RPC

Setting `UseMSBuildTestInfrastructure` to true causes MTP.MSBuild package to mess things up when using VSTest, as it plugs MTP-specific logic.

Area: MTP
Area: MTP MSBuild