diff --git a/docs/build-server.md b/docs/build-server.md index 4eedcd033a..a1af92966f 100644 --- a/docs/build-server.md +++ b/docs/build-server.md @@ -24,7 +24,7 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). ### GitHub Actions diff --git a/docs/readme.md b/docs/readme.md index acbd0c35bd..e137b7bdad 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -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) + * [Compared to ApprovalTests](/docs/compared-to-approvaltests.md) diff --git a/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md index 1439f415b9..e57f94be4e 100644 --- a/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -171,5 +171,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_Expecto_AzureDevOps.md b/docs/wiz/Linux_Other_Cli_Expecto_AzureDevOps.md index 618b6f990a..7bf04c78b3 100644 --- a/docs/wiz/Linux_Other_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_Expecto_GitHubActions.md b/docs/wiz/Linux_Other_Cli_Expecto_GitHubActions.md index 827a02b82c..cd2b973ef7 100644 --- a/docs/wiz/Linux_Other_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/Linux_Other_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_Expecto_None.md b/docs/wiz/Linux_Other_Cli_Expecto_None.md index 2f3fc7dd64..db155a4010 100644 --- a/docs/wiz/Linux_Other_Cli_Expecto_None.md +++ b/docs/wiz/Linux_Other_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md index 985eda1dfe..08e6c5949e 100644 --- a/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -172,5 +172,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_MSTest_AzureDevOps.md b/docs/wiz/Linux_Other_Cli_MSTest_AzureDevOps.md index dd6c49a655..d6d542bceb 100644 --- a/docs/wiz/Linux_Other_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_MSTest_GitHubActions.md b/docs/wiz/Linux_Other_Cli_MSTest_GitHubActions.md index ed28aa0647..ce34169d45 100644 --- a/docs/wiz/Linux_Other_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/Linux_Other_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_MSTest_None.md b/docs/wiz/Linux_Other_Cli_MSTest_None.md index fb4851cfe8..26f7eb19d4 100644 --- a/docs/wiz/Linux_Other_Cli_MSTest_None.md +++ b/docs/wiz/Linux_Other_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md index 68e6c01fdc..23127b1e4a 100644 --- a/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -171,5 +171,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_NUnit_AzureDevOps.md b/docs/wiz/Linux_Other_Cli_NUnit_AzureDevOps.md index 676ec5bb38..41b9d3ba05 100644 --- a/docs/wiz/Linux_Other_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_NUnit_GitHubActions.md b/docs/wiz/Linux_Other_Cli_NUnit_GitHubActions.md index 6d9bdb10f6..d904459a2e 100644 --- a/docs/wiz/Linux_Other_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/Linux_Other_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_NUnit_None.md b/docs/wiz/Linux_Other_Cli_NUnit_None.md index c9819a4518..7509823a04 100644 --- a/docs/wiz/Linux_Other_Cli_NUnit_None.md +++ b/docs/wiz/Linux_Other_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md index be5d0933b2..f4ca559e6c 100644 --- a/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -171,5 +171,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Cli_xUnit_AzureDevOps.md b/docs/wiz/Linux_Other_Cli_xUnit_AzureDevOps.md index 150360b2d4..8aa586328b 100644 --- a/docs/wiz/Linux_Other_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_xUnit_GitHubActions.md b/docs/wiz/Linux_Other_Cli_xUnit_GitHubActions.md index a6773fc0da..18f1bc962e 100644 --- a/docs/wiz/Linux_Other_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/Linux_Other_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Cli_xUnit_None.md b/docs/wiz/Linux_Other_Cli_xUnit_None.md index 1b20a6e3bf..31d0384f8b 100644 --- a/docs/wiz/Linux_Other_Cli_xUnit_None.md +++ b/docs/wiz/Linux_Other_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md index 2d82ff3dbd..5d0efc8525 100644 --- a/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -165,5 +165,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md index 3ff871b959..357c554602 100644 --- a/docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md b/docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md index 90bd5fa3ca..c24853c088 100644 --- a/docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_Expecto_None.md b/docs/wiz/Linux_Other_Gui_Expecto_None.md index 16ad0aaa6f..e76d398a74 100644 --- a/docs/wiz/Linux_Other_Gui_Expecto_None.md +++ b/docs/wiz/Linux_Other_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md index c797c6d167..238581d0c0 100644 --- a/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -166,5 +166,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md index a31ee51c43..9b4f586f04 100644 --- a/docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md b/docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md index d9a7b04466..24b20660ee 100644 --- a/docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_MSTest_None.md b/docs/wiz/Linux_Other_Gui_MSTest_None.md index 1452e6b4a7..9e9d98b010 100644 --- a/docs/wiz/Linux_Other_Gui_MSTest_None.md +++ b/docs/wiz/Linux_Other_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md index 512dcf0bde..d6bda846fa 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -165,5 +165,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md index ce7c6318a5..5f87ef2dc3 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md b/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md index 14aa147ce7..a89610fc87 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_NUnit_None.md b/docs/wiz/Linux_Other_Gui_NUnit_None.md index 2d3100481f..49cd714405 100644 --- a/docs/wiz/Linux_Other_Gui_NUnit_None.md +++ b/docs/wiz/Linux_Other_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md index e19c0806b7..56f0326526 100644 --- a/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Other_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -165,5 +165,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Other_Gui_xUnit_AzureDevOps.md b/docs/wiz/Linux_Other_Gui_xUnit_AzureDevOps.md index 46b0acf519..4986a9ebb9 100644 --- a/docs/wiz/Linux_Other_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Other_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_xUnit_GitHubActions.md b/docs/wiz/Linux_Other_Gui_xUnit_GitHubActions.md index 02636ca3ca..e4f5ddbd76 100644 --- a/docs/wiz/Linux_Other_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/Linux_Other_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Other_Gui_xUnit_None.md b/docs/wiz/Linux_Other_Gui_xUnit_None.md index 2a5d30394a..aa02568d0d 100644 --- a/docs/wiz/Linux_Other_Gui_xUnit_None.md +++ b/docs/wiz/Linux_Other_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md index 5ce18addfc..ca4fa7d692 100644 --- a/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -180,5 +180,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_Expecto_AzureDevOps.md b/docs/wiz/Linux_Rider_Cli_Expecto_AzureDevOps.md index 2411f7a0f1..09180e4dcd 100644 --- a/docs/wiz/Linux_Rider_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_Expecto_GitHubActions.md b/docs/wiz/Linux_Rider_Cli_Expecto_GitHubActions.md index bbd5432a8d..1171c1cd90 100644 --- a/docs/wiz/Linux_Rider_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_Expecto_None.md b/docs/wiz/Linux_Rider_Cli_Expecto_None.md index 1014c50361..de96be154f 100644 --- a/docs/wiz/Linux_Rider_Cli_Expecto_None.md +++ b/docs/wiz/Linux_Rider_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md index a04d4a748b..fcfca5e2f3 100644 --- a/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -181,5 +181,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_MSTest_AzureDevOps.md b/docs/wiz/Linux_Rider_Cli_MSTest_AzureDevOps.md index 6a05f21556..a0553d1058 100644 --- a/docs/wiz/Linux_Rider_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_MSTest_GitHubActions.md b/docs/wiz/Linux_Rider_Cli_MSTest_GitHubActions.md index 199d348016..6874db4514 100644 --- a/docs/wiz/Linux_Rider_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_MSTest_None.md b/docs/wiz/Linux_Rider_Cli_MSTest_None.md index 7bffbcff00..ffeba89b2d 100644 --- a/docs/wiz/Linux_Rider_Cli_MSTest_None.md +++ b/docs/wiz/Linux_Rider_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md index 4a2737a787..b696e8f263 100644 --- a/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -180,5 +180,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_NUnit_AzureDevOps.md b/docs/wiz/Linux_Rider_Cli_NUnit_AzureDevOps.md index 5143530a62..e1288449e9 100644 --- a/docs/wiz/Linux_Rider_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_NUnit_GitHubActions.md b/docs/wiz/Linux_Rider_Cli_NUnit_GitHubActions.md index d99e027ede..1e42461eb5 100644 --- a/docs/wiz/Linux_Rider_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_NUnit_None.md b/docs/wiz/Linux_Rider_Cli_NUnit_None.md index 50c11d0eca..2e67c5439e 100644 --- a/docs/wiz/Linux_Rider_Cli_NUnit_None.md +++ b/docs/wiz/Linux_Rider_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md index ea3cea649d..84c127426e 100644 --- a/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -180,5 +180,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Cli_xUnit_AzureDevOps.md b/docs/wiz/Linux_Rider_Cli_xUnit_AzureDevOps.md index 53f9548d7a..60c243bfc2 100644 --- a/docs/wiz/Linux_Rider_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_xUnit_GitHubActions.md b/docs/wiz/Linux_Rider_Cli_xUnit_GitHubActions.md index 8b828d79df..c6fe9e0e2f 100644 --- a/docs/wiz/Linux_Rider_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Cli_xUnit_None.md b/docs/wiz/Linux_Rider_Cli_xUnit_None.md index 7e0f7d8c98..d13febdb5c 100644 --- a/docs/wiz/Linux_Rider_Cli_xUnit_None.md +++ b/docs/wiz/Linux_Rider_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md index 8b3441d1ae..b29a112bf3 100644 --- a/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -174,5 +174,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_Expecto_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_Expecto_AzureDevOps.md index fe0074cfae..a62e20ec9e 100644 --- a/docs/wiz/Linux_Rider_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_Expecto_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_Expecto_GitHubActions.md index e0a50623d0..c2ead51121 100644 --- a/docs/wiz/Linux_Rider_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_Expecto_None.md b/docs/wiz/Linux_Rider_Gui_Expecto_None.md index f76a0df211..5b3ab81917 100644 --- a/docs/wiz/Linux_Rider_Gui_Expecto_None.md +++ b/docs/wiz/Linux_Rider_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md index ac6e6c1c2e..3c4ecd0e15 100644 --- a/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -175,5 +175,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_MSTest_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_MSTest_AzureDevOps.md index 45b676da6b..c76de676a7 100644 --- a/docs/wiz/Linux_Rider_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_MSTest_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_MSTest_GitHubActions.md index b26e8367f3..41cdca2fd7 100644 --- a/docs/wiz/Linux_Rider_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_MSTest_None.md b/docs/wiz/Linux_Rider_Gui_MSTest_None.md index 1e79bdb786..64e666db8e 100644 --- a/docs/wiz/Linux_Rider_Gui_MSTest_None.md +++ b/docs/wiz/Linux_Rider_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md index a1ecd9dd9f..80d0de0b26 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -174,5 +174,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md index d2836567a8..bc7a164617 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md index 5e797621a6..b652cbe8ce 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_NUnit_None.md b/docs/wiz/Linux_Rider_Gui_NUnit_None.md index 3a4a8706b9..bdfd959c93 100644 --- a/docs/wiz/Linux_Rider_Gui_NUnit_None.md +++ b/docs/wiz/Linux_Rider_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md index b155ae62b7..4cab5f4d16 100644 --- a/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Linux_Rider_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -174,5 +174,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Linux_Rider_Gui_xUnit_AzureDevOps.md b/docs/wiz/Linux_Rider_Gui_xUnit_AzureDevOps.md index 89c8909f3c..bbd73675ac 100644 --- a/docs/wiz/Linux_Rider_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/Linux_Rider_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_xUnit_GitHubActions.md b/docs/wiz/Linux_Rider_Gui_xUnit_GitHubActions.md index c94857bc52..54e303cdc3 100644 --- a/docs/wiz/Linux_Rider_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/Linux_Rider_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Linux_Rider_Gui_xUnit_None.md b/docs/wiz/Linux_Rider_Gui_xUnit_None.md index ef1a4f4d00..0d44ef2b5f 100644 --- a/docs/wiz/Linux_Rider_Gui_xUnit_None.md +++ b/docs/wiz/Linux_Rider_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md index 94616618bd..b98c99563c 100644 --- a/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -177,5 +177,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_Expecto_AzureDevOps.md b/docs/wiz/MacOS_Other_Cli_Expecto_AzureDevOps.md index badb3d519d..5ab337d6f0 100644 --- a/docs/wiz/MacOS_Other_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_Expecto_GitHubActions.md b/docs/wiz/MacOS_Other_Cli_Expecto_GitHubActions.md index 17e68bd85f..26666aff5a 100644 --- a/docs/wiz/MacOS_Other_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_Expecto_None.md b/docs/wiz/MacOS_Other_Cli_Expecto_None.md index ed06803dfa..8f5c7a55c7 100644 --- a/docs/wiz/MacOS_Other_Cli_Expecto_None.md +++ b/docs/wiz/MacOS_Other_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md index 73ae98a06d..baca61b44e 100644 --- a/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -178,5 +178,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_MSTest_AzureDevOps.md b/docs/wiz/MacOS_Other_Cli_MSTest_AzureDevOps.md index 9f86ad34af..ab3528a45b 100644 --- a/docs/wiz/MacOS_Other_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_MSTest_GitHubActions.md b/docs/wiz/MacOS_Other_Cli_MSTest_GitHubActions.md index dc13d66098..08127cb21e 100644 --- a/docs/wiz/MacOS_Other_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_MSTest_None.md b/docs/wiz/MacOS_Other_Cli_MSTest_None.md index ab66a6d683..23774cb670 100644 --- a/docs/wiz/MacOS_Other_Cli_MSTest_None.md +++ b/docs/wiz/MacOS_Other_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md index d88b87be44..33fce20ab2 100644 --- a/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -177,5 +177,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_NUnit_AzureDevOps.md b/docs/wiz/MacOS_Other_Cli_NUnit_AzureDevOps.md index 51f5290be3..d4f6b9aa2c 100644 --- a/docs/wiz/MacOS_Other_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_NUnit_GitHubActions.md b/docs/wiz/MacOS_Other_Cli_NUnit_GitHubActions.md index 032d2676a5..9e398d981c 100644 --- a/docs/wiz/MacOS_Other_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_NUnit_None.md b/docs/wiz/MacOS_Other_Cli_NUnit_None.md index 5c11797e50..62ee536717 100644 --- a/docs/wiz/MacOS_Other_Cli_NUnit_None.md +++ b/docs/wiz/MacOS_Other_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md index 643d5d1824..c2475bee3b 100644 --- a/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -177,5 +177,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Cli_xUnit_AzureDevOps.md b/docs/wiz/MacOS_Other_Cli_xUnit_AzureDevOps.md index fd210d5212..b3a0b1fa66 100644 --- a/docs/wiz/MacOS_Other_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_xUnit_GitHubActions.md b/docs/wiz/MacOS_Other_Cli_xUnit_GitHubActions.md index 46316cb0c9..723500ceed 100644 --- a/docs/wiz/MacOS_Other_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Cli_xUnit_None.md b/docs/wiz/MacOS_Other_Cli_xUnit_None.md index 686e6d90fe..23f0a664be 100644 --- a/docs/wiz/MacOS_Other_Cli_xUnit_None.md +++ b/docs/wiz/MacOS_Other_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md index 3add4a04d6..484c6d089b 100644 --- a/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -171,5 +171,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_Expecto_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_Expecto_AzureDevOps.md index 39efb19dbb..7dabbc6742 100644 --- a/docs/wiz/MacOS_Other_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_Expecto_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_Expecto_GitHubActions.md index 7ef047dcb4..60a8ff2d70 100644 --- a/docs/wiz/MacOS_Other_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_Expecto_None.md b/docs/wiz/MacOS_Other_Gui_Expecto_None.md index 90e9db61a1..b2f4d2a019 100644 --- a/docs/wiz/MacOS_Other_Gui_Expecto_None.md +++ b/docs/wiz/MacOS_Other_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md index cfc7583887..bfd3038527 100644 --- a/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -172,5 +172,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_MSTest_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_MSTest_AzureDevOps.md index ac6afd64b8..5cc1eef188 100644 --- a/docs/wiz/MacOS_Other_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_MSTest_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_MSTest_GitHubActions.md index be963210ed..245de0b062 100644 --- a/docs/wiz/MacOS_Other_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_MSTest_None.md b/docs/wiz/MacOS_Other_Gui_MSTest_None.md index e3742d861f..e122bbbf22 100644 --- a/docs/wiz/MacOS_Other_Gui_MSTest_None.md +++ b/docs/wiz/MacOS_Other_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md index fdbe33f737..3ed6377178 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -171,5 +171,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md index 9e61534f6a..9e320bb707 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md index 2f9d3986ea..9a3de3de5d 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_NUnit_None.md b/docs/wiz/MacOS_Other_Gui_NUnit_None.md index a67ad601d9..6b2d913d94 100644 --- a/docs/wiz/MacOS_Other_Gui_NUnit_None.md +++ b/docs/wiz/MacOS_Other_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md index 02baf55f69..1a6a51c7a0 100644 --- a/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Other_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex @@ -171,5 +171,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Other_Gui_xUnit_AzureDevOps.md b/docs/wiz/MacOS_Other_Gui_xUnit_AzureDevOps.md index 2d88dd2f12..0f0b1c997c 100644 --- a/docs/wiz/MacOS_Other_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Other_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_xUnit_GitHubActions.md b/docs/wiz/MacOS_Other_Gui_xUnit_GitHubActions.md index 45db96f5b1..981a6fa1af 100644 --- a/docs/wiz/MacOS_Other_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Other_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Other_Gui_xUnit_None.md b/docs/wiz/MacOS_Other_Gui_xUnit_None.md index 34747a3400..999a888226 100644 --- a/docs/wiz/MacOS_Other_Gui_xUnit_None.md +++ b/docs/wiz/MacOS_Other_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffPlex diff --git a/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md index 62c9feaf8e..67be1ab0c0 100644 --- a/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -186,5 +186,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_Expecto_AzureDevOps.md b/docs/wiz/MacOS_Rider_Cli_Expecto_AzureDevOps.md index cffe62208e..76386b67c0 100644 --- a/docs/wiz/MacOS_Rider_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_Expecto_GitHubActions.md b/docs/wiz/MacOS_Rider_Cli_Expecto_GitHubActions.md index aff47743ff..efea18b6f3 100644 --- a/docs/wiz/MacOS_Rider_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_Expecto_None.md b/docs/wiz/MacOS_Rider_Cli_Expecto_None.md index 332e541241..a3903583b8 100644 --- a/docs/wiz/MacOS_Rider_Cli_Expecto_None.md +++ b/docs/wiz/MacOS_Rider_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md index 3950feea94..bc68fc68b1 100644 --- a/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -187,5 +187,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_MSTest_AzureDevOps.md b/docs/wiz/MacOS_Rider_Cli_MSTest_AzureDevOps.md index dcae51a9e0..4ed30073bc 100644 --- a/docs/wiz/MacOS_Rider_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_MSTest_GitHubActions.md b/docs/wiz/MacOS_Rider_Cli_MSTest_GitHubActions.md index 0159699d2d..5a05f508eb 100644 --- a/docs/wiz/MacOS_Rider_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_MSTest_None.md b/docs/wiz/MacOS_Rider_Cli_MSTest_None.md index cc4a6e208f..72137c731e 100644 --- a/docs/wiz/MacOS_Rider_Cli_MSTest_None.md +++ b/docs/wiz/MacOS_Rider_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md index acbffd2af1..8a9dbf98b6 100644 --- a/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -186,5 +186,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_NUnit_AzureDevOps.md b/docs/wiz/MacOS_Rider_Cli_NUnit_AzureDevOps.md index 0b44236c31..52f790e69d 100644 --- a/docs/wiz/MacOS_Rider_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_NUnit_GitHubActions.md b/docs/wiz/MacOS_Rider_Cli_NUnit_GitHubActions.md index 03b082fe89..41daa1c50c 100644 --- a/docs/wiz/MacOS_Rider_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_NUnit_None.md b/docs/wiz/MacOS_Rider_Cli_NUnit_None.md index cef5198d8a..4b47a61309 100644 --- a/docs/wiz/MacOS_Rider_Cli_NUnit_None.md +++ b/docs/wiz/MacOS_Rider_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md index f7c750f21f..0a78072e1e 100644 --- a/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -186,5 +186,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Cli_xUnit_AzureDevOps.md b/docs/wiz/MacOS_Rider_Cli_xUnit_AzureDevOps.md index 140f10fc96..09daf2b66c 100644 --- a/docs/wiz/MacOS_Rider_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_xUnit_GitHubActions.md b/docs/wiz/MacOS_Rider_Cli_xUnit_GitHubActions.md index c617cb2e40..f26da11ef3 100644 --- a/docs/wiz/MacOS_Rider_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Cli_xUnit_None.md b/docs/wiz/MacOS_Rider_Cli_xUnit_None.md index e29efb56e7..56aef2e232 100644 --- a/docs/wiz/MacOS_Rider_Cli_xUnit_None.md +++ b/docs/wiz/MacOS_Rider_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md index ddbae5bbaf..c64e46b0df 100644 --- a/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -180,5 +180,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_Expecto_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_Expecto_AzureDevOps.md index 1a52c2faa5..2041a321d3 100644 --- a/docs/wiz/MacOS_Rider_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_Expecto_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_Expecto_GitHubActions.md index 7e8d86158d..3a4d5c6b82 100644 --- a/docs/wiz/MacOS_Rider_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_Expecto_None.md b/docs/wiz/MacOS_Rider_Gui_Expecto_None.md index 9ed0511352..7bfd9de5d7 100644 --- a/docs/wiz/MacOS_Rider_Gui_Expecto_None.md +++ b/docs/wiz/MacOS_Rider_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md index d880d5ffb7..aa9fa56c44 100644 --- a/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -181,5 +181,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_MSTest_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_MSTest_AzureDevOps.md index 548e35e18f..cea602dd95 100644 --- a/docs/wiz/MacOS_Rider_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_MSTest_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_MSTest_GitHubActions.md index 8689a6f1d2..0b1dc2a784 100644 --- a/docs/wiz/MacOS_Rider_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_MSTest_None.md b/docs/wiz/MacOS_Rider_Gui_MSTest_None.md index 7c4458ed6f..35c3ecca89 100644 --- a/docs/wiz/MacOS_Rider_Gui_MSTest_None.md +++ b/docs/wiz/MacOS_Rider_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md index 4ec4a550a5..1e58b4f9ed 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -180,5 +180,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md index d61171eab8..bfff3b85ca 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md index e318a775e9..2e485d9a12 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_NUnit_None.md b/docs/wiz/MacOS_Rider_Gui_NUnit_None.md index ec66824366..6206f393da 100644 --- a/docs/wiz/MacOS_Rider_Gui_NUnit_None.md +++ b/docs/wiz/MacOS_Rider_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md index 142a598a87..eaa353616c 100644 --- a/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/MacOS_Rider_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin @@ -180,5 +180,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/MacOS_Rider_Gui_xUnit_AzureDevOps.md b/docs/wiz/MacOS_Rider_Gui_xUnit_AzureDevOps.md index 1e0a6c5581..55e836dd63 100644 --- a/docs/wiz/MacOS_Rider_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/MacOS_Rider_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_xUnit_GitHubActions.md b/docs/wiz/MacOS_Rider_Gui_xUnit_GitHubActions.md index 8ba131dccd..75961707b9 100644 --- a/docs/wiz/MacOS_Rider_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/MacOS_Rider_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/MacOS_Rider_Gui_xUnit_None.md b/docs/wiz/MacOS_Rider_Gui_xUnit_None.md index 532641015b..c7c490374b 100644 --- a/docs/wiz/MacOS_Rider_Gui_xUnit_None.md +++ b/docs/wiz/MacOS_Rider_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Rider Plugin diff --git a/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md index 41d9483820..f5d3e17d1b 100644 --- a/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -195,5 +195,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_Expecto_AzureDevOps.md b/docs/wiz/Windows_Other_Cli_Expecto_AzureDevOps.md index 08276c90ff..b7cf9833d0 100644 --- a/docs/wiz/Windows_Other_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_Expecto_GitHubActions.md b/docs/wiz/Windows_Other_Cli_Expecto_GitHubActions.md index 0db9758961..9d7dbcdda6 100644 --- a/docs/wiz/Windows_Other_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_Other_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_Expecto_None.md b/docs/wiz/Windows_Other_Cli_Expecto_None.md index 4de8e98036..6d053cf7a8 100644 --- a/docs/wiz/Windows_Other_Cli_Expecto_None.md +++ b/docs/wiz/Windows_Other_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md index 7a1b427f84..ffe0d6c33d 100644 --- a/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -196,5 +196,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_MSTest_AzureDevOps.md b/docs/wiz/Windows_Other_Cli_MSTest_AzureDevOps.md index a58dc8b6c2..145696f39d 100644 --- a/docs/wiz/Windows_Other_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_MSTest_GitHubActions.md b/docs/wiz/Windows_Other_Cli_MSTest_GitHubActions.md index 2d046deca6..92462a6473 100644 --- a/docs/wiz/Windows_Other_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_Other_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_MSTest_None.md b/docs/wiz/Windows_Other_Cli_MSTest_None.md index 6f111a356f..81290ba088 100644 --- a/docs/wiz/Windows_Other_Cli_MSTest_None.md +++ b/docs/wiz/Windows_Other_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md index f6bc9168ce..608e040a2d 100644 --- a/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -195,5 +195,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_NUnit_AzureDevOps.md b/docs/wiz/Windows_Other_Cli_NUnit_AzureDevOps.md index d1d2c1647f..e50aa48d28 100644 --- a/docs/wiz/Windows_Other_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_NUnit_GitHubActions.md b/docs/wiz/Windows_Other_Cli_NUnit_GitHubActions.md index a0eb36d1f5..a03022b9cf 100644 --- a/docs/wiz/Windows_Other_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_Other_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_NUnit_None.md b/docs/wiz/Windows_Other_Cli_NUnit_None.md index 2822b59fcc..bfe4d74705 100644 --- a/docs/wiz/Windows_Other_Cli_NUnit_None.md +++ b/docs/wiz/Windows_Other_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md index bc6071e783..0ae42372b8 100644 --- a/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -195,5 +195,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Cli_xUnit_AzureDevOps.md b/docs/wiz/Windows_Other_Cli_xUnit_AzureDevOps.md index 9c102f4962..d4ed9e79aa 100644 --- a/docs/wiz/Windows_Other_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_xUnit_GitHubActions.md b/docs/wiz/Windows_Other_Cli_xUnit_GitHubActions.md index 104eb7a2cd..88beb02a2f 100644 --- a/docs/wiz/Windows_Other_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_Other_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Cli_xUnit_None.md b/docs/wiz/Windows_Other_Cli_xUnit_None.md index 5e0b0d20b5..3f56926a5d 100644 --- a/docs/wiz/Windows_Other_Cli_xUnit_None.md +++ b/docs/wiz/Windows_Other_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md index 95f2897471..27c9316cca 100644 --- a/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -189,5 +189,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_Expecto_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_Expecto_AzureDevOps.md index df91a25abb..fedb65cd83 100644 --- a/docs/wiz/Windows_Other_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_Expecto_GitHubActions.md b/docs/wiz/Windows_Other_Gui_Expecto_GitHubActions.md index 4c6a4ab130..027967a140 100644 --- a/docs/wiz/Windows_Other_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_Expecto_None.md b/docs/wiz/Windows_Other_Gui_Expecto_None.md index 328423384e..f3d63cce74 100644 --- a/docs/wiz/Windows_Other_Gui_Expecto_None.md +++ b/docs/wiz/Windows_Other_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md index 7a40916ecf..606b422b8e 100644 --- a/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -190,5 +190,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_MSTest_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_MSTest_AzureDevOps.md index dbe28bcf4f..b1cb269f68 100644 --- a/docs/wiz/Windows_Other_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_MSTest_GitHubActions.md b/docs/wiz/Windows_Other_Gui_MSTest_GitHubActions.md index c5f52997f0..0cc6de6abe 100644 --- a/docs/wiz/Windows_Other_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_MSTest_None.md b/docs/wiz/Windows_Other_Gui_MSTest_None.md index 5c31c36c0b..951e10b7f1 100644 --- a/docs/wiz/Windows_Other_Gui_MSTest_None.md +++ b/docs/wiz/Windows_Other_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md index 3ae4a0a565..dd90b23307 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -189,5 +189,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md index e641bdf61e..b9f0b22c30 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md index c072fcd08d..938945f171 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_NUnit_None.md b/docs/wiz/Windows_Other_Gui_NUnit_None.md index ba186b95ba..ed4a69f773 100644 --- a/docs/wiz/Windows_Other_Gui_NUnit_None.md +++ b/docs/wiz/Windows_Other_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md index 76c153fccf..903cc9c893 100644 --- a/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Other_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -189,5 +189,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Other_Gui_xUnit_AzureDevOps.md b/docs/wiz/Windows_Other_Gui_xUnit_AzureDevOps.md index 6791361627..34a5938486 100644 --- a/docs/wiz/Windows_Other_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Other_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_xUnit_GitHubActions.md b/docs/wiz/Windows_Other_Gui_xUnit_GitHubActions.md index ddcf261568..290f67e941 100644 --- a/docs/wiz/Windows_Other_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_Other_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Other_Gui_xUnit_None.md b/docs/wiz/Windows_Other_Gui_xUnit_None.md index f82ff42203..109ce6bf48 100644 --- a/docs/wiz/Windows_Other_Gui_xUnit_None.md +++ b/docs/wiz/Windows_Other_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md index 3d641c9904..04d2d9a47a 100644 --- a/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -204,5 +204,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_Expecto_AzureDevOps.md b/docs/wiz/Windows_Rider_Cli_Expecto_AzureDevOps.md index b771e41c2b..5d2b6e5ff3 100644 --- a/docs/wiz/Windows_Rider_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_Expecto_GitHubActions.md b/docs/wiz/Windows_Rider_Cli_Expecto_GitHubActions.md index 9c0e3e8f0f..bbb6a5563b 100644 --- a/docs/wiz/Windows_Rider_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_Expecto_None.md b/docs/wiz/Windows_Rider_Cli_Expecto_None.md index 57b3e9af81..7e27062c81 100644 --- a/docs/wiz/Windows_Rider_Cli_Expecto_None.md +++ b/docs/wiz/Windows_Rider_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md index 8af7ac7f69..517d1b4605 100644 --- a/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -205,5 +205,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_MSTest_AzureDevOps.md b/docs/wiz/Windows_Rider_Cli_MSTest_AzureDevOps.md index b2a46f7ec2..fd9721dfd8 100644 --- a/docs/wiz/Windows_Rider_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_MSTest_GitHubActions.md b/docs/wiz/Windows_Rider_Cli_MSTest_GitHubActions.md index 6632af3655..16636264c1 100644 --- a/docs/wiz/Windows_Rider_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_MSTest_None.md b/docs/wiz/Windows_Rider_Cli_MSTest_None.md index 357dc51f8d..bfeec54623 100644 --- a/docs/wiz/Windows_Rider_Cli_MSTest_None.md +++ b/docs/wiz/Windows_Rider_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md index 04d684f4bc..4c7f4d3ea8 100644 --- a/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -204,5 +204,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_NUnit_AzureDevOps.md b/docs/wiz/Windows_Rider_Cli_NUnit_AzureDevOps.md index e4a31636cd..5314cb29e8 100644 --- a/docs/wiz/Windows_Rider_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_NUnit_GitHubActions.md b/docs/wiz/Windows_Rider_Cli_NUnit_GitHubActions.md index 34007ee593..b8de2c133b 100644 --- a/docs/wiz/Windows_Rider_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_NUnit_None.md b/docs/wiz/Windows_Rider_Cli_NUnit_None.md index 83c937cb16..b54f3c87c0 100644 --- a/docs/wiz/Windows_Rider_Cli_NUnit_None.md +++ b/docs/wiz/Windows_Rider_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md index 09c4c776c2..513d938946 100644 --- a/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -204,5 +204,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Cli_xUnit_AzureDevOps.md b/docs/wiz/Windows_Rider_Cli_xUnit_AzureDevOps.md index b5fe96a911..2b76d42617 100644 --- a/docs/wiz/Windows_Rider_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_xUnit_GitHubActions.md b/docs/wiz/Windows_Rider_Cli_xUnit_GitHubActions.md index 73c757f3b7..43d98901c0 100644 --- a/docs/wiz/Windows_Rider_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Cli_xUnit_None.md b/docs/wiz/Windows_Rider_Cli_xUnit_None.md index 667b2536eb..2a394cd668 100644 --- a/docs/wiz/Windows_Rider_Cli_xUnit_None.md +++ b/docs/wiz/Windows_Rider_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md index 2416e1816e..9db8eecfbb 100644 --- a/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -198,5 +198,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_Expecto_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_Expecto_AzureDevOps.md index 8178fba591..796c1caf6a 100644 --- a/docs/wiz/Windows_Rider_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_Expecto_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_Expecto_GitHubActions.md index 8025e3258c..4ae50dbf87 100644 --- a/docs/wiz/Windows_Rider_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_Expecto_None.md b/docs/wiz/Windows_Rider_Gui_Expecto_None.md index 8653077d00..9b7e0081b1 100644 --- a/docs/wiz/Windows_Rider_Gui_Expecto_None.md +++ b/docs/wiz/Windows_Rider_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md index 718833364e..47c8b81209 100644 --- a/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -199,5 +199,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_MSTest_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_MSTest_AzureDevOps.md index 07aefa28cc..0da157bfdb 100644 --- a/docs/wiz/Windows_Rider_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_MSTest_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_MSTest_GitHubActions.md index 75e2a2d675..0026a202f0 100644 --- a/docs/wiz/Windows_Rider_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_MSTest_None.md b/docs/wiz/Windows_Rider_Gui_MSTest_None.md index 1b6c092f11..02c1a43b3a 100644 --- a/docs/wiz/Windows_Rider_Gui_MSTest_None.md +++ b/docs/wiz/Windows_Rider_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md index 96cdee87c3..38d245c944 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -198,5 +198,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md index 80e4d80ad9..9a651695d8 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md index 5193205077..cbd652c214 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_NUnit_None.md b/docs/wiz/Windows_Rider_Gui_NUnit_None.md index d5fcde6c35..cfd7860f9e 100644 --- a/docs/wiz/Windows_Rider_Gui_NUnit_None.md +++ b/docs/wiz/Windows_Rider_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md index 7e5bace1f2..127bb09225 100644 --- a/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_Rider_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -198,5 +198,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_Rider_Gui_xUnit_AzureDevOps.md b/docs/wiz/Windows_Rider_Gui_xUnit_AzureDevOps.md index dbae30d555..8c6ec3db91 100644 --- a/docs/wiz/Windows_Rider_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_Rider_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_xUnit_GitHubActions.md b/docs/wiz/Windows_Rider_Gui_xUnit_GitHubActions.md index 9833a49f1c..c5bd45cc21 100644 --- a/docs/wiz/Windows_Rider_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_Rider_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_Rider_Gui_xUnit_None.md b/docs/wiz/Windows_Rider_Gui_xUnit_None.md index e25b08e924..2280aade27 100644 --- a/docs/wiz/Windows_Rider_Gui_xUnit_None.md +++ b/docs/wiz/Windows_Rider_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md index c1a1f2025f..7d2e18c572 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -212,5 +212,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AzureDevOps.md index c831ab4101..96b8602361 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_GitHubActions.md index 33afe18492..34ed417ea3 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_None.md index 448e2aa2d3..03bcb13f0f 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md index e7e98b56ac..639f684abf 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -213,5 +213,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AzureDevOps.md index 8d13528427..44265d7432 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_GitHubActions.md index 640923cf2e..4085747fe2 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_None.md index c16beecf6a..555ce30258 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md index ca98242197..23dd24ba7f 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -212,5 +212,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AzureDevOps.md index 39cddccaea..11871e7c00 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_GitHubActions.md index 04b16db84b..2ebd116047 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_None.md index 958791cb6d..d497fad139 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md index ff568a622f..76bef368fd 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -212,5 +212,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AzureDevOps.md index 5159c0f7f2..6a4ddbaf59 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_GitHubActions.md index 2e278ae7c1..ef5338b043 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_None.md index cc1d69051d..87015a5d5d 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md index 80e4dd0303..df7825d43c 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -206,5 +206,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AzureDevOps.md index c89cec3930..abc0520592 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_GitHubActions.md index 51d21e6126..9a9b174b59 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_None.md index 3e8b834d5c..a97516c835 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md index 4abeefa2b0..efe5232724 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -207,5 +207,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AzureDevOps.md index 928a6143da..7e4e9056c6 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_GitHubActions.md index 6a4c4a82cb..e1f6b35edb 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_None.md index b576127376..57102eed4c 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md index 668937ebff..fa2b8aee2f 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -206,5 +206,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md index 13370c538a..3bc1426dd0 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md index 39eaf25b15..1154c356be 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md index f3c9d88b21..c4523e5178 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md index d3de1d0b35..7299d9bc7d 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -206,5 +206,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AzureDevOps.md index 258a8e9ee3..372c89b2ee 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_GitHubActions.md index 66714747d4..c15d3463f5 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_None.md b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_None.md index cc5820a717..1869801870 100644 --- a/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_None.md +++ b/docs/wiz/Windows_VisualStudioWithReSharper_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md index 75e5dcfe1f..16bd126913 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -195,5 +195,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AzureDevOps.md index 04a5e8ae34..e9e92d986f 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Expecto_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_Expecto_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Cli_Expecto_GitHubActions.md index 3a17b7cba5..66870b4b03 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Expecto_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_Expecto_None.md b/docs/wiz/Windows_VisualStudio_Cli_Expecto_None.md index f3a45b389b..251d72ec80 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_Expecto_None.md +++ b/docs/wiz/Windows_VisualStudio_Cli_Expecto_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md index 5b26ecce8e..ccb07dab11 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -196,5 +196,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AzureDevOps.md index 726c2dc3cc..6c6c026465 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Cli_MSTest_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_MSTest_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Cli_MSTest_GitHubActions.md index c3b952b0ed..8300da0883 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Cli_MSTest_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_MSTest_None.md b/docs/wiz/Windows_VisualStudio_Cli_MSTest_None.md index 02098e0b28..7124cf8822 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_MSTest_None.md +++ b/docs/wiz/Windows_VisualStudio_Cli_MSTest_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md index c4721adf35..fc9cbb562b 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -195,5 +195,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AzureDevOps.md index 8ebf86b872..2b5c511cda 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Cli_NUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_NUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Cli_NUnit_GitHubActions.md index aabfa5bc5c..8eeae6f3e0 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Cli_NUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_NUnit_None.md b/docs/wiz/Windows_VisualStudio_Cli_NUnit_None.md index 8ac6f8c1e8..92360209b9 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_NUnit_None.md +++ b/docs/wiz/Windows_VisualStudio_Cli_NUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md index 25314cbbd6..32a23321de 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AppVeyor.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -195,5 +195,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AzureDevOps.md index 344ef35fee..ac34491b13 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Cli_xUnit_AzureDevOps.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_xUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Cli_xUnit_GitHubActions.md index 70de3ccfb9..ef0518ec0a 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Cli_xUnit_GitHubActions.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Cli_xUnit_None.md b/docs/wiz/Windows_VisualStudio_Cli_xUnit_None.md index 208a0464a9..dd01bb5abd 100644 --- a/docs/wiz/Windows_VisualStudio_Cli_xUnit_None.md +++ b/docs/wiz/Windows_VisualStudio_Cli_xUnit_None.md @@ -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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -44,7 +44,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### 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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md index 184860e903..082ee12db1 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -189,5 +189,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AzureDevOps.md index a375c907f2..01a65290cf 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Expecto_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Expecto_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_Expecto_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_Expecto_GitHubActions.md index 9adaaeb33a..06ead154d7 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Expecto_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Expecto_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_Expecto_None.md b/docs/wiz/Windows_VisualStudio_Gui_Expecto_None.md index 679c4b1312..b0c1b00c00 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_Expecto_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_Expecto_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md index 2edd5dca31..ce07a99351 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -190,5 +190,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AzureDevOps.md index ebb3e3568d..28c4ec1c1c 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_MSTest_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_MSTest_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_MSTest_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_MSTest_GitHubActions.md index 7b586aa8ec..63cf02df4d 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_MSTest_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_MSTest_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_MSTest_None.md b/docs/wiz/Windows_VisualStudio_Gui_MSTest_None.md index 21fc854393..232d7c79c2 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_MSTest_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_MSTest_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md index 84fd56ed6b..ed0e465f90 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -189,5 +189,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md index 42c3909ef2..5042a5dfc5 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md index f944c8a499..1e5c265455 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md b/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md index 46466333e8..54c33933c7 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_NUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md index d2d4abe671..13e8ad07ac 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md +++ b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AppVeyor.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray @@ -189,5 +189,5 @@ on_failure: snippet source | anchor -See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). +See also [Pushing artifacts from scripts](https://www.appveyor.com/docs/packaging-artifacts/#pushing-artifacts-from-scripts). diff --git a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AzureDevOps.md b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AzureDevOps.md index 82160e5368..49f1350ec0 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_xUnit_AzureDevOps.md +++ b/docs/wiz/Windows_VisualStudio_Gui_xUnit_AzureDevOps.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_xUnit_GitHubActions.md b/docs/wiz/Windows_VisualStudio_Gui_xUnit_GitHubActions.md index 46b024292c..d136b55013 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_xUnit_GitHubActions.md +++ b/docs/wiz/Windows_VisualStudio_Gui_xUnit_GitHubActions.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/docs/wiz/Windows_VisualStudio_Gui_xUnit_None.md b/docs/wiz/Windows_VisualStudio_Gui_xUnit_None.md index e5fb8894e7..34265717fa 100644 --- a/docs/wiz/Windows_VisualStudio_Gui_xUnit_None.md +++ b/docs/wiz/Windows_VisualStudio_Gui_xUnit_None.md @@ -30,7 +30,7 @@ Add the following packages to the test project: **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ## Source Control @@ -50,7 +50,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ### Text file settings @@ -95,7 +95,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## DiffEngineTray diff --git a/readme.md b/readme.md index fab41d959c..c38b167398 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ Accepting or declining a snapshot file is part of the core workflow of Verify. T **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 `enable`** -If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. +If `ImplicitUsings` are not enabled, substitute usages of `Verify()` with `Verifier.Verify()`. ### Class being tested @@ -393,7 +393,7 @@ If using [UseSplitModeForUniqueDirectory](/docs/naming.md#usesplitmodeforuniqued `*.received/` -All `*.verified.*` files should be committed to source control. +All `*.verified.*` files should be committed to source control. ## Text file settings @@ -439,7 +439,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.* +*Note that the above are suggested for subset of text extension. Add others as required based on the text file types being verified.* ## Static settings @@ -661,7 +661,7 @@ Nick Chapsas (1 Aug 2022)](https://www.youtube.com/watch?v=Q1_YkcPwpqY) * [Converters](/docs/converter.md) * [Explicit Targets](/docs/explicit-targets.md) * [FSharp Usage](/docs/fsharp.md) - * [Compared to ApprovalTests](/docs/compared-to-approvaltests.md) + * [Compared to ApprovalTests](/docs/compared-to-approvaltests.md) ## Icon