Lyra2108

Results 10 comments of Lyra2108

@ikalnytskyi I am also looking forward for that extension. Is there any way to support you with that?

It is with the console runner. We execute on the Jenkins the following stage: ``` stage('Run the tests') { steps { powershell 'ci/nuget.exe install xunit.runner.console -Version 2.4.0 -OutputDirectory ci' powershell...

Would it be possible to have a command line parameter which kills it on the first Ctrl + C? Than we could call it with e.g. ```ci/xunit.runner.console.2.4.0/tools/net452/xunit.console -xml ./result.xml --fast-exit```

> > The world wide convension is that ctrl c terminates a running process. > > I disagree with this assertion, but to be clear, we do let an _**interactive...

There where no parallel tests in that test suite. So if more then one test case would have been started, I would consider that another bug. I moved to an...

This is the reference to the project which I want to test it was just an example here. So that is needed (and existing on my side) The csproj you...

❯❯ dotnet --version 7.0.302

That does not change anything still it builds with 17.6.0 and does not with 17.6.1 I cleaned after each version change CSC : error CS5001: Programa não contém um método...

I also would be interested in this. My use case is a mixture of the ParalizableAttribute and the Retry Attribute. I would like to run our integration tests in parallel....

I have the same issue with arch linux