Sarabjot Singh
Sarabjot Singh
@robdalsanto Could you please attach a sample trx with the change ?
We need some tests, acceptance and unit for this change.
@yoshiya8 This is my design. This is the code responsible for this behavior https://github.com/Microsoft/vstest/blob/f33bb21b47b027016959d8385e0f69a7e3ff8027/src/Microsoft.TestPlatform.TestHostProvider/Hosting/DotnetTestHostManager.cs#L234 Note that dotnet run and dotnet test are independent verbs. dotnet test invokes the test platform,...
@nohwnd FYI. We might want to reconsider this one.
We tried to resolve this issue via https://github.com/microsoft/vstest/pull/2140 Please refer to description for the usage.
@tillig We haven't received any feedback for such a scenario before. I am just trying to understand more about the scenario we trying to enable. For example, I would usually...
@tasadar2 @JamesNK sdk:2.2.301 has a fix, can you please check if you are still hitting the issue ?
@JamesNK What is the dotnet sdk version you are using ? Can you share the link to the CI ?
@tasadar2 Can you please try to use --logger:console;noprogress=true argument and check the issue reproduces for you ?
@vagisha-nidhi Can you please link the RFC for this fix and also release when it is available.