Cyrille NDOUMBE

Results 20 comments of Cyrille NDOUMBE

> Do you have the progress reporter or the dots reporter turned on? If you don't, turn it on to see progress while running. It might simply be running without...

@dupdob , @richardwerkman Sorry for the late answer, I've been quite busy [in my other life 😅] The way the ci/cd works on the project where I encountered the issue...

So I ran the pipeline again and this time it ran to completion. Stryker was called using the following CLI ```pwsh /home/runner/work/DataFilters/DataFilters//.nuke/temp/dotnet-unix/dotnet stryker --dashboard-api-key *** --reporter dashboard --reporter markdown --reporter...

@madskristensen Same issue here with VS 2017 Enterprise edition (update 15.6.6) and v.1.2.71 of the plugin installed. I can't edit the .gitignore file as VS hangs and consumes a lot...

Hi there ! Any update on this issue ? As it's still open, I guess we can't install powershell on Ubuntu 24.04 ?

You can install the [powershell dotnet tool](https://devblogs.microsoft.com/powershell/introducing-powershell-as-net-global-tool/). I'm a dotnet dev so I already had dotnet on my machine.

Hi @rouke-broersma > Hi @candoumbe > > I looked into this more closely and I noticed that you set your version to `--version 3706fd9aa1578e4675c44a91385ae673b9ec10ad`. The version param is the version...

@saranyanandagopal I have a question regarding this feature request (that I would love to come to life) : how are you able to determine which mutation tests you should run...

> There is no plan to support xUnit V3 through VSTest for the moment. To be honest, I am not sure it can be done as it requires writing a...

It seems like [the fix was merged on Buildalizer repo](https://github.com/Buildalyzer/Buildalyzer/pull/319). Do you have any update to share ?