Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 5, 2024
1 parent 20fe0aa commit cfae4fc
Show file tree
Hide file tree
Showing 325 changed files with 6,763 additions and 0 deletions.
Binary file added docs/mdsource/resharper-spawned.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions docs/mdsource/rider-resharper-orphaned-process.include.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Disable orphaned process detection

Resharper and Rider have a feature [Check for orphaned processes spawned by test runner](https://www.jetbrains.com/help/resharper/Reference__Options__Tools__Unit_Testing__Test_Runner.html).

> By default, ReSharper maintains a list of all processes that are launched by the executed tests. If some of theses processes do not exit after the test execution is over, ReSharper will suggest you to terminate the process. If your setup requires some processes started by the tests to continue running, you can clear this checkbox to avoid unnecessary notifications.
Since this project launches diff tools, it will trigger this feature and a dialog will show:

> All unit tests are finished, but child processes spawned by the test runner process are still running. Terminate child process?
<img src="resharper-spawned.png" alt="R# terminate process dialog" width="400">

As such this feature needs to be disabled:


### Disable for solution

Add the following to `[Solution].sln.DotSettings`.

```
<s:String x:Key="/Default/Housekeeping/UnitTestingMru/UnitTestRunner/SpawnedProcessesResponse/@EntryValue">DoNothing</s:String>
```


### Disable for machine


#### Resharper

ReSharper | Options | Tools | Unit Testing | Test Runner

<img src="resharper-ignore-spawned.png" alt="Disable R# orphaned processes detection" width="400">


#### Rider

File | Settings | Manage Layers | This computer | Edit Layer | Build, Execution, Deployment | Unit Testing | Test Runner

<img src="rider-ignore-spawned.png" alt="Disable R# orphaned processes detection" width="500">
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Expecto_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Expecto_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Fixie_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Fixie_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Fixie_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_MSTest_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_MSTest_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_NUnit_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_NUnit_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_NUnit_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Xunit_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Xunit_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Cli_Xunit_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Expecto_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Expecto_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Fixie_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Fixie_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Fixie_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_MSTest_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_MSTest_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_NUnit_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_NUnit_None.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Xunit_AppVeyor.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
2 changes: 2 additions & 0 deletions docs/mdsource/wiz/Linux_Rider_Gui_Xunit_AzureDevOps.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Provides a mechanism for contextually accepting or rejecting snapshot changes in

This is optional, but recommended.

include: rider-resharper-orphaned-process

## DiffPlex

The text comparison behavior of Verify is pluggable. The default behaviour, on failure, is to output both the received
Expand Down
Loading

0 comments on commit cfae4fc

Please sign in to comment.