Marco Rossignoli

Results 35 issues of Marco Rossignoli

Today with .net tool/msbuild you can specify a coverage threshold below which it fails the build. https://github.com/tonerdo/coverlet/blob/master/Documentation/MSBuildIntegration.md#threshold This is not supported on vstest collector integration cc: @vagisha-nidhi

feature-request
driver-collectors
stale

Current architecture is creating the push node for the out of process extension before the main on in the test host. This lead to some custom code inside VS to...

Area: Testing Platform
Area: Server Mode

Ref https://github.com/microsoft/testfx/issues/3478#issuecomment-2315852176

Type: Discussion
Needs: Triage :mag:
Area: Testing Platform
In-PR

Closes https://github.com/microsoft/testfx/issues/3716

Type: Discussion
Area: Testing Platform

We should announce to VS if pass or not the runsetting. If adapter is using the `VSTestBridge` it's handled automatically, otherwise is ignored. ~~This means rename also the `--settings` to...

Type: Feature
Area: Testing Platform VSTest Bridge

VS doesn't honor the `None` logging level when used with the Testing platform.

Type: Bug
Needs: Triage :mag:
Area: Testing Platform
External: Test Explorer

For compat reason we're returning from the API `Tasks` we could have some performance benefit (expecially for the `IMessageBus` `IDataConsumer`) if we move it to `ValueTask`.

Breaking :bangbang:
Area: Testing Platform

It could be useful give a way to the users to customize the UX for the `--help` command. We already allow to have * custom banner * custom output device...

Type: Feature
Area: Testing Platform

We should make all the built-in payloads that we can push inside the message bus immutable by default. Ref https://github.com/microsoft/testfx/issues/3242

Breaking :bangbang:
Area: Testing Platform

When https://github.com/microsoft/testfx/issues/3355 will be completed we should review the exposed extension and where we need the session id or the cancellation token we should simplify the api using the new...

Breaking :bangbang:
Area: Testing Platform