Skip to content

Commit

Permalink
Disable protocol from project (#44159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jan 8, 2025
1 parent 2a2e7aa commit 6a972ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/core/testing/unit-testing-platform-vs-vstest.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ VSTest also uses a JSON based communication protocol, but it's not JSON-RPC base

### Disabling the new protocol

To disable the use of the new protocol in Test Explorer, you can edit the csproj and remove the `TestingPlatformServer` capability.

```xml
<ItemGroup>
<ProjectCapability Remove="TestingPlatformServer" />
</ItemGroup>
```
To disable the use of the new protocol in Test Explorer, you can edit your project to add the following property: `<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>`.

## Executables

Expand Down

0 comments on commit 6a972ba

Please sign in to comment.