Youssef Victor
Youssef Victor
https://github.com/microsoft/testfx/blob/c325013cf82e671ac9fd491cafcaf66cb4461369/src/Platform/Microsoft.Testing.Platform.MSBuild/buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets#L279-L286 This probably what I was referring to in this issue.
Postponing to 5.x
@Evangelink Warning is tracked by #5761
Hi @Tapanila This is a reminder on this issue now that .NET 10 RC2 SDK is out.
The issue here is in VSTestBridge. The `RunSettingsEnvironmentVariableProvider` implementation doesn't consider `TESTINGPLATFORM_EXPERIMENTAL_VSTEST_RUNSETTINGS`.
> Sometimes I find it hard, sometimes I don't. thinking about it, it is maybe harder than it was with var before. It's not only about var, it's also about...
On .NET Framework, I don't know what will be the best thing to use given that `PlatformTarget` is unusable during evaluation it seems. Or, maybe we can delay our read...
Ping @dibarbet We need to have some clarity on how to exactly approach the above issues so we can implement it.
@jjonescz PlatformTarget is only relevant on .NET Framework, but Arcade uses it everywhere it seems. Even on .NET Framework, its value isn't correct during evaluation. It will be x86, but...
Moreover, there are the issues in places where we execute `exe` directly and we cannot do anything with `TestArchitectures`, which might be misleading if this property isn't supported under every...