Skip to content

Commit

Permalink
Showing 259 changed files with 838 additions and 838 deletions.
2 changes: 1 addition & 1 deletion docs/build-server.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ on_failure:
<sup><a href='/src/appveyor.yml#L35-L38' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).<!-- endInclude -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). <!-- endInclude -->
### GitHub Actions
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
@@ -31,4 +31,4 @@ To change this file edit the source file and then run MarkdownSnippets.
* [Converters](/docs/converter.md)
* [Explicit Targets](/docs/explicit-targets.md)
* [FSharp Usage](/docs/fsharp.md)
* [Compared to ApprovalTests](/docs/compared-to-approvaltests.md)<!-- endInclude -->
* [Compared to ApprovalTests](/docs/compared-to-approvaltests.md) <!-- endInclude -->
8 changes: 4 additions & 4 deletions docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.Expecto

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

@@ -171,5 +171,5 @@ on_failure:
<sup><a href='/src/appveyor.yml#L35-L38' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).<!-- endInclude -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). <!-- endInclude -->
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_Expecto_AzureDevOps.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.Expecto

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_Expecto_GitHubActions.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.Expecto

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_Expecto_None.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.Expecto

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

8 changes: 4 additions & 4 deletions docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.MSTest

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

@@ -172,5 +172,5 @@ on_failure:
<sup><a href='/src/appveyor.yml#L35-L38' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).<!-- endInclude -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). <!-- endInclude -->
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_MSTest_AzureDevOps.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.MSTest

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_MSTest_GitHubActions.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.MSTest

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_MSTest_None.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.MSTest

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

8 changes: 4 additions & 4 deletions docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.NUnit

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

@@ -171,5 +171,5 @@ on_failure:
<sup><a href='/src/appveyor.yml#L35-L38' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).<!-- endInclude -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). <!-- endInclude -->
6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.NUnit

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.NUnit

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

6 changes: 3 additions & 3 deletions docs/wiz/Linux_Other_Cli_NUnit_None.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package Verify.NUnit

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

8 changes: 4 additions & 4 deletions docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ dotnet add package xunit.runner.visualstudio

**All examples use [Implicit Usings](https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#implicitusings). Ensure the following is set to have examples compile correctly `<ImplicitUsings>enable</ImplicitUsings>`**<!-- include: implicit-usings. path: /docs/mdsource/implicit-usings.include.md -->

If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`.<!-- endInclude -->
If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. <!-- endInclude -->


## Source Control
@@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued
`*.received/`


All `*.verified.*` files should be committed to source control.<!-- endInclude -->
All `*.verified.*` files should be committed to source control. <!-- endInclude -->

### Text file settings

@@ -89,7 +89,7 @@ trim_trailing_whitespace = false
```


*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.*<!-- endInclude -->
*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* <!-- endInclude -->

## DiffPlex

@@ -171,5 +171,5 @@ on_failure:
<sup><a href='/src/appveyor.yml#L35-L38' title='Snippet source file'>snippet source</a> | <a href='#snippet-appveyorartifacts' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts).<!-- endInclude -->
See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). <!-- endInclude -->
Loading

0 comments on commit 563def5

Please sign in to comment.