diff --git a/.gitattributes b/.gitattributes
index ca05ebee5b..fa025b81e6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,4 +4,8 @@
*.bmp binary
*.tif binary
-src/Verify/EmptyFiles/* binary
\ No newline at end of file
+src/Verify/EmptyFiles/* binary
+
+*.verified.txt text eol=lf
+*.verified.xml text eol=lf
+*.verified.json text eol=lf
\ No newline at end of file
diff --git a/readme.md b/readme.md
index a2a0f9aa55..b94fbda7ca 100644
--- a/readme.md
+++ b/readme.md
@@ -421,7 +421,7 @@ var result = await Verify(
});
Assert.Contains("Value To Check", result.Text);
```
-snippet source | anchor
+snippet source | anchor
If using `Verifier.Throws`, the resulting `Exception` will also be accessible
@@ -432,7 +432,7 @@ If using `Verifier.Throws`, the resulting `Exception` will also be accessible
var result = await Verifier.Throws(MethodThatThrows);
Assert.NotNull(result.Exception);
```
-snippet source | anchor
+snippet source | anchor
diff --git a/src/DeterministicTests/Tests.Simple.verified.txt b/src/DeterministicTests/Tests.Simple.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/DeterministicTests/Tests.Simple.verified.txt
+++ b/src/DeterministicTests/Tests.Simple.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/StrictJsonTests/Tests.Dynamic.verified.json b/src/StrictJsonTests/Tests.Dynamic.verified.json
index aee1a0bb25..8b9a68ab12 100644
--- a/src/StrictJsonTests/Tests.Dynamic.verified.json
+++ b/src/StrictJsonTests/Tests.Dynamic.verified.json
@@ -1,3 +1,3 @@
-{
+{
"value": "Foo"
}
\ No newline at end of file
diff --git a/src/StrictJsonTests/Tests.Object.verified.json b/src/StrictJsonTests/Tests.Object.verified.json
index 4d4e1be266..6f37989310 100644
--- a/src/StrictJsonTests/Tests.Object.verified.json
+++ b/src/StrictJsonTests/Tests.Object.verified.json
@@ -1,3 +1,3 @@
-{
+{
"Value": "Foo"
}
\ No newline at end of file
diff --git a/src/StrictJsonTests/Tests.String.verified.txt b/src/StrictJsonTests/Tests.String.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/StrictJsonTests/Tests.String.verified.txt
+++ b/src/StrictJsonTests/Tests.String.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/StrictJsonTests/Tests.VerifyJsonString.verified.json b/src/StrictJsonTests/Tests.VerifyJsonString.verified.json
index 65528648ab..03600ac1c1 100644
--- a/src/StrictJsonTests/Tests.VerifyJsonString.verified.json
+++ b/src/StrictJsonTests/Tests.VerifyJsonString.verified.json
@@ -1,4 +1,4 @@
-{
+{
"key": {
"msg": "No action taken"
}
diff --git a/src/StrictJsonTests/Tests.WithInfo.00.verified.json b/src/StrictJsonTests/Tests.WithInfo.00.verified.json
index cdf71d1bd9..a90b003bb2 100644
--- a/src/StrictJsonTests/Tests.WithInfo.00.verified.json
+++ b/src/StrictJsonTests/Tests.WithInfo.00.verified.json
@@ -1,3 +1,3 @@
-{
+{
"Property": "Value"
}
\ No newline at end of file
diff --git a/src/StrictJsonTests/Tests.WithInfo.01.verified.txt b/src/StrictJsonTests/Tests.WithInfo.01.verified.txt
index 6b584e8ece..497a50daaf 100644
--- a/src/StrictJsonTests/Tests.WithInfo.01.verified.txt
+++ b/src/StrictJsonTests/Tests.WithInfo.01.verified.txt
@@ -1 +1 @@
-content
\ No newline at end of file
+content
\ No newline at end of file
diff --git a/src/Verify.ClipboardAccept.Tests/ClipboardEnabledTests.ParseEnvironmentVariable_failure.verified.txt b/src/Verify.ClipboardAccept.Tests/ClipboardEnabledTests.ParseEnvironmentVariable_failure.verified.txt
index 470580f985..b7757544bf 100644
--- a/src/Verify.ClipboardAccept.Tests/ClipboardEnabledTests.ParseEnvironmentVariable_failure.verified.txt
+++ b/src/Verify.ClipboardAccept.Tests/ClipboardEnabledTests.ParseEnvironmentVariable_failure.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: Could not convert `Verify_DisableClipboard` environment variable to a bool. Value: foo,
StackTrace:
diff --git a/src/Verify.DerivePaths.Tests/CustomDir/CustomTypeName.CustomMethodName.verified.txt b/src/Verify.DerivePaths.Tests/CustomDir/CustomTypeName.CustomMethodName.verified.txt
index a608df647d..3ee291f7bd 100644
--- a/src/Verify.DerivePaths.Tests/CustomDir/CustomTypeName.CustomMethodName.verified.txt
+++ b/src/Verify.DerivePaths.Tests/CustomDir/CustomTypeName.CustomMethodName.verified.txt
@@ -1 +1 @@
-Value
\ No newline at end of file
+Value
\ No newline at end of file
diff --git a/src/Verify.DerivePaths.Tests/Tests.ThrowOnConflict.verified.txt b/src/Verify.DerivePaths.Tests/Tests.ThrowOnConflict.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.DerivePaths.Tests/Tests.ThrowOnConflict.verified.txt
+++ b/src/Verify.DerivePaths.Tests/Tests.ThrowOnConflict.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Empty.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Empty.verified.txt
index 137355d442..3ce6bcb007 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Empty.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Empty.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
,
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyDirectory.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyDirectory.verified.txt
index 450ca44865..e2cf3ee7da 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyDirectory.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyDirectory.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: ParseException,
Message: Empty 'Directory' Ensure the current stable of Verify is being used.
}
\ No newline at end of file
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyList.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyList.verified.txt
index 3a8e1d2cba..d9804b4ddd 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyList.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.Error_EmptyList.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: ParseException,
Message: Expected content to contain `Directory:` or `VerifyException : Directory:` at the start. Ensure the current stable of Verify is being used.
}
\ No newline at end of file
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.MultipleItem.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.MultipleItem.verified.txt
index 37b2e18b7b..cfbb5855ec 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.MultipleItem.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.MultipleItem.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
New:
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleDelete.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleDelete.verified.txt
index 90888ec5a7..bf19aa3b03 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleDelete.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleDelete.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
Delete:
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleEqual.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleEqual.verified.txt
index 73fa908b98..7b78afca5f 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleEqual.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleEqual.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
Equal:
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleItem.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleItem.verified.txt
index 63bbf8fa03..862ecb4dbe 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleItem.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleItem.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
New:
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNew.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNew.verified.txt
index 8bde9e6695..8099149ad6 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNew.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNew.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
New:
diff --git a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNotEqual.verified.txt b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNotEqual.verified.txt
index 0c0c24026f..7c66cebb66 100644
--- a/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNotEqual.verified.txt
+++ b/src/Verify.ExceptionParsing.Tests/ExceptionParsingTests.SingleNotEqual.verified.txt
@@ -1,4 +1,4 @@
-{
+{
exceptionMessage:
Directory: {ProjectDirectory}
NotEqual:
diff --git a/src/Verify.MSTest.Tests/Inheritance/Base.TestInBase.verified.txt b/src/Verify.MSTest.Tests/Inheritance/Base.TestInBase.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.MSTest.Tests/Inheritance/Base.TestInBase.verified.txt
+++ b/src/Verify.MSTest.Tests/Inheritance/Base.TestInBase.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Inheritance/Base.TestToOverride.verified.txt b/src/Verify.MSTest.Tests/Inheritance/Base.TestToOverride.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.MSTest.Tests/Inheritance/Base.TestToOverride.verified.txt
+++ b/src/Verify.MSTest.Tests/Inheritance/Base.TestToOverride.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Inheritance/Inherited.TestInBase.verified.txt b/src/Verify.MSTest.Tests/Inheritance/Inherited.TestInBase.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.MSTest.Tests/Inheritance/Inherited.TestInBase.verified.txt
+++ b/src/Verify.MSTest.Tests/Inheritance/Inherited.TestInBase.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Inheritance/Inherited.TestToOverride.verified.txt b/src/Verify.MSTest.Tests/Inheritance/Inherited.TestToOverride.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.MSTest.Tests/Inheritance/Inherited.TestToOverride.verified.txt
+++ b/src/Verify.MSTest.Tests/Inheritance/Inherited.TestToOverride.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt
index f0f494161d..9a30a2dffe 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt
@@ -1 +1 @@
-A B C
\ No newline at end of file
+A B C
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt
index f0f494161d..9a30a2dffe 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt
@@ -1 +1 @@
-A B C
\ No newline at end of file
+A B C
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
index 28c92dbce3..412d4ef282 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
@@ -1,3 +1,3 @@
-{
+{
RowVersion: TheRowVersion
}
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
index 28c92dbce3..412d4ef282 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
@@ -1,3 +1,3 @@
-{
+{
RowVersion: TheRowVersion
}
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
index 50f7275e5b..8d583246c9 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
@@ -1,2 +1,2 @@
- LineA
+ LineA
LineC
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
index 6727cbe6a7..c92487b6f9 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
@@ -1,4 +1,4 @@
-
+
LineA
LineC
NoMoreLineE
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
index 749a577649..deb12fb50d 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
@@ -1,4 +1,4 @@
-
+
LineA
LineC
NoMoreLineE
diff --git a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
index 6976934fd8..b43cc5fcfe 100644
--- a/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
+++ b/src/Verify.MSTest.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
@@ -1,4 +1,4 @@
-
+
linea
linec
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethod.verified.xml b/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
index 8d31f344b5..0ad32174dd 100644
--- a/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
+++ b/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
@@ -1,4 +1,4 @@
-
+
Joe
Kim
diff --git a/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml b/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
index 8d31f344b5..0ad32174dd 100644
--- a/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
+++ b/src/Verify.MSTest.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
@@ -1,4 +1,4 @@
-
+
Joe
Kim
diff --git a/src/Verify.MSTest.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json b/src/Verify.MSTest.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
index 8513f56f7e..37b2e2d72d 100644
--- a/src/Verify.MSTest.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
+++ b/src/Verify.MSTest.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
@@ -1,4 +1,4 @@
-
+
{
fruit: 'Apple',
size: 'Large',
diff --git a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value1.verified.txt b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value1.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value2.verified.txt b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value2.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsageFluent_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value1.verified.txt b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value1.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value2.verified.txt b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value2.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/ParametersSample.DataRowUsage_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/ParametersTests.Double_arg=1.1.verified.txt b/src/Verify.MSTest.Tests/Snippets/ParametersTests.Double_arg=1.1.verified.txt
index b123147e2a..8ab02375ee 100644
--- a/src/Verify.MSTest.Tests/Snippets/ParametersTests.Double_arg=1.1.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/ParametersTests.Double_arg=1.1.verified.txt
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.1
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/ParametersTests.Float_arg=1.1.verified.txt b/src/Verify.MSTest.Tests/Snippets/ParametersTests.Float_arg=1.1.verified.txt
index b123147e2a..8ab02375ee 100644
--- a/src/Verify.MSTest.Tests/Snippets/ParametersTests.Float_arg=1.1.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/ParametersTests.Float_arg=1.1.verified.txt
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.1
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/Sample.Test.verified.txt b/src/Verify.MSTest.Tests/Snippets/Sample.Test.verified.txt
index b23fb6832b..19767241bc 100644
--- a/src/Verify.MSTest.Tests/Snippets/Sample.Test.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/Sample.Test.verified.txt
@@ -1,4 +1,4 @@
-{
+{
GivenNames: John,
FamilyName: Smith,
Spouse: Jill,
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet6_0.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet6_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet6_0.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet6_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet6_0.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet6_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet6_0.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet6_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
+++ b/src/Verify.MSTest.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/UseFileNameWithParam.verified.txt b/src/Verify.MSTest.Tests/UseFileNameWithParam.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.MSTest.Tests/UseFileNameWithParam.verified.txt
+++ b/src/Verify.MSTest.Tests/UseFileNameWithParam.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.MSTest.Tests/VerifyObjectSamples.Anon.verified.txt b/src/Verify.MSTest.Tests/VerifyObjectSamples.Anon.verified.txt
index a7c18ddcee..a1f0637552 100644
--- a/src/Verify.MSTest.Tests/VerifyObjectSamples.Anon.verified.txt
+++ b/src/Verify.MSTest.Tests/VerifyObjectSamples.Anon.verified.txt
@@ -1,4 +1,4 @@
-{
+{
person1: {
GivenNames: John,
FamilyName: Smith
diff --git a/src/Verify.MSTest.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt b/src/Verify.MSTest.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt
index dd77e4145c..da64a4a852 100644
--- a/src/Verify.MSTest.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt
+++ b/src/Verify.MSTest.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt
@@ -1,4 +1,4 @@
-{
+{
$type: VerifyObjectSamples.Person,
GivenNames: John,
FamilyName: Smith,
diff --git a/src/Verify.MSTest.Tests/VerifyTextSample.Simple.verified.txt b/src/Verify.MSTest.Tests/VerifyTextSample.Simple.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.MSTest.Tests/VerifyTextSample.Simple.verified.txt
+++ b/src/Verify.MSTest.Tests/VerifyTextSample.Simple.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt b/src/Verify.NUnit.Tests/.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.NUnit.Tests/.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt
+++ b/src/Verify.NUnit.Tests/.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/DiffNamedTests.ShouldPass.verified.txt b/src/Verify.NUnit.Tests/DiffNamedTests.ShouldPass.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.NUnit.Tests/DiffNamedTests.ShouldPass.verified.txt
+++ b/src/Verify.NUnit.Tests/DiffNamedTests.ShouldPass.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Inheritance/Base.TestInBase.verified.txt b/src/Verify.NUnit.Tests/Inheritance/Base.TestInBase.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.NUnit.Tests/Inheritance/Base.TestInBase.verified.txt
+++ b/src/Verify.NUnit.Tests/Inheritance/Base.TestInBase.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Inheritance/Base.TestToOverride.verified.txt b/src/Verify.NUnit.Tests/Inheritance/Base.TestToOverride.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.NUnit.Tests/Inheritance/Base.TestToOverride.verified.txt
+++ b/src/Verify.NUnit.Tests/Inheritance/Base.TestToOverride.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Inheritance/Inherited.TestInBase.verified.txt b/src/Verify.NUnit.Tests/Inheritance/Inherited.TestInBase.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.NUnit.Tests/Inheritance/Inherited.TestInBase.verified.txt
+++ b/src/Verify.NUnit.Tests/Inheritance/Inherited.TestInBase.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Inheritance/Inherited.TestToOverride.verified.txt b/src/Verify.NUnit.Tests/Inheritance/Inherited.TestToOverride.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.NUnit.Tests/Inheritance/Inherited.TestToOverride.verified.txt
+++ b/src/Verify.NUnit.Tests/Inheritance/Inherited.TestToOverride.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/MyNamespace.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt b/src/Verify.NUnit.Tests/MyNamespace.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.NUnit.Tests/MyNamespace.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt
+++ b/src/Verify.NUnit.Tests/MyNamespace.TestFixtureSourceUsageWithNamespace(Value1,1).Test.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt
index f0f494161d..9a30a2dffe 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.Simple.verified.txt
@@ -1 +1 @@
-A B C
\ No newline at end of file
+A B C
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt
index f0f494161d..9a30a2dffe 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubberLevelsSample.SimpleFluent.verified.txt
@@ -1 +1 @@
-A B C
\ No newline at end of file
+A B C
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
index 28c92dbce3..412d4ef282 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
@@ -1,3 +1,3 @@
-{
+{
RowVersion: TheRowVersion
}
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
index 28c92dbce3..412d4ef282 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
@@ -1,3 +1,3 @@
-{
+{
RowVersion: TheRowVersion
}
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
index 50f7275e5b..8d583246c9 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
@@ -1,2 +1,2 @@
- LineA
+ LineA
LineC
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
index 6727cbe6a7..c92487b6f9 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
@@ -1,4 +1,4 @@
-
+
LineA
LineC
NoMoreLineE
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
index 749a577649..deb12fb50d 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
@@ -1,4 +1,4 @@
-
+
LineA
LineC
NoMoreLineE
diff --git a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
index 6976934fd8..b43cc5fcfe 100644
--- a/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
+++ b/src/Verify.NUnit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
@@ -1,4 +1,4 @@
-
+
linea
linec
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml b/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
index 8d31f344b5..0ad32174dd 100644
--- a/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
+++ b/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
@@ -1,4 +1,4 @@
-
+
Joe
Kim
diff --git a/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml b/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
index 8d31f344b5..0ad32174dd 100644
--- a/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
+++ b/src/Verify.NUnit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
@@ -1,4 +1,4 @@
-
+
Joe
Kim
diff --git a/src/Verify.NUnit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json b/src/Verify.NUnit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
index 8513f56f7e..37b2e2d72d 100644
--- a/src/Verify.NUnit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
+++ b/src/Verify.NUnit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
@@ -1,4 +1,4 @@
-
+
{
fruit: 'Apple',
size: 'Large',
diff --git a/src/Verify.NUnit.Tests/Snippets/ParametersSample.Decimal_arg=1.1.verified.txt b/src/Verify.NUnit.Tests/Snippets/ParametersSample.Decimal_arg=1.1.verified.txt
index b123147e2a..8ab02375ee 100644
--- a/src/Verify.NUnit.Tests/Snippets/ParametersSample.Decimal_arg=1.1.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/ParametersSample.Decimal_arg=1.1.verified.txt
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.1
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/ParametersSample.Double_arg=1.1.verified.txt b/src/Verify.NUnit.Tests/Snippets/ParametersSample.Double_arg=1.1.verified.txt
index b123147e2a..8ab02375ee 100644
--- a/src/Verify.NUnit.Tests/Snippets/ParametersSample.Double_arg=1.1.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/ParametersSample.Double_arg=1.1.verified.txt
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.1
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/ParametersSample.SuppliedDoesNotMatchArg_arg=Value2.verified.txt b/src/Verify.NUnit.Tests/Snippets/ParametersSample.SuppliedDoesNotMatchArg_arg=Value2.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.NUnit.Tests/Snippets/ParametersSample.SuppliedDoesNotMatchArg_arg=Value2.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/ParametersSample.SuppliedDoesNotMatchArg_arg=Value2.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value1.verified.txt b/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value1.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value2.verified.txt b/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value2.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/ParametersSample.TestCaseUsage_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/Sample.Test.verified.txt b/src/Verify.NUnit.Tests/Snippets/Sample.Test.verified.txt
index b23fb6832b..19767241bc 100644
--- a/src/Verify.NUnit.Tests/Snippets/Sample.Test.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/Sample.Test.verified.txt
@@ -1,4 +1,4 @@
-{
+{
GivenNames: John,
FamilyName: Smith,
Spouse: Jill,
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.DotNet5_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeAndVersionFluent.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
+++ b/src/Verify.NUnit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/UseFileNameWithParam.verified.txt b/src/Verify.NUnit.Tests/UseFileNameWithParam.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.NUnit.Tests/UseFileNameWithParam.verified.txt
+++ b/src/Verify.NUnit.Tests/UseFileNameWithParam.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.NUnit.Tests/VerifyObjectSamples.Anon.verified.txt b/src/Verify.NUnit.Tests/VerifyObjectSamples.Anon.verified.txt
index a7c18ddcee..a1f0637552 100644
--- a/src/Verify.NUnit.Tests/VerifyObjectSamples.Anon.verified.txt
+++ b/src/Verify.NUnit.Tests/VerifyObjectSamples.Anon.verified.txt
@@ -1,4 +1,4 @@
-{
+{
person1: {
GivenNames: John,
FamilyName: Smith
diff --git a/src/Verify.NUnit.Tests/VerifyTextSample.Simple.verified.txt b/src/Verify.NUnit.Tests/VerifyTextSample.Simple.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.NUnit.Tests/VerifyTextSample.Simple.verified.txt
+++ b/src/Verify.NUnit.Tests/VerifyTextSample.Simple.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/AttributeReaderTests.Simple.verified.txt b/src/Verify.Tests/AttributeReaderTests.Simple.verified.txt
index edf45caba2..4c08633c4a 100644
--- a/src/Verify.Tests/AttributeReaderTests.Simple.verified.txt
+++ b/src/Verify.Tests/AttributeReaderTests.Simple.verified.txt
@@ -1,4 +1,4 @@
-{
+{
ProjectDirectory: {ProjectDirectory},
ProjectDirectoryInferred: {ProjectDirectory},
SolutionDirectory: {SolutionDirectory},
diff --git a/src/Verify.Tests/Comparer/ComparerTests.Instance.verified.txt b/src/Verify.Tests/Comparer/ComparerTests.Instance.verified.txt
index fdf159f50c..7d3425ffcd 100644
--- a/src/Verify.Tests/Comparer/ComparerTests.Instance.verified.txt
+++ b/src/Verify.Tests/Comparer/ComparerTests.Instance.verified.txt
@@ -1 +1 @@
-TheText
\ No newline at end of file
+TheText
\ No newline at end of file
diff --git a/src/Verify.Tests/Comparer/ComparerTests.Instance_with_message.verified.txt b/src/Verify.Tests/Comparer/ComparerTests.Instance_with_message.verified.txt
index 7c4a013e52..5dd999ac13 100644
--- a/src/Verify.Tests/Comparer/ComparerTests.Instance_with_message.verified.txt
+++ b/src/Verify.Tests/Comparer/ComparerTests.Instance_with_message.verified.txt
@@ -1 +1 @@
-aaa
\ No newline at end of file
+aaa
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.AsyncExtensionConversion.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.AsyncExtensionConversion.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.AsyncExtensionConversion.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.AsyncExtensionConversion.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversion.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversion.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversion.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversion.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.00.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.00.verified.txt
index a22f282240..8deed4061c 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.00.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.00.verified.txt
@@ -1 +1 @@
-value1
\ No newline at end of file
+value1
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.01.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.01.verified.txt
index 6a603d42db..2c32c792c1 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.01.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionMultipleTargets.01.verified.txt
@@ -1 +1 @@
-value2
\ No newline at end of file
+value2
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.00name1.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.00name1.verified.txt
index a22f282240..8deed4061c 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.00name1.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.00name1.verified.txt
@@ -1 +1 @@
-value1
\ No newline at end of file
+value1
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.01.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.01.verified.txt
index 6a603d42db..2c32c792c1 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.01.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedMixedTarget.01.verified.txt
@@ -1 +1 @@
-value2
\ No newline at end of file
+value2
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.00name1.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.00name1.verified.txt
index a22f282240..8deed4061c 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.00name1.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.00name1.verified.txt
@@ -1 +1 @@
-value1
\ No newline at end of file
+value1
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.01name2.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.01name2.verified.txt
index 6a603d42db..2c32c792c1 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.01name2.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionNamedTarget.01name2.verified.txt
@@ -1 +1 @@
-value2
\ No newline at end of file
+value2
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionStringBuilder.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionStringBuilder.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionStringBuilder.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.ExtensionConversionStringBuilder.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.TextSplit.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.TextSplit.verified.txt
index bab18e64cc..d4b103e98a 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.TextSplit.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.TextSplit.verified.txt
@@ -1,2 +1,2 @@
-Foo
+Foo
Bar
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.00.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.00.verified.txt
index 5c0f9964b1..810fc73050 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.00.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.00.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Value
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.01.verified.txt b/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.01.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.01.verified.txt
+++ b/src/Verify.Tests/Converters/ExtensionConverterTests.WithInfo.01.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.Anon.00.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.Anon.00.verified.txt
index be413ac463..663d9ed781 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.Anon.00.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.Anon.00.verified.txt
@@ -1,3 +1,3 @@
-{
+{
foo: bar
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.Anon.01.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.Anon.01.verified.txt
index 6320cd248d..5842562118 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.Anon.01.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.Anon.01.verified.txt
@@ -1 +1 @@
-data
\ No newline at end of file
+data
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.00.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.00.verified.txt
index 30ab4cf870..c1b8d743e3 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.00.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.00.verified.txt
@@ -1 +1 @@
-emptyString
\ No newline at end of file
+emptyString
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.01.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.01.verified.txt
index 6320cd248d..5842562118 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.01.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.EmptyString.01.verified.txt
@@ -1 +1 @@
-data
\ No newline at end of file
+data
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.File.00.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.File.00.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.File.00.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.File.00.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.File.01.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.File.01.verified.txt
index 6320cd248d..5842562118 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.File.01.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.File.01.verified.txt
@@ -1 +1 @@
-data
\ No newline at end of file
+data
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.NullText.00.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.NullText.00.verified.txt
index ec747fa47d..c296c2eef5 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.NullText.00.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.NullText.00.verified.txt
@@ -1 +1 @@
-null
\ No newline at end of file
+null
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.NullText.01.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.NullText.01.verified.txt
index 6320cd248d..5842562118 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.NullText.01.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.NullText.01.verified.txt
@@ -1 +1 @@
-data
\ No newline at end of file
+data
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.Stream.01.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.Stream.01.verified.txt
index 6320cd248d..5842562118 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.Stream.01.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.Stream.01.verified.txt
@@ -1 +1 @@
-data
\ No newline at end of file
+data
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.Text.00.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.Text.00.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.Text.00.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.Text.00.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/FileAppenderTests.Text.01.verified.txt b/src/Verify.Tests/Converters/FileAppenderTests.Text.01.verified.txt
index 6320cd248d..5842562118 100644
--- a/src/Verify.Tests/Converters/FileAppenderTests.Text.01.verified.txt
+++ b/src/Verify.Tests/Converters/FileAppenderTests.Text.01.verified.txt
@@ -1 +1 @@
-data
\ No newline at end of file
+data
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.Anon.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.Anon.verified.txt
index fe95de6a31..a55761012b 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.Anon.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.Anon.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: {
foo: bar
},
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.File.00.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.File.00.verified.txt
index 2ef1faccac..b9ecfe9ea5 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.File.00.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.File.00.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: null,
theData: theValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.File.01.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.File.01.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.File.01.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.File.01.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.NullText.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.NullText.verified.txt
index 2ef1faccac..b9ecfe9ea5 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.NullText.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.NullText.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: null,
theData: theValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.Stream.00.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.Stream.00.verified.txt
index 2ef1faccac..b9ecfe9ea5 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.Stream.00.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.Stream.00.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: null,
theData: theValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.WithJsonAppender.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.WithJsonAppender.verified.txt
index 66553d06b9..f52aa8e924 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.WithJsonAppender.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.WithJsonAppender.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: TheValue,
theData: theValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/JsonAppenderTests.WithLocalJsonAppender.verified.txt b/src/Verify.Tests/Converters/JsonAppenderTests.WithLocalJsonAppender.verified.txt
index b87c496a62..a3343769f1 100644
--- a/src/Verify.Tests/Converters/JsonAppenderTests.WithLocalJsonAppender.verified.txt
+++ b/src/Verify.Tests/Converters/JsonAppenderTests.WithLocalJsonAppender.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: TheValue,
theData: theValue,
name: value
diff --git a/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Invalid.verified.txt b/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Invalid.verified.txt
index 6bafefed5b..035c313565 100644
--- a/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Invalid.verified.txt
+++ b/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Invalid.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Invalid
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Valid.verified.txt b/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Valid.verified.txt
index 8702854f99..56d1823296 100644
--- a/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Valid.verified.txt
+++ b/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithCanConvert_Valid.verified.txt
@@ -1 +1 @@
-Valid
\ No newline at end of file
+Valid
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithNewline.verified.txt b/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithNewline.verified.txt
index f8be7bb828..066a88ee4c 100644
--- a/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithNewline.verified.txt
+++ b/src/Verify.Tests/Converters/TypeConverterTests.ConvertWithNewline.verified.txt
@@ -1,2 +1,2 @@
-line1
+line1
line2
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/TypeConverterTests.Inherited.verified.txt b/src/Verify.Tests/Converters/TypeConverterTests.Inherited.verified.txt
index 5d93580012..8aa4a7cce4 100644
--- a/src/Verify.Tests/Converters/TypeConverterTests.Inherited.verified.txt
+++ b/src/Verify.Tests/Converters/TypeConverterTests.Inherited.verified.txt
@@ -1 +1 @@
-line1
\ No newline at end of file
+line1
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/TypeConverterTests.WithInfo.00.verified.txt b/src/Verify.Tests/Converters/TypeConverterTests.WithInfo.00.verified.txt
index 5c0f9964b1..810fc73050 100644
--- a/src/Verify.Tests/Converters/TypeConverterTests.WithInfo.00.verified.txt
+++ b/src/Verify.Tests/Converters/TypeConverterTests.WithInfo.00.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Value
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Converters/TypeConverterTests.WithInfoShouldRespectSettings.00.verified.txt b/src/Verify.Tests/Converters/TypeConverterTests.WithInfoShouldRespectSettings.00.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Converters/TypeConverterTests.WithInfoShouldRespectSettings.00.verified.txt
+++ b/src/Verify.Tests/Converters/TypeConverterTests.WithInfoShouldRespectSettings.00.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Debug.verified.txt b/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Debug.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Debug.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Debug.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Release.verified.txt b/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Release.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Release.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.AssemblyConfiguration.Release.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.DontScrubMultiNewline.verified.txt b/src/Verify.Tests/LinesScrubberTests.DontScrubMultiNewline.verified.txt
index afd25dece2..51fe4b0bac 100644
--- a/src/Verify.Tests/LinesScrubberTests.DontScrubMultiNewline.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.DontScrubMultiNewline.verified.txt
@@ -1,3 +1,3 @@
-b
+b
c
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.DontScrubTrailingNewline.verified.txt b/src/Verify.Tests/LinesScrubberTests.DontScrubTrailingNewline.verified.txt
index 6178079822..1bb8376603 100644
--- a/src/Verify.Tests/LinesScrubberTests.DontScrubTrailingNewline.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.DontScrubTrailingNewline.verified.txt
@@ -1 +1 @@
-b
+b
diff --git a/src/Verify.Tests/LinesScrubberTests.FilterLines.verified.txt b/src/Verify.Tests/LinesScrubberTests.FilterLines.verified.txt
index 5bc974220d..59b30b0bcc 100644
--- a/src/Verify.Tests/LinesScrubberTests.FilterLines.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.FilterLines.verified.txt
@@ -1,4 +1,4 @@
-a
+a
b
c
e
diff --git a/src/Verify.Tests/LinesScrubberTests.Runtime.Core.verified.txt b/src/Verify.Tests/LinesScrubberTests.Runtime.Core.verified.txt
index a9f9bd1751..b6468a564e 100644
--- a/src/Verify.Tests/LinesScrubberTests.Runtime.Core.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.Runtime.Core.verified.txt
@@ -1 +1 @@
-Core
\ No newline at end of file
+Core
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.Runtime.Net.verified.txt b/src/Verify.Tests/LinesScrubberTests.Runtime.Net.verified.txt
index 7673f6c043..d414763982 100644
--- a/src/Verify.Tests/LinesScrubberTests.Runtime.Net.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.Runtime.Net.verified.txt
@@ -1 +1 @@
-Net
\ No newline at end of file
+Net
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Core3_1.verified.txt b/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Core3_1.verified.txt
index eeb914ae01..8486beb6d2 100644
--- a/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Core3_1.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Core3_1.verified.txt
@@ -1 +1 @@
-Core3_1
\ No newline at end of file
+Core3_1
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Net4_8.verified.txt b/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Net4_8.verified.txt
index 578251be7c..533f602562 100644
--- a/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Net4_8.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.RuntimeAndVersion.Net4_8.verified.txt
@@ -1 +1 @@
-Net4_8
\ No newline at end of file
+Net4_8
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining.verified.txt b/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining.verified.txt
index 301067078a..72b137d3a6 100644
--- a/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining.verified.txt
@@ -1,3 +1,3 @@
-a
+a
b
e
\ No newline at end of file
diff --git a/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining_case_sensitive.verified.txt b/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining_case_sensitive.verified.txt
index 0c3d4ba3ad..ab53af35ae 100644
--- a/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining_case_sensitive.verified.txt
+++ b/src/Verify.Tests/LinesScrubberTests.ScrubLinesContaining_case_sensitive.verified.txt
@@ -1,4 +1,4 @@
-a
+a
b
e
f
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectory.verified.txt b/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectory.verified.txt
index beb4027ad2..789172700f 100644
--- a/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectory.verified.txt
+++ b/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectory.verified.txt
@@ -1 +1 @@
-valueUseDirectory
\ No newline at end of file
+valueUseDirectory
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectoryFluent.verified.txt b/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectoryFluent.verified.txt
index 36ef8c5404..d6a0dc1e42 100644
--- a/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectoryFluent.verified.txt
+++ b/src/Verify.Tests/Naming/CustomDirectory/NamerTests.UseDirectoryFluent.verified.txt
@@ -1 +1 @@
-valueUseDirectoryFluent
\ No newline at end of file
+valueUseDirectoryFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomFileName.verified.txt b/src/Verify.Tests/Naming/CustomFileName.verified.txt
index e93ffdcdbf..18f09cd5d4 100644
--- a/src/Verify.Tests/Naming/CustomFileName.verified.txt
+++ b/src/Verify.Tests/Naming/CustomFileName.verified.txt
@@ -1 +1 @@
-valueUseFileName
\ No newline at end of file
+valueUseFileName
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomFileNameFluent.verified.txt b/src/Verify.Tests/Naming/CustomFileNameFluent.verified.txt
index 38c2d57cf8..1313080599 100644
--- a/src/Verify.Tests/Naming/CustomFileNameFluent.verified.txt
+++ b/src/Verify.Tests/Naming/CustomFileNameFluent.verified.txt
@@ -1 +1 @@
-valueUseFileNameFluent
\ No newline at end of file
+valueUseFileNameFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomFileNameWithUnique.Core.verified.txt b/src/Verify.Tests/Naming/CustomFileNameWithUnique.Core.verified.txt
index 84043e3b84..9f86614a52 100644
--- a/src/Verify.Tests/Naming/CustomFileNameWithUnique.Core.verified.txt
+++ b/src/Verify.Tests/Naming/CustomFileNameWithUnique.Core.verified.txt
@@ -1 +1 @@
-valueUseFileNameWithUnique
\ No newline at end of file
+valueUseFileNameWithUnique
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomFileNameWithUnique.Net.verified.txt b/src/Verify.Tests/Naming/CustomFileNameWithUnique.Net.verified.txt
index 84043e3b84..9f86614a52 100644
--- a/src/Verify.Tests/Naming/CustomFileNameWithUnique.Net.verified.txt
+++ b/src/Verify.Tests/Naming/CustomFileNameWithUnique.Net.verified.txt
@@ -1 +1 @@
-valueUseFileNameWithUnique
\ No newline at end of file
+valueUseFileNameWithUnique
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomTypeName.UseTypeName.verified.txt b/src/Verify.Tests/Naming/CustomTypeName.UseTypeName.verified.txt
index 60a5993b0a..13a81d8247 100644
--- a/src/Verify.Tests/Naming/CustomTypeName.UseTypeName.verified.txt
+++ b/src/Verify.Tests/Naming/CustomTypeName.UseTypeName.verified.txt
@@ -1 +1 @@
-valueUseTypeName
\ No newline at end of file
+valueUseTypeName
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/CustomTypeName.UseTypeNameFluent.verified.txt b/src/Verify.Tests/Naming/CustomTypeName.UseTypeNameFluent.verified.txt
index e4468076aa..a6019d377f 100644
--- a/src/Verify.Tests/Naming/CustomTypeName.UseTypeNameFluent.verified.txt
+++ b/src/Verify.Tests/Naming/CustomTypeName.UseTypeNameFluent.verified.txt
@@ -1 +1 @@
-valueUseTypeNameFluent
\ No newline at end of file
+valueUseTypeNameFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerInNamespaceTests.Run.verified.txt b/src/Verify.Tests/Naming/NamerInNamespaceTests.Run.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Naming/NamerInNamespaceTests.Run.verified.txt
+++ b/src/Verify.Tests/Naming/NamerInNamespaceTests.Run.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.Architecture.x64.verified.txt b/src/Verify.Tests/Naming/NamerTests.Architecture.x64.verified.txt
index 1d811825b8..efb5ee4085 100644
--- a/src/Verify.Tests/Naming/NamerTests.Architecture.x64.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.Architecture.x64.verified.txt
@@ -1 +1 @@
-FooArchitecture
\ No newline at end of file
+FooArchitecture
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.ArchitectureFluent.x64.verified.txt b/src/Verify.Tests/Naming/NamerTests.ArchitectureFluent.x64.verified.txt
index eb23734f73..137b0f9fcb 100644
--- a/src/Verify.Tests/Naming/NamerTests.ArchitectureFluent.x64.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.ArchitectureFluent.x64.verified.txt
@@ -1 +1 @@
-FooArchitectureFluent
\ No newline at end of file
+FooArchitectureFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Debug.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Debug.verified.txt
index 076fcad805..5f4534f6a2 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Debug.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Debug.verified.txt
@@ -1 +1 @@
-FooAssemblyConfiguration
\ No newline at end of file
+FooAssemblyConfiguration
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt
index 076fcad805..5f4534f6a2 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfiguration.Release.verified.txt
@@ -1 +1 @@
-FooAssemblyConfiguration
\ No newline at end of file
+FooAssemblyConfiguration
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Debug.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Debug.verified.txt
index 7aa29c0ef2..afda18bf26 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Debug.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Debug.verified.txt
@@ -1 +1 @@
-FooAssemblyConfigurationFluent
\ No newline at end of file
+FooAssemblyConfigurationFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt
index 7aa29c0ef2..afda18bf26 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluent.Release.verified.txt
@@ -1 +1 @@
-FooAssemblyConfigurationFluent
\ No newline at end of file
+FooAssemblyConfigurationFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Debug.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Debug.verified.txt
index 0037db0602..8fe0c65bad 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Debug.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Debug.verified.txt
@@ -1 +1 @@
-FooAssemblyConfigurationFluentWithAssembly
\ No newline at end of file
+FooAssemblyConfigurationFluentWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt
index 0037db0602..8fe0c65bad 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationFluentWithAssembly.Release.verified.txt
@@ -1 +1 @@
-FooAssemblyConfigurationFluentWithAssembly
\ No newline at end of file
+FooAssemblyConfigurationFluentWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Debug.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Debug.verified.txt
index 023aacd57d..10f9b332a5 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Debug.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Debug.verified.txt
@@ -1 +1 @@
-FooAssemblyConfigurationWithAssembly
\ No newline at end of file
+FooAssemblyConfigurationWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt
index 023aacd57d..10f9b332a5 100644
--- a/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.AssemblyConfigurationWithAssembly.Release.verified.txt
@@ -1 +1 @@
-FooAssemblyConfigurationWithAssembly
\ No newline at end of file
+FooAssemblyConfigurationWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.CustomMethodName.verified.txt b/src/Verify.Tests/Naming/NamerTests.CustomMethodName.verified.txt
index 9faf094840..65b97096db 100644
--- a/src/Verify.Tests/Naming/NamerTests.CustomMethodName.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.CustomMethodName.verified.txt
@@ -1 +1 @@
-valueUseMethodName
\ No newline at end of file
+valueUseMethodName
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.CustomMethodNameFluent.verified.txt b/src/Verify.Tests/Naming/NamerTests.CustomMethodNameFluent.verified.txt
index 26b8a4df66..775707dec7 100644
--- a/src/Verify.Tests/Naming/NamerTests.CustomMethodNameFluent.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.CustomMethodNameFluent.verified.txt
@@ -1 +1 @@
-valueUseMethodNameFluent
\ No newline at end of file
+valueUseMethodNameFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerified.verified.txt b/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerified.verified.txt
index 26eaed6dd1..66fd781fdd 100644
--- a/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerified.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerified.verified.txt
@@ -1 +1 @@
-valueIgnoreParametersForVerified
\ No newline at end of file
+valueIgnoreParametersForVerified
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerifiedFluent.verified.txt b/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerifiedFluent.verified.txt
index 603005c1fb..5270fd609b 100644
--- a/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerifiedFluent.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.IgnoreParametersForVerifiedFluent.verified.txt
@@ -1 +1 @@
-valueIgnoreParametersForVerifiedFluent
\ No newline at end of file
+valueIgnoreParametersForVerifiedFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.MultipleCalls_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.MultipleCalls_1.verified.txt
index cdb67d5440..aee7570bf5 100644
--- a/src/Verify.Tests/Naming/NamerTests.MultipleCalls_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.MultipleCalls_1.verified.txt
@@ -1 +1 @@
-Value1MultipleCalls
\ No newline at end of file
+Value1MultipleCalls
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.MultipleCalls_2.verified.txt b/src/Verify.Tests/Naming/NamerTests.MultipleCalls_2.verified.txt
index cdb67d5440..aee7570bf5 100644
--- a/src/Verify.Tests/Naming/NamerTests.MultipleCalls_2.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.MultipleCalls_2.verified.txt
@@ -1 +1 @@
-Value1MultipleCalls
\ No newline at end of file
+Value1MultipleCalls
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=False_b=False.verified.txt b/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=False_b=False.verified.txt
index 90d61e122d..0d4a86fbb3 100644
--- a/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=False_b=False.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=False_b=False.verified.txt
@@ -1 +1 @@
-contentMultipleParams
\ No newline at end of file
+contentMultipleParams
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=True_b=False.verified.txt b/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=True_b=False.verified.txt
index 90d61e122d..0d4a86fbb3 100644
--- a/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=True_b=False.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.MultipleParams_a=True_b=False.verified.txt
@@ -1 +1 @@
-contentMultipleParams
\ No newline at end of file
+contentMultipleParams
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt
index b982b1f730..5b37862edb 100644
--- a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Linux.verified.txt
@@ -1 +1 @@
-FooOSPlatform
\ No newline at end of file
+FooOSPlatform
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt
index b982b1f730..5b37862edb 100644
--- a/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.OSPlatform.OSX.verified.txt
@@ -1 +1 @@
-FooOSPlatform
\ No newline at end of file
+FooOSPlatform
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Windows.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Windows.verified.txt
index b982b1f730..5b37862edb 100644
--- a/src/Verify.Tests/Naming/NamerTests.OSPlatform.Windows.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.OSPlatform.Windows.verified.txt
@@ -1 +1 @@
-FooOSPlatform
\ No newline at end of file
+FooOSPlatform
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt
index f8699dfe7b..dd7fd0d917 100644
--- a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Linux.verified.txt
@@ -1 +1 @@
-FooOSPlatformFluent
\ No newline at end of file
+FooOSPlatformFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt
index f8699dfe7b..dd7fd0d917 100644
--- a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.OSX.verified.txt
@@ -1 +1 @@
-FooOSPlatformFluent
\ No newline at end of file
+FooOSPlatformFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Windows.verified.txt b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Windows.verified.txt
index f8699dfe7b..dd7fd0d917 100644
--- a/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Windows.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.OSPlatformFluent.Windows.verified.txt
@@ -1 +1 @@
-FooOSPlatformFluent
\ No newline at end of file
+FooOSPlatformFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.Runtime.Core.verified.txt b/src/Verify.Tests/Naming/NamerTests.Runtime.Core.verified.txt
index a9f9bd1751..b6468a564e 100644
--- a/src/Verify.Tests/Naming/NamerTests.Runtime.Core.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.Runtime.Core.verified.txt
@@ -1 +1 @@
-Core
\ No newline at end of file
+Core
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.Runtime.Net.verified.txt b/src/Verify.Tests/Naming/NamerTests.Runtime.Net.verified.txt
index 7673f6c043..d414763982 100644
--- a/src/Verify.Tests/Naming/NamerTests.Runtime.Net.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.Runtime.Net.verified.txt
@@ -1 +1 @@
-Net
\ No newline at end of file
+Net
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt
index ba68c23f9e..ca3e63aa6e 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core2_1.verified.txt
@@ -1 +1 @@
-Core2_1
\ No newline at end of file
+Core2_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt
index 884d591d99..e876277c17 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_0.verified.txt
@@ -1 +1 @@
-Core3_0
\ No newline at end of file
+Core3_0
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_1.verified.txt
index eeb914ae01..8486beb6d2 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Core3_1.verified.txt
@@ -1 +1 @@
-Core3_1
\ No newline at end of file
+Core3_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt
index 9b39d776ae..2bd5873cb6 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_6.verified.txt
@@ -1 +1 @@
-Net4_6
\ No newline at end of file
+Net4_6
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_8.verified.txt
index 578251be7c..533f602562 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_8.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersion.Net4_8.verified.txt
@@ -1 +1 @@
-Net4_8
\ No newline at end of file
+Net4_8
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt
index ba68c23f9e..ca3e63aa6e 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core2_1.verified.txt
@@ -1 +1 @@
-Core2_1
\ No newline at end of file
+Core2_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt
index 884d591d99..e876277c17 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_0.verified.txt
@@ -1 +1 @@
-Core3_0
\ No newline at end of file
+Core3_0
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_1.verified.txt
index eeb914ae01..8486beb6d2 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Core3_1.verified.txt
@@ -1 +1 @@
-Core3_1
\ No newline at end of file
+Core3_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt
index 9b39d776ae..2bd5873cb6 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_6.verified.txt
@@ -1 +1 @@
-Net4_6
\ No newline at end of file
+Net4_6
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_8.verified.txt
index 578251be7c..533f602562 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_8.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeAndVersionFluent.Net4_8.verified.txt
@@ -1 +1 @@
-Net4_8
\ No newline at end of file
+Net4_8
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Core.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Core.verified.txt
index a9f9bd1751..b6468a564e 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Core.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Core.verified.txt
@@ -1 +1 @@
-Core
\ No newline at end of file
+Core
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Net.verified.txt b/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Net.verified.txt
index 7673f6c043..d414763982 100644
--- a/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Net.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.RuntimeFluent.Net.verified.txt
@@ -1 +1 @@
-Net
\ No newline at end of file
+Net
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFramework.Core.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFramework.Core.verified.txt
index 6be064ee75..b3175cb9d7 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFramework.Core.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFramework.Core.verified.txt
@@ -1 +1 @@
-FooTargetFramework
\ No newline at end of file
+FooTargetFramework
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFramework.DotNet.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFramework.DotNet.verified.txt
index 6be064ee75..b3175cb9d7 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFramework.DotNet.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFramework.DotNet.verified.txt
@@ -1 +1 @@
-FooTargetFramework
\ No newline at end of file
+FooTargetFramework
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt
index b621e2577f..3c684fd5bd 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core2_1.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersion
\ No newline at end of file
+FooTargetFrameworkAndVersion
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt
index b621e2577f..3c684fd5bd 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_0.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersion
\ No newline at end of file
+FooTargetFrameworkAndVersion
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_1.verified.txt
index b621e2577f..3c684fd5bd 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.Core3_1.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersion
\ No newline at end of file
+FooTargetFrameworkAndVersion
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt
index b621e2577f..3c684fd5bd 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_6.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersion
\ No newline at end of file
+FooTargetFrameworkAndVersion
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt
index b621e2577f..3c684fd5bd 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersion.DotNet4_8.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersion
\ No newline at end of file
+FooTargetFrameworkAndVersion
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt
index 451302af35..4ae8872229 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core2_1.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionFluent
\ No newline at end of file
+FooTargetFrameworkAndVersionFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt
index 451302af35..4ae8872229 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_0.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionFluent
\ No newline at end of file
+FooTargetFrameworkAndVersionFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_1.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_1.verified.txt
index 451302af35..4ae8872229 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.Core3_1.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionFluent
\ No newline at end of file
+FooTargetFrameworkAndVersionFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt
index 451302af35..4ae8872229 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_6.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionFluent
\ No newline at end of file
+FooTargetFrameworkAndVersionFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt
index 451302af35..4ae8872229 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluent.DotNet4_8.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionFluent
\ No newline at end of file
+FooTargetFrameworkAndVersionFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluentWithAssembly.DotNet2_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluentWithAssembly.DotNet2_0.verified.txt
index f4de6ae157..c2e7d3ba80 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluentWithAssembly.DotNet2_0.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionFluentWithAssembly.DotNet2_0.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionFluentWithAssembly
\ No newline at end of file
+FooTargetFrameworkAndVersionFluentWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionWithAssembly.DotNet2_0.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionWithAssembly.DotNet2_0.verified.txt
index b9a3c12e96..d4f40aa1dd 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionWithAssembly.DotNet2_0.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkAndVersionWithAssembly.DotNet2_0.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkAndVersionWithAssembly
\ No newline at end of file
+FooTargetFrameworkAndVersionWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Core.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Core.verified.txt
index 9f924ad348..e2b2078170 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Core.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.Core.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkFluent
\ No newline at end of file
+FooTargetFrameworkFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.DotNet.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.DotNet.verified.txt
index 9f924ad348..e2b2078170 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.DotNet.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluent.DotNet.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkFluent
\ No newline at end of file
+FooTargetFrameworkFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluentWithAssembly.DotNet.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluentWithAssembly.DotNet.verified.txt
index 987ece251f..14f0ed4cb6 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluentWithAssembly.DotNet.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkFluentWithAssembly.DotNet.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkFluentWithAssembly
\ No newline at end of file
+FooTargetFrameworkFluentWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkWithAssembly.DotNet.verified.txt b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkWithAssembly.DotNet.verified.txt
index 10132c1e16..bca9ef42b2 100644
--- a/src/Verify.Tests/Naming/NamerTests.TargetFrameworkWithAssembly.DotNet.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TargetFrameworkWithAssembly.DotNet.verified.txt
@@ -1 +1 @@
-FooTargetFrameworkWithAssembly
\ No newline at end of file
+FooTargetFrameworkWithAssembly
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=One.verified.txt b/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=One.verified.txt
index 222e649fef..a0daf76006 100644
--- a/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=One.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=One.verified.txt
@@ -1 +1 @@
-valueTheoryWithArray
\ No newline at end of file
+valueTheoryWithArray
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=foo,bar,baz.verified.txt b/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=foo,bar,baz.verified.txt
index 222e649fef..a0daf76006 100644
--- a/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=foo,bar,baz.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.TheoryWithArray_values=foo,bar,baz.verified.txt
@@ -1 +1 @@
-valueTheoryWithArray
\ No newline at end of file
+valueTheoryWithArray
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value1.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value1.verified.txt
index 423bcadedf..7e3b1b2152 100644
--- a/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value1.verified.txt
@@ -1 +1 @@
-Value1UseTextForParametersFluent
\ No newline at end of file
+Value1UseTextForParametersFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value2.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value2.verified.txt
index e707acda2d..d5794805d0 100644
--- a/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value2.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.UseTextForParametersFluent_Value2.verified.txt
@@ -1 +1 @@
-Value2UseTextForParametersFluent
\ No newline at end of file
+Value2UseTextForParametersFluent
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.UseTextForParametersNoParam_Suffix.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseTextForParametersNoParam_Suffix.verified.txt
index a0c74d9c38..144fd0f81e 100644
--- a/src/Verify.Tests/Naming/NamerTests.UseTextForParametersNoParam_Suffix.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.UseTextForParametersNoParam_Suffix.verified.txt
@@ -1 +1 @@
-ValueUseTextForParametersNoParam
\ No newline at end of file
+ValueUseTextForParametersNoParam
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value1.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value1.verified.txt
index e7420d2ca6..57c62d05e9 100644
--- a/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value1.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value1.verified.txt
@@ -1 +1 @@
-Value1UseTextForParameters
\ No newline at end of file
+Value1UseTextForParameters
\ No newline at end of file
diff --git a/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value2.verified.txt b/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value2.verified.txt
index 7f91764036..0ed3611354 100644
--- a/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value2.verified.txt
+++ b/src/Verify.Tests/Naming/NamerTests.UseTextForParameters_Value2.verified.txt
@@ -1 +1 @@
-Value2UseTextForParameters
\ No newline at end of file
+Value2UseTextForParameters
\ No newline at end of file
diff --git a/src/Verify.Tests/ScrubStackTrace.Dotnet.verified.txt b/src/Verify.Tests/ScrubStackTrace.Dotnet.verified.txt
index ff68f9a002..a7975f5323 100644
--- a/src/Verify.Tests/ScrubStackTrace.Dotnet.verified.txt
+++ b/src/Verify.Tests/ScrubStackTrace.Dotnet.verified.txt
@@ -1,4 +1,4 @@
-
+
Elmah.TestException: This is a test exception that can be safely ignored.
at Elmah.ErrorLogPageFactory.FindHandler(String name)
at Elmah.ErrorLogPageFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated)
diff --git a/src/Verify.Tests/ScrubStackTrace.Dotnet_RemoveParams.verified.txt b/src/Verify.Tests/ScrubStackTrace.Dotnet_RemoveParams.verified.txt
index 5cc96d07fa..c0ad3da3fc 100644
--- a/src/Verify.Tests/ScrubStackTrace.Dotnet_RemoveParams.verified.txt
+++ b/src/Verify.Tests/ScrubStackTrace.Dotnet_RemoveParams.verified.txt
@@ -1,4 +1,4 @@
-
+
Elmah.TestException: This is a test exception that can be safely ignored.
at Elmah.ErrorLogPageFactory.FindHandler(...)
at Elmah.ErrorLogPageFactory.GetHandler(...)
diff --git a/src/Verify.Tests/ScrubStackTrace.Mono.verified.txt b/src/Verify.Tests/ScrubStackTrace.Mono.verified.txt
index a490dc1836..7f0d87fa37 100644
--- a/src/Verify.Tests/ScrubStackTrace.Mono.verified.txt
+++ b/src/Verify.Tests/ScrubStackTrace.Mono.verified.txt
@@ -1,4 +1,4 @@
-
+
System.Web.HttpException: The controller for path '/helloworld' was not found or does not implement IController.
at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(System.Web.Routing.RequestContext requestContext, System.Type controllerType)
at System.Web.Mvc.DefaultControllerFactory.CreateController(System.Web.Routing.RequestContext requestContext, System.String controllerName)
diff --git a/src/Verify.Tests/ScrubStackTrace.Mono_RemoveParams.verified.txt b/src/Verify.Tests/ScrubStackTrace.Mono_RemoveParams.verified.txt
index 2ddf688355..f250eff6de 100644
--- a/src/Verify.Tests/ScrubStackTrace.Mono_RemoveParams.verified.txt
+++ b/src/Verify.Tests/ScrubStackTrace.Mono_RemoveParams.verified.txt
@@ -1,4 +1,4 @@
-
+
System.Web.HttpException: The controller for path '/helloworld' was not found or does not implement IController.
at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(...)
at System.Web.Mvc.DefaultControllerFactory.CreateController(...)
diff --git a/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettings.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettings.verified.txt
index a608df647d..3ee291f7bd 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettings.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettings.verified.txt
@@ -1 +1 @@
-Value
\ No newline at end of file
+Value
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettingsFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettingsFluent.verified.txt
index a608df647d..3ee291f7bd 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettingsFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.AddExtraSettingsFluent.verified.txt
@@ -1 +1 @@
-Value
\ No newline at end of file
+Value
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstance.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstance.verified.txt
index 0a1c3a6d1b..5d67c51e68 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstance.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstance.verified.txt
@@ -1,4 +1,4 @@
-{
+{
ToInclude: {
Property: Include
}
diff --git a/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstanceFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstanceFluent.verified.txt
index 0a1c3a6d1b..5d67c51e68 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstanceFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.AddIgnoreInstanceFluent.verified.txt
@@ -1,4 +1,4 @@
-{
+{
ToInclude: {
Property: Include
}
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ByteArray.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ByteArray.verified.txt
index f04aff6bde..aea1f9beb9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ByteArray.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ByteArray.verified.txt
@@ -1,3 +1,3 @@
-{
+{
bytes: AQ==
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Claim.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Claim.verified.txt
index 01d5a99751..f868124395 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Claim.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Claim.verified.txt
@@ -1,3 +1,3 @@
-{
+{
TheType: TheValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ClaimsPrincipal.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ClaimsPrincipal.verified.txt
index 0ce1b4015b..bdf08c0167 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ClaimsPrincipal.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ClaimsPrincipal.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Identities: [
{
Claims: [
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Constructor.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Constructor.verified.txt
index a8901420e0..b4f7d5b01f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Constructor.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Constructor.verified.txt
@@ -1 +1 @@
-SerializationTests.ctor()
\ No newline at end of file
+SerializationTests.ctor()
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionProp.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionProp.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionProp.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionProp.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionPropFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionPropFluent.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionPropFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.CustomExceptionPropFluent.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.DatetimeOffsetScrubbingDisabled.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.DatetimeOffsetScrubbingDisabled.verified.txt
index f4581f4909..3fc99c2f4b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.DatetimeOffsetScrubbingDisabled.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.DatetimeOffsetScrubbingDisabled.verified.txt
@@ -1,4 +1,4 @@
-{
+{
noTime: 2000-01-01+01:00,
withTime: 2000-01-01T01:01:01+01:00
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.DatetimeScrubbingDisabled.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.DatetimeScrubbingDisabled.verified.txt
index fc23edcce8..2bf167c062 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.DatetimeScrubbingDisabled.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.DatetimeScrubbingDisabled.verified.txt
@@ -1,4 +1,4 @@
-{
+{
noTime: 2000-01-01,
withTime: 2000-01-01T01:01:01
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.DelegateProp.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.DelegateProp.verified.txt
index b5938c093d..40c354cf66 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.DelegateProp.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.DelegateProp.verified.txt
@@ -1,4 +1,4 @@
-{
+{
DelegateProperty: {
Type: Action,
Target: SerializationTests.WithDelegate.<>c,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.DictionaryOrderNonComparable.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.DictionaryOrderNonComparable.verified.txt
index 378c8e4b5e..ed96d4a4ae 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.DictionaryOrderNonComparable.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.DictionaryOrderNonComparable.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Foo1: Bar,
Foo2: Bar
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.EmptyDictionaryProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.EmptyDictionaryProperty.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.EmptyDictionaryProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.EmptyDictionaryProperty.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Escaping.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Escaping.verified.txt
index 13f5775602..068f68f83b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Escaping.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Escaping.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: \
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExampleNonDefaults.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExampleNonDefaults.verified.txt
index b4b8b29084..66b9a44a4f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExampleNonDefaults.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExampleNonDefaults.verified.txt
@@ -1,4 +1,4 @@
-{
+{
GivenNames: John,
FamilyName: Smith,
Spouse: Jill,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessageProp.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessageProp.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessageProp.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessageProp.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessagePropFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessagePropFluent.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessagePropFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExceptionMessagePropFluent.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExceptionProps.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExceptionProps.verified.txt
index 98a77f3899..946b3109c0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExceptionProps.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExceptionProps.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: Exception of type 'System.Exception' was thrown.,
StackTrace: at SerializationTests.ExceptionProps()
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Core.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Core.verified.txt
index 26b7b0be6a..9b52b81fd0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Core.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Core.verified.txt
@@ -1 +1 @@
-source => Convert(source.Message, Object)
\ No newline at end of file
+source => Convert(source.Message, Object)
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.DotNet.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.DotNet.verified.txt
index 26b7b0be6a..9b52b81fd0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.DotNet.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.DotNet.verified.txt
@@ -1 +1 @@
-source => Convert(source.Message, Object)
\ No newline at end of file
+source => Convert(source.Message, Object)
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Net.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Net.verified.txt
index bbaa7e807d..99a545f1a9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Net.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ExpressionString.Net.verified.txt
@@ -1 +1 @@
-source => Convert(source.Message)
\ No newline at end of file
+source => Convert(source.Message)
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Field.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Field.verified.txt
index 82dfa63929..08d8fec4a4 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Field.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Field.verified.txt
@@ -1 +1 @@
-SerializationTests.MyField
\ No newline at end of file
+SerializationTests.MyField
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.GetProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.GetProperty.verified.txt
index 1f728d37d9..39f402de02 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.GetProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.GetProperty.verified.txt
@@ -1 +1 @@
-SerializationTests.get_MyProperty()
\ No newline at end of file
+SerializationTests.get_MyProperty()
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.GuidScrubbingDisabledFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.GuidScrubbingDisabledFluent.verified.txt
index 739c40bbd5..095f689ae0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.GuidScrubbingDisabledFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.GuidScrubbingDisabledFluent.verified.txt
@@ -1 +1 @@
-b6993f86-c1b9-44db-bfc5-33ed9e5c048e
\ No newline at end of file
+b6993f86-c1b9-44db-bfc5-33ed9e5c048e
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreDictionaryKeyByName.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreDictionaryKeyByName.verified.txt
index 4ef9cb06d3..9547bb8454 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreDictionaryKeyByName.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreDictionaryKeyByName.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Include: {
Key1: Value2
},
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreJTokenByName.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreJTokenByName.verified.txt
index 06a1df55ce..11bd9fd4a0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreJTokenByName.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreJTokenByName.verified.txt
@@ -1,4 +1,4 @@
-{
+{
short: {
key: {
code: 0,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpression.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpression.verified.txt
index c337a5abf3..7460ea52ba 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpression.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpression.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Include: Value
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpressionFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpressionFluent.verified.txt
index c337a5abf3..7460ea52ba 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpressionFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByExpressionFluent.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Include: Value
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByName.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByName.verified.txt
index bb162dc980..b139b4acd9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByName.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByName.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Include: Value,
GetOnlyProperty: asd
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByNameFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByNameFluent.verified.txt
index bb162dc980..b139b4acd9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByNameFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberByNameFluent.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Include: Value,
GetOnlyProperty: asd
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberSubClass.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberSubClass.verified.txt
index b889210e40..f8791d1803 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberSubClass.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreMemberSubClass.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message:
IgnoreMember can only be used on the type that defines the member.
diff --git a/src/Verify.Tests/Serialization/SerializationTests.IgnoreTypeFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.IgnoreTypeFluent.verified.txt
index 86d1d51160..f0c7b809dc 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.IgnoreTypeFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.IgnoreTypeFluent.verified.txt
@@ -1,4 +1,4 @@
-{
+{
ToInclude: {
Property: Value
},
diff --git a/src/Verify.Tests/Serialization/SerializationTests.MemberConverterByExpression.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.MemberConverterByExpression.verified.txt
index 9ac0f15001..2e734911c3 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.MemberConverterByExpression.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.MemberConverterByExpression.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Field: FieldValue_Suffix,
Property: SerializationTests+MemberTarget_PropertyValue_Suffix
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Method.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Method.verified.txt
index 61c1261472..856252a3c4 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Method.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Method.verified.txt
@@ -1 +1 @@
-SerializationTests.Method()
\ No newline at end of file
+SerializationTests.Method()
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.MoreSpecificScrubberShouldOverride.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.MoreSpecificScrubberShouldOverride.verified.txt
index 68d5e43662..4d3426308b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.MoreSpecificScrubberShouldOverride.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.MoreSpecificScrubberShouldOverride.verified.txt
@@ -1,3 +1,3 @@
-{
+{
currentDirectory: Bar
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.NameValueCollection.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NameValueCollection.verified.txt
index 6aef841ae5..17018612f7 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.NameValueCollection.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.NameValueCollection.verified.txt
@@ -1,4 +1,4 @@
-{
+{
item1: {
null: null
},
diff --git a/src/Verify.Tests/Serialization/SerializationTests.NamedTuple.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NamedTuple.verified.txt
index 7dfd441086..c74a87909d 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.NamedTuple.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.NamedTuple.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Member1: true,
Member2: A,
Member3: B
diff --git a/src/Verify.Tests/Serialization/SerializationTests.NamedTupleWithNull.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NamedTupleWithNull.verified.txt
index 6aec7ffe78..0ebe2f7ed6 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.NamedTupleWithNull.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.NamedTupleWithNull.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Member1: A,
Member2: null
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.NotImplementedExceptionProp.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NotImplementedExceptionProp.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.NotImplementedExceptionProp.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.NotImplementedExceptionProp.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.NotScrubNonStringDictionaryValues.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NotScrubNonStringDictionaryValues.verified.txt
index 158592e225..bb0152385b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.NotScrubNonStringDictionaryValues.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.NotScrubNonStringDictionaryValues.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: 1,
2: true
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.NotSupportedExceptionProp.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.NotSupportedExceptionProp.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.NotSupportedExceptionProp.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.NotSupportedExceptionProp.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.OnlySpecificDates.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.OnlySpecificDates.verified.txt
index 40af622d41..22b58e5efe 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.OnlySpecificDates.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.OnlySpecificDates.verified.txt
@@ -1,3 +1,3 @@
-{
+{
NotDate: 1.2.3
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Parameter.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Parameter.verified.txt
index 12d5ae4f91..b3eb7a2ca5 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Parameter.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Parameter.verified.txt
@@ -1 +1 @@
-'x' of SerializationTests.MyMethodWithParameters(int x, string y)
\ No newline at end of file
+'x' of SerializationTests.MyMethodWithParameters(int x, string y)
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.PartialNamedTuple.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.PartialNamedTuple.verified.txt
index b5c1b91937..c74ce30894 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.PartialNamedTuple.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.PartialNamedTuple.verified.txt
@@ -1 +1 @@
-Only tuples with all parts are named can be used.
\ No newline at end of file
+Only tuples with all parts are named can be used.
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.PathInfos.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.PathInfos.verified.txt
index 48ac725178..0e21d4ab0a 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.PathInfos.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.PathInfos.verified.txt
@@ -1,4 +1,4 @@
-{
+{
file: c:/foo/bar.txt,
directory: c:/foo/bar/
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Property.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Property.verified.txt
index 3732f3df14..fcb8d4a6c1 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Property.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Property.verified.txt
@@ -1 +1 @@
-SerializationTests.MyProperty
\ No newline at end of file
+SerializationTests.MyProperty
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.QuoteEscaping.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.QuoteEscaping.verified.txt
index 5d2c1075fb..a031b0cc5b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.QuoteEscaping.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.QuoteEscaping.verified.txt
@@ -1,4 +1,4 @@
-{
+{
singleQuote: ',
doubleQuote: ",
mixed: "'
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializer.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializer.verified.txt
index dfd839e17c..e5964d3a64 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializer.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializer.verified.txt
@@ -1,4 +1,4 @@
-{
+{
$type: Person,
GivenNames: John,
FamilyName: Smith
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializerFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializerFluent.verified.txt
index dfd839e17c..e5964d3a64 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializerFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScopedSerializerFluent.verified.txt
@@ -1,4 +1,4 @@
-{
+{
$type: Person,
GivenNames: John,
FamilyName: Smith
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubBaseDirectory.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubBaseDirectory.verified.txt
index 3ba23f24e1..171afd2003 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubBaseDirectory.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubBaseDirectory.verified.txt
@@ -1,4 +1,4 @@
-{
+{
baseDirectory: {CurrentDirectory},
altBaseDirectory: {CurrentDirectory}
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubBeforeNewline.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubBeforeNewline.verified.txt
index a811aecb3c..386f3242c8 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubBeforeNewline.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubBeforeNewline.verified.txt
@@ -1 +1 @@
-Line2
\ No newline at end of file
+Line2
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubCodeBaseLocation.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubCodeBaseLocation.verified.txt
index 635f14cffe..2875b6a5d8 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubCodeBaseLocation.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubCodeBaseLocation.verified.txt
@@ -1,4 +1,4 @@
-{
+{
codeBaseLocation: {CurrentDirectory},
altCodeBaseLocation: {CurrentDirectory}
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubCurrentDirectory.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubCurrentDirectory.verified.txt
index 05a42badf8..a7f24bb567 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubCurrentDirectory.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubCurrentDirectory.verified.txt
@@ -1,4 +1,4 @@
-{
+{
currentDirectory: {CurrentDirectory},
altCurrentDirectory: {CurrentDirectory},
currentDirectoryTrailing: {CurrentDirectory},
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValue.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValue.verified.txt
index 9e17ba78da..59a9326622 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValue.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValue.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: ,
2: ,
3:
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfter.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfter.verified.txt
index 9e17ba78da..59a9326622 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfter.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfter.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: ,
2: ,
3:
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfterNewLine.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfterNewLine.verified.txt
index f551cbe4e1..5b4eafb05f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfterNewLine.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueAfterNewLine.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1:
Before
After,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueWithNewLine.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueWithNewLine.verified.txt
index c2d0e8509e..64d7c10470 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueWithNewLine.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_BeforeValueWithNewLine.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: Before,
2: Before,
3: Before
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_NoMatch.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_NoMatch.verified.txt
index 27812942cb..bdaf88bf0f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_NoMatch.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_NoMatch.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: 10,
2: 10,
3: 10
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_Value.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_Value.verified.txt
index 9e17ba78da..59a9326622 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_Value.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_Value.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: ,
2: ,
3:
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfter.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfter.verified.txt
index 9e17ba78da..59a9326622 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfter.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfter.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: ,
2: ,
3:
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfterWithNewLine.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfterWithNewLine.verified.txt
index 1301ae1cf9..90f873dd76 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfterWithNewLine.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubDictionaryValue_ValueAfterWithNewLine.verified.txt
@@ -1,4 +1,4 @@
-{
+{
1: After,
2: After,
3: After
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLineEnd.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLineEnd.verified.txt
index f88e4404f9..ae99423943 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLineEnd.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLineEnd.verified.txt
@@ -1 +1 @@
-Line
\ No newline at end of file
+Line
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesEndProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesEndProperty.verified.txt
index ecb9d97f57..17be4d4134 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesEndProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesEndProperty.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Line
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddle.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddle.verified.txt
index 103f448cdf..057ec591d1 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddle.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddle.verified.txt
@@ -1,2 +1,2 @@
-Line1
+Line1
Line2
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddleProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddleProperty.verified.txt
index 8a5452fb38..59b0ea478a 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddleProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesMiddleProperty.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Property:
Line1
Line2
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStart.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStart.verified.txt
index f88e4404f9..ae99423943 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStart.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStart.verified.txt
@@ -1 +1 @@
-Line
\ No newline at end of file
+Line
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEnd.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEnd.verified.txt
index f88e4404f9..ae99423943 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEnd.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEnd.verified.txt
@@ -1 +1 @@
-Line
\ No newline at end of file
+Line
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpace.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpace.verified.txt
index f88e4404f9..ae99423943 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpace.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpace.verified.txt
@@ -1 +1 @@
-Line
\ No newline at end of file
+Line
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpaceProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpaceProperty.verified.txt
index ecb9d97f57..17be4d4134 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpaceProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndAndWhiteSpaceProperty.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Line
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndProperty.verified.txt
index ecb9d97f57..17be4d4134 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartAndEndProperty.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Line
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartProperty.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartProperty.verified.txt
index ecb9d97f57..17be4d4134 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartProperty.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubEmptyLinesStartProperty.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Line
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubInlineGuids.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubInlineGuids.verified.txt
index 61b8596ae5..bf2d60c90f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubInlineGuids.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubInlineGuids.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Title: item Guid_1 - (ID={Guid_1}),
Variant: {
Id: variant id: Guid_1
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubPropertyBeforeNewline.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubPropertyBeforeNewline.verified.txt
index 273da30849..443dc70090 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubPropertyBeforeNewline.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubPropertyBeforeNewline.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Property: Line2
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubTempPath.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubTempPath.verified.txt
index 54c5713e65..165f93d5b5 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubTempPath.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubTempPath.verified.txt
@@ -1,4 +1,4 @@
-{
+{
tempPath: {TempPath},
altTempPath: {TempPath},
tempPathTrailing: {TempPath},
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Linux.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Linux.verified.txt
index 0d2eba6afa..46c31dee5d 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Linux.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Linux.verified.txt
@@ -1 +1 @@
-/home/appveyor/SomePath
\ No newline at end of file
+/home/appveyor/SomePath
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.OSX.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.OSX.verified.txt
index 818da2121a..1cdc27b1dc 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.OSX.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.OSX.verified.txt
@@ -1 +1 @@
-/Users/appveyor/SomePath
\ No newline at end of file
+/Users/appveyor/SomePath
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Windows.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Windows.verified.txt
index 5475e943b4..6d5c7fad8e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Windows.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubUserProfile.Windows.verified.txt
@@ -1 +1 @@
-{UserProfile}/SomePath
\ No newline at end of file
+{UserProfile}/SomePath
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ScrubberWithBadNewLine.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ScrubberWithBadNewLine.verified.txt
index e1fd4014e8..dd23a90bf3 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ScrubberWithBadNewLine.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ScrubberWithBadNewLine.verified.txt
@@ -1,2 +1,2 @@
-ab
+ab
c
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreDatetimeDefaults.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreDatetimeDefaults.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreDatetimeDefaults.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreDatetimeDefaults.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreEmptyList.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreEmptyList.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreEmptyList.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreEmptyList.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreGuidDefaults.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreGuidDefaults.verified.txt
index 9e26dfeeb6..22fdca1b26 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreGuidDefaults.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldIgnoreGuidDefaults.verified.txt
@@ -1 +1 @@
-{}
\ No newline at end of file
+{}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsByDefault.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsByDefault.verified.txt
index a607aa1189..cd7568cf41 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsByDefault.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsByDefault.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Title: item ebced679-45d3-4653-8791-3d969c4a986c - (ID={ebced679-45d3-4653-8791-3d969c4a986c}),
Variant: {
Id: variant id: ebced679-45d3-4653-8791-3d969c4a986c
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsEndingLetters.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsEndingLetters.verified.txt
index 5cab68ced1..6ed7be815b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsEndingLetters.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsEndingLetters.verified.txt
@@ -1 +1 @@
-087ea433-d83b-40b6-9e37-465211d95081after
\ No newline at end of file
+087ea433-d83b-40b6-9e37-465211d95081after
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsStartingInLetters.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsStartingInLetters.verified.txt
index 3827e27224..380446fae0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsStartingInLetters.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsStartingInLetters.verified.txt
@@ -1 +1 @@
-before087ea433-d83b-40b6-9e37-465211d9508
\ No newline at end of file
+before087ea433-d83b-40b6-9e37-465211d9508
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInDash.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInDash.verified.txt
index ee94657b43..039cd59117 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInDash.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInDash.verified.txt
@@ -1 +1 @@
--087ea433-d83b-40b6-9e37-465211d9508-
\ No newline at end of file
+-087ea433-d83b-40b6-9e37-465211d9508-
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInLetters.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInLetters.verified.txt
index b622453ef0..3ae842e5c9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInLetters.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInLetters.verified.txt
@@ -1 +1 @@
-before087ea433-d83b-40b6-9e37-465211d9508cafter
\ No newline at end of file
+before087ea433-d83b-40b6-9e37-465211d9508cafter
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInNumber.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInNumber.verified.txt
index 5f0c1849c0..97ec5e5509 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInNumber.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldNotScrubInlineGuidsWrappedInNumber.verified.txt
@@ -1 +1 @@
-1087ea433-d83b-40b6-9e37-465211d950811
\ No newline at end of file
+1087ea433-d83b-40b6-9e37-465211d950811
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseDatetime2.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseDatetime2.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseDatetime2.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseDatetime2.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseGuid.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseGuid.verified.txt
index b1e7d1989b..2120d0e625 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseGuid.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldReUseGuid.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Guid: Guid_1,
GuidNullable: Guid_1,
GuidString: Guid_1,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldRespectEmptyGuid.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldRespectEmptyGuid.verified.txt
index eb7874f367..a2a56877bb 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldRespectEmptyGuid.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldRespectEmptyGuid.verified.txt
@@ -1,4 +1,4 @@
-{
+{
GuidNullable: Guid_Empty,
GuidString: Guid_Empty,
OtherGuid: Guid_1
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubDictionaryKey.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubDictionaryKey.verified.txt
index 0a6d0f325d..c7ecb8c26b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubDictionaryKey.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubDictionaryKey.verified.txt
@@ -1,4 +1,4 @@
-{
+{
guid: {
Guid_1: value
},
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubGuid.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubGuid.verified.txt
index f9bcb33c09..e4fbfa6c8e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubGuid.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubGuid.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Guid: Guid_1,
GuidNullable: Guid_2,
GuidString: Guid_3
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline1.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline1.verified.txt
index 76d3a21f2a..5fb6755e72 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline1.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline1.verified.txt
@@ -1 +1 @@
-Guid_1
+Guid_1
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline2.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline2.verified.txt
index 76d3a21f2a..5fb6755e72 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline2.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsEndingInNewline2.verified.txt
@@ -1 +1 @@
-Guid_1
+Guid_1
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsInString.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsInString.verified.txt
index 7eb17fa2ed..92305f785f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsInString.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsInString.verified.txt
@@ -1 +1 @@
-The string Guid_1
\ No newline at end of file
+The string Guid_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline1.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline1.verified.txt
index e730cd9e70..caaffec2ac 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline1.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline1.verified.txt
@@ -1,2 +1,2 @@
-
+
Guid_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline2.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline2.verified.txt
index e730cd9e70..caaffec2ac 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline2.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingInNewline2.verified.txt
@@ -1,2 +1,2 @@
-
+
Guid_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingWithSymbol.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingWithSymbol.verified.txt
index 146c3729da..b29adf98a9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingWithSymbol.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsStartingWithSymbol.verified.txt
@@ -1 +1 @@
-/Guid_1
\ No newline at end of file
+/Guid_1
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsWrappedInSymbols.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsWrappedInSymbols.verified.txt
index 484b9e3a20..490b341a6b 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsWrappedInSymbols.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubInlineGuidsWrappedInSymbols.verified.txt
@@ -1 +1 @@
-(Guid_1)
\ No newline at end of file
+(Guid_1)
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubProjectDirectory.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubProjectDirectory.verified.txt
index cc59c2d408..462c1d6fbf 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubProjectDirectory.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubProjectDirectory.verified.txt
@@ -1,4 +1,4 @@
-{
+{
path: {ProjectDirectory}Foo,
trimmed: {ProjectDirectory}Foo,
altPath: {ProjectDirectory}Foo,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubSolutionDirectory.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubSolutionDirectory.verified.txt
index 1d471e6b1a..cefb3b33ed 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubSolutionDirectory.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldScrubSolutionDirectory.verified.txt
@@ -1,4 +1,4 @@
-{
+{
path: {SolutionDirectory}Foo,
trimmed: {SolutionDirectory}Foo,
altPath: {SolutionDirectory}Foo,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ShouldUseShortTypeName.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ShouldUseShortTypeName.verified.txt
index 0939f0e3d0..62d6e4349a 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ShouldUseShortTypeName.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ShouldUseShortTypeName.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: SerializationTests,
Dynamic: dynamic
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.SortedDictionaryOrder.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.SortedDictionaryOrder.verified.txt
index 373d2d7cbc..6276581b27 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.SortedDictionaryOrder.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.SortedDictionaryOrder.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Entry_2: 5678,
Entry_1: 1234
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.TestEnumerableWithExistingConverter.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.TestEnumerableWithExistingConverter.verified.txt
index 24a90d89d4..91e58a79d6 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.TestEnumerableWithExistingConverter.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.TestEnumerableWithExistingConverter.verified.txt
@@ -1 +1 @@
-Content
\ No newline at end of file
+Content
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateFormatString.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateFormatString.verified.txt
index 7a66d72b2b..960091b343 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateFormatString.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateFormatString.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: Custom DateFormatString is not supported. Instead use VerifierSettings.TreatAsString(func) to define custom handling.
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateTimeZoneHandling.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateTimeZoneHandling.verified.txt
index f869e8f3a3..ce6376d257 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateTimeZoneHandling.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.ThrowForDateTimeZoneHandling.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: Custom RoundtripKind is not supported. Instead use VerifierSettings.TreatAsString(func) to define custom handling.
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Timespan.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Timespan.verified.txt
index 77e08fd043..59404fe184 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Timespan.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Timespan.verified.txt
@@ -1,3 +1,3 @@
-{
+{
timespan: 1.00:00:00
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Tuple.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Tuple.verified.txt
index e802bc5d69..0dd69ef7b5 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Tuple.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Tuple.verified.txt
@@ -1 +1 @@
-Verify is only to be used on methods that return a tuple.
\ No newline at end of file
+Verify is only to be used on methods that return a tuple.
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.Type.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.Type.verified.txt
index e9e7f70b03..c1da659ea0 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.Type.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.Type.verified.txt
@@ -1 +1 @@
-SerializationTests
\ No newline at end of file
+SerializationTests
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.TypeNameHandlingAll.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.TypeNameHandlingAll.verified.txt
index c02edd907c..8ffa20b1fe 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.TypeNameHandlingAll.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.TypeNameHandlingAll.verified.txt
@@ -1,4 +1,4 @@
-{
+{
$type: Person,
GivenNames: John,
FamilyName: Smith,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonGuid.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonGuid.verified.txt
index 3cce60eeba..55c16a380f 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonGuid.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonGuid.verified.txt
@@ -1,3 +1,3 @@
-{
+{
key: Guid_1
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonJToken.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonJToken.verified.txt
index 5dd5d24ff3..be95d91e4e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonJToken.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonJToken.verified.txt
@@ -1,4 +1,4 @@
-{
+{
key: {
msg: No action taken
}
diff --git a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonStream.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonStream.verified.txt
index 5dd5d24ff3..be95d91e4e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonStream.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonStream.verified.txt
@@ -1,4 +1,4 @@
-{
+{
key: {
msg: No action taken
}
diff --git a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonString.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonString.verified.txt
index 5dd5d24ff3..be95d91e4e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonString.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonString.verified.txt
@@ -1,4 +1,4 @@
-{
+{
key: {
msg: No action taken
}
diff --git a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonWithArray.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonWithArray.verified.txt
index 31ca93307f..54be0a096d 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonWithArray.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.VerifyJsonWithArray.verified.txt
@@ -1,4 +1,4 @@
-{
+{
commitments: [
{
id: Guid_1,
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WithConverter.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WithConverter.verified.txt
index 9c09362852..28a43cc9aa 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WithConverter.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WithConverter.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Name: The name,
Custom: CustomValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndIgnore.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndIgnore.verified.txt
index ac8f5b51d7..35d30e185c 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndIgnore.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndIgnore.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Custom: CustomValue
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndNewline.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndNewline.verified.txt
index 7bc5ae04e5..934bc791f3 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndNewline.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WithConverterAndNewline.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Name:
A
B
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WithObsoleteProp.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WithObsoleteProp.verified.txt
index 1b151d4c5f..40ffb03a86 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WithObsoleteProp.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WithObsoleteProp.verified.txt
@@ -1,3 +1,3 @@
-{
+{
OtherProperty: value2
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncluded.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncluded.verified.txt
index 04724df7c7..22423d7e7e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncluded.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncluded.verified.txt
@@ -1,4 +1,4 @@
-{
+{
ObsoleteProperty: value1,
OtherProperty: value2
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncludedFluent.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncludedFluent.verified.txt
index 04724df7c7..22423d7e7e 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncludedFluent.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WithObsoletePropIncludedFluent.verified.txt
@@ -1,4 +1,4 @@
-{
+{
ObsoleteProperty: value1,
OtherProperty: value2
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Serialization/SerializationTests.WriteRawInConverterTest.verified.txt b/src/Verify.Tests/Serialization/SerializationTests.WriteRawInConverterTest.verified.txt
index c47072c6a0..c0395796e9 100644
--- a/src/Verify.Tests/Serialization/SerializationTests.WriteRawInConverterTest.verified.txt
+++ b/src/Verify.Tests/Serialization/SerializationTests.WriteRawInConverterTest.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Raw: Raw " value,
WriteValue: Write " Value,
WriteRawWithScrubbers: Write "
diff --git a/src/Verify.Tests/SimpleTypeTests.DateTimeWrappedInTask.verified.txt b/src/Verify.Tests/SimpleTypeTests.DateTimeWrappedInTask.verified.txt
index 6a3731da2f..c1eeae9b0c 100644
--- a/src/Verify.Tests/SimpleTypeTests.DateTimeWrappedInTask.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.DateTimeWrappedInTask.verified.txt
@@ -1 +1 @@
-2000-01-01T01:01:01+0
\ No newline at end of file
+2000-01-01T01:01:01+0
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.GuidWrappedInTask.verified.txt b/src/Verify.Tests/SimpleTypeTests.GuidWrappedInTask.verified.txt
index 4e4d074b90..541b5753bc 100644
--- a/src/Verify.Tests/SimpleTypeTests.GuidWrappedInTask.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.GuidWrappedInTask.verified.txt
@@ -1 +1 @@
-ebced679-45d3-4653-8791-3d969c4a986c
\ No newline at end of file
+ebced679-45d3-4653-8791-3d969c4a986c
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Null.verified.txt b/src/Verify.Tests/SimpleTypeTests.Null.verified.txt
index ec747fa47d..c296c2eef5 100644
--- a/src/Verify.Tests/SimpleTypeTests.Null.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Null.verified.txt
@@ -1 +1 @@
-null
\ No newline at end of file
+null
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.NullWrappedInTask.verified.txt b/src/Verify.Tests/SimpleTypeTests.NullWrappedInTask.verified.txt
index ec747fa47d..c296c2eef5 100644
--- a/src/Verify.Tests/SimpleTypeTests.NullWrappedInTask.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.NullWrappedInTask.verified.txt
@@ -1 +1 @@
-null
\ No newline at end of file
+null
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Boolean.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Boolean.verified.txt
index 4791ed5559..b7150822d4 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Boolean.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Boolean.verified.txt
@@ -1 +1 @@
-True
\ No newline at end of file
+True
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTime.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTime.verified.txt
index 6a3731da2f..c1eeae9b0c 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTime.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTime.verified.txt
@@ -1 +1 @@
-2000-01-01T01:01:01+0
\ No newline at end of file
+2000-01-01T01:01:01+0
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTimeOffset.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTimeOffset.verified.txt
index d82b1cf77d..ddee04586a 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTimeOffset.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.DateTimeOffset.verified.txt
@@ -1 +1 @@
-2000-01-01T00:01:01.001+0
\ No newline at end of file
+2000-01-01T00:01:01.001+0
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Guid.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Guid.verified.txt
index 4e4d074b90..541b5753bc 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Guid.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Guid.verified.txt
@@ -1 +1 @@
-ebced679-45d3-4653-8791-3d969c4a986c
\ No newline at end of file
+ebced679-45d3-4653-8791-3d969c4a986c
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int16.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int16.verified.txt
index 56a6051ca2..24e9e841a3 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int16.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int16.verified.txt
@@ -1 +1 @@
-1
\ No newline at end of file
+1
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int32.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int32.verified.txt
index 56a6051ca2..24e9e841a3 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int32.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int32.verified.txt
@@ -1 +1 @@
-1
\ No newline at end of file
+1
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int64.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int64.verified.txt
index 56a6051ca2..24e9e841a3 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int64.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Int64.verified.txt
@@ -1 +1 @@
-1
\ No newline at end of file
+1
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.String.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.String.verified.txt
index 0431ecb89e..0ffa8c95e2 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.String.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.String.verified.txt
@@ -1 +1 @@
-theString
\ No newline at end of file
+theString
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt16.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt16.verified.txt
index 56a6051ca2..24e9e841a3 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt16.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt16.verified.txt
@@ -1 +1 @@
-1
\ No newline at end of file
+1
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt32.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt32.verified.txt
index 56a6051ca2..24e9e841a3 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt32.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt32.verified.txt
@@ -1 +1 @@
-1
\ No newline at end of file
+1
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt64.verified.txt b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt64.verified.txt
index 56a6051ca2..24e9e841a3 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt64.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.UInt64.verified.txt
@@ -1 +1 @@
-1
\ No newline at end of file
+1
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XDocument.verified.xml b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XDocument.verified.xml
index 201fc49f29..435f7cab9c 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XDocument.verified.xml
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XDocument.verified.xml
@@ -1,3 +1,3 @@
-
+
text
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XElement.verified.xml b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XElement.verified.xml
index 201fc49f29..435f7cab9c 100644
--- a/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XElement.verified.xml
+++ b/src/Verify.Tests/SimpleTypeTests.Run_arg=System.Xml.Linq.XElement.verified.xml
@@ -1,3 +1,3 @@
-
+
text
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.StringEmpty.verified.txt b/src/Verify.Tests/SimpleTypeTests.StringEmpty.verified.txt
index 30ab4cf870..c1b8d743e3 100644
--- a/src/Verify.Tests/SimpleTypeTests.StringEmpty.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.StringEmpty.verified.txt
@@ -1 +1 @@
-emptyString
\ No newline at end of file
+emptyString
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.StringEmptyWrappedInTask.verified.txt b/src/Verify.Tests/SimpleTypeTests.StringEmptyWrappedInTask.verified.txt
index 30ab4cf870..c1b8d743e3 100644
--- a/src/Verify.Tests/SimpleTypeTests.StringEmptyWrappedInTask.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.StringEmptyWrappedInTask.verified.txt
@@ -1 +1 @@
-emptyString
\ No newline at end of file
+emptyString
\ No newline at end of file
diff --git a/src/Verify.Tests/SimpleTypeTests.StringWrappedInTask.verified.txt b/src/Verify.Tests/SimpleTypeTests.StringWrappedInTask.verified.txt
index 0431ecb89e..0ffa8c95e2 100644
--- a/src/Verify.Tests/SimpleTypeTests.StringWrappedInTask.verified.txt
+++ b/src/Verify.Tests/SimpleTypeTests.StringWrappedInTask.verified.txt
@@ -1 +1 @@
-theString
\ No newline at end of file
+theString
\ No newline at end of file
diff --git a/src/Verify.Tests/Snippets/ConverterSnippets.Extension.00.verified.txt b/src/Verify.Tests/Snippets/ConverterSnippets.Extension.00.verified.txt
index fa795040ec..04a6717b37 100644
--- a/src/Verify.Tests/Snippets/ConverterSnippets.Extension.00.verified.txt
+++ b/src/Verify.Tests/Snippets/ConverterSnippets.Extension.00.verified.txt
@@ -1,4 +1,4 @@
-{
+{
PixelFormat: Format8bppIndexed,
Size: 473, 355
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Snippets/ConverterSnippets.Type.00.verified.txt b/src/Verify.Tests/Snippets/ConverterSnippets.Type.00.verified.txt
index fa795040ec..04a6717b37 100644
--- a/src/Verify.Tests/Snippets/ConverterSnippets.Type.00.verified.txt
+++ b/src/Verify.Tests/Snippets/ConverterSnippets.Type.00.verified.txt
@@ -1,4 +1,4 @@
-{
+{
PixelFormat: Format8bppIndexed,
Size: 473, 355
}
\ No newline at end of file
diff --git a/src/Verify.Tests/StaticSettings.Test.verified.txt b/src/Verify.Tests/StaticSettings.Test.verified.txt
index 1ce858dd22..2650950904 100644
--- a/src/Verify.Tests/StaticSettings.Test.verified.txt
+++ b/src/Verify.Tests/StaticSettings.Test.verified.txt
@@ -1 +1 @@
-new value
\ No newline at end of file
+new value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.AsyncEnumerable.verified.txt b/src/Verify.Tests/Tests.AsyncEnumerable.verified.txt
index 81d8cdca16..a0c0760b6e 100644
--- a/src/Verify.Tests/Tests.AsyncEnumerable.verified.txt
+++ b/src/Verify.Tests/Tests.AsyncEnumerable.verified.txt
@@ -1,4 +1,4 @@
-[
+[
one,
two
]
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.AsyncEnumerableAsyncDisposable.verified.txt b/src/Verify.Tests/Tests.AsyncEnumerableAsyncDisposable.verified.txt
index d25a02f72e..1dfa0e1b3d 100644
--- a/src/Verify.Tests/Tests.AsyncEnumerableAsyncDisposable.verified.txt
+++ b/src/Verify.Tests/Tests.AsyncEnumerableAsyncDisposable.verified.txt
@@ -1,4 +1,4 @@
-[
+[
{
Property: Value,
AsyncDisposed: false
diff --git a/src/Verify.Tests/Tests.AsyncEnumerableDisposable.verified.txt b/src/Verify.Tests/Tests.AsyncEnumerableDisposable.verified.txt
index 047a8a1307..d0a097230f 100644
--- a/src/Verify.Tests/Tests.AsyncEnumerableDisposable.verified.txt
+++ b/src/Verify.Tests/Tests.AsyncEnumerableDisposable.verified.txt
@@ -1,4 +1,4 @@
-[
+[
{
Property: Value,
Disposed: false
diff --git a/src/Verify.Tests/Tests.DanglingFiles.Core2_1.verified.txt b/src/Verify.Tests/Tests.DanglingFiles.Core2_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFiles.Core2_1.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFiles.Core2_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFiles.Core3_0.verified.txt b/src/Verify.Tests/Tests.DanglingFiles.Core3_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFiles.Core3_0.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFiles.Core3_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFiles.Core3_1.verified.txt b/src/Verify.Tests/Tests.DanglingFiles.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFiles.Core3_1.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFiles.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFiles.Net4_6.verified.txt b/src/Verify.Tests/Tests.DanglingFiles.Net4_6.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFiles.Net4_6.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFiles.Net4_6.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFiles.Net4_8.verified.txt b/src/Verify.Tests/Tests.DanglingFiles.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFiles.Net4_8.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFiles.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core2_1.verified.txt b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core2_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core2_1.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core2_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_0.verified.txt b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_0.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_1.verified.txt b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_1.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_6.verified.txt b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_6.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_6.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_6.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_8.verified.txt b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_8.verified.txt
+++ b/src/Verify.Tests/Tests.DanglingFilesIgnoreParametersForVerified.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.NestedStringBuilder.verified.txt b/src/Verify.Tests/Tests.NestedStringBuilder.verified.txt
index dee5f002df..bda357438f 100644
--- a/src/Verify.Tests/Tests.NestedStringBuilder.verified.txt
+++ b/src/Verify.Tests/Tests.NestedStringBuilder.verified.txt
@@ -1,3 +1,3 @@
-{
+{
StringBuilder: value
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.NestedTextWriter.verified.txt b/src/Verify.Tests/Tests.NestedTextWriter.verified.txt
index 5817e051fc..15604a9057 100644
--- a/src/Verify.Tests/Tests.NestedTextWriter.verified.txt
+++ b/src/Verify.Tests/Tests.NestedTextWriter.verified.txt
@@ -1,3 +1,3 @@
-{
+{
target: content
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.Newlines.verified.txt b/src/Verify.Tests/Tests.Newlines.verified.txt
index d68dd4031d..90f8bf6093 100644
--- a/src/Verify.Tests/Tests.Newlines.verified.txt
+++ b/src/Verify.Tests/Tests.Newlines.verified.txt
@@ -1,4 +1,4 @@
-a
+a
b
c
d
diff --git a/src/Verify.Tests/Tests.OnVerifyMismatch.verified.txt b/src/Verify.Tests/Tests.OnVerifyMismatch.verified.txt
index 786cc90368..fcbcb58b60 100644
--- a/src/Verify.Tests/Tests.OnVerifyMismatch.verified.txt
+++ b/src/Verify.Tests/Tests.OnVerifyMismatch.verified.txt
@@ -1 +1 @@
-othervalue
\ No newline at end of file
+othervalue
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.ShouldNotIgnoreCase.verified.txt b/src/Verify.Tests/Tests.ShouldNotIgnoreCase.verified.txt
index 8c7e5a667f..7c06d290ed 100644
--- a/src/Verify.Tests/Tests.ShouldNotIgnoreCase.verified.txt
+++ b/src/Verify.Tests/Tests.ShouldNotIgnoreCase.verified.txt
@@ -1 +1 @@
-A
\ No newline at end of file
+A
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.StreamNotAtStartAsText.verified.txt b/src/Verify.Tests/Tests.StreamNotAtStartAsText.verified.txt
index 1910281566..e1fde7839a 100644
--- a/src/Verify.Tests/Tests.StreamNotAtStartAsText.verified.txt
+++ b/src/Verify.Tests/Tests.StreamNotAtStartAsText.verified.txt
@@ -1 +1 @@
-foo
\ No newline at end of file
+foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.StreamsWithNull.01.verified.txt b/src/Verify.Tests/Tests.StreamsWithNull.01.verified.txt
index ec747fa47d..c296c2eef5 100644
--- a/src/Verify.Tests/Tests.StreamsWithNull.01.verified.txt
+++ b/src/Verify.Tests/Tests.StreamsWithNull.01.verified.txt
@@ -1 +1 @@
-null
\ No newline at end of file
+null
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.StringBuilder.verified.txt b/src/Verify.Tests/Tests.StringBuilder.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.StringBuilder.verified.txt
+++ b/src/Verify.Tests/Tests.StringBuilder.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.StringExtension.verified.xml b/src/Verify.Tests/Tests.StringExtension.verified.xml
index 78d1ab9f42..5a02446202 100644
--- a/src/Verify.Tests/Tests.StringExtension.verified.xml
+++ b/src/Verify.Tests/Tests.StringExtension.verified.xml
@@ -1 +1 @@
-b
\ No newline at end of file
+b
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.TaskResult.verified.txt b/src/Verify.Tests/Tests.TaskResult.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Tests/Tests.TaskResult.verified.txt
+++ b/src/Verify.Tests/Tests.TaskResult.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.TaskResultAsyncDisposable.verified.txt b/src/Verify.Tests/Tests.TaskResultAsyncDisposable.verified.txt
index 36cbd70af0..f2806f11f4 100644
--- a/src/Verify.Tests/Tests.TaskResultAsyncDisposable.verified.txt
+++ b/src/Verify.Tests/Tests.TaskResultAsyncDisposable.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Property: Value,
AsyncDisposed: false
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.TaskResultDisposable.verified.txt b/src/Verify.Tests/Tests.TaskResultDisposable.verified.txt
index ab04567c22..5b293645ab 100644
--- a/src/Verify.Tests/Tests.TaskResultDisposable.verified.txt
+++ b/src/Verify.Tests/Tests.TaskResultDisposable.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Property: Value,
Disposed: false
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.TextWriter.verified.txt b/src/Verify.Tests/Tests.TextWriter.verified.txt
index 6b584e8ece..497a50daaf 100644
--- a/src/Verify.Tests/Tests.TextWriter.verified.txt
+++ b/src/Verify.Tests/Tests.TextWriter.verified.txt
@@ -1 +1 @@
-content
\ No newline at end of file
+content
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.Throws.verified.txt b/src/Verify.Tests/Tests.Throws.verified.txt
index 3c7eba7f84..5edfe1df40 100644
--- a/src/Verify.Tests/Tests.Throws.verified.txt
+++ b/src/Verify.Tests/Tests.Throws.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: The Message,
StackTrace: at Tests.MethodThatThrows()
diff --git a/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt b/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt
index 4e0796886c..0e0eb487a7 100644
--- a/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsAggregate.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: AggregateException,
InnerExceptions: [
{
diff --git a/src/Verify.Tests/Tests.ThrowsArgumentException.verified.txt b/src/Verify.Tests/Tests.ThrowsArgumentException.verified.txt
index d32322a464..904e02865d 100644
--- a/src/Verify.Tests/Tests.ThrowsArgumentException.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsArgumentException.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: ArgumentException,
Message: The Message,
ParamName: The parameter,
diff --git a/src/Verify.Tests/Tests.ThrowsEmptyAggregate.verified.txt b/src/Verify.Tests/Tests.ThrowsEmptyAggregate.verified.txt
index d7c413c481..dd2f597e6b 100644
--- a/src/Verify.Tests/Tests.ThrowsEmptyAggregate.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsEmptyAggregate.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: AggregateException,
StackTrace: at Tests.MethodThatThrowsEmptyAggregate()
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.ThrowsInheritedArgumentException.verified.txt b/src/Verify.Tests/Tests.ThrowsInheritedArgumentException.verified.txt
index 27db41df64..4f538f1369 100644
--- a/src/Verify.Tests/Tests.ThrowsInheritedArgumentException.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsInheritedArgumentException.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: ArgumentNullException,
Message: The Message,
ParamName: The parameter,
diff --git a/src/Verify.Tests/Tests.ThrowsNested.verified.txt b/src/Verify.Tests/Tests.ThrowsNested.verified.txt
index 580d611023..74e5b38cea 100644
--- a/src/Verify.Tests/Tests.ThrowsNested.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsNested.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: The Message,
StackTrace: at Tests.Nested.MethodThatThrows()
diff --git a/src/Verify.Tests/Tests.ThrowsTask.Net.verified.txt b/src/Verify.Tests/Tests.ThrowsTask.Net.verified.txt
index af0deca861..4c84249d9e 100644
--- a/src/Verify.Tests/Tests.ThrowsTask.Net.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsTask.Net.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: The Message,
StackTrace: at Tests.TaskMethodThatThrows()
diff --git a/src/Verify.Tests/Tests.ThrowsTaskGeneric.Net.verified.txt b/src/Verify.Tests/Tests.ThrowsTaskGeneric.Net.verified.txt
index aa9ec0559f..fdf8ea47cc 100644
--- a/src/Verify.Tests/Tests.ThrowsTaskGeneric.Net.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsTaskGeneric.Net.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: The Message,
StackTrace: at Tests.TaskMethodThatThrowsGeneric()
diff --git a/src/Verify.Tests/Tests.ThrowsValueTask.Net.verified.txt b/src/Verify.Tests/Tests.ThrowsValueTask.Net.verified.txt
index c91afea844..654b7c0e5f 100644
--- a/src/Verify.Tests/Tests.ThrowsValueTask.Net.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsValueTask.Net.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: The Message,
StackTrace: at Tests.ValueTaskMethodThatThrows()
diff --git a/src/Verify.Tests/Tests.ThrowsValueTaskGeneric.Net.verified.txt b/src/Verify.Tests/Tests.ThrowsValueTaskGeneric.Net.verified.txt
index 742b067068..303fd1bd4e 100644
--- a/src/Verify.Tests/Tests.ThrowsValueTaskGeneric.Net.verified.txt
+++ b/src/Verify.Tests/Tests.ThrowsValueTaskGeneric.Net.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Type: Exception,
Message: The Message,
StackTrace: at Tests.ValueTaskMethodThatThrowsGeneric()
diff --git a/src/Verify.Tests/Tests.TreatAsString.verified.txt b/src/Verify.Tests/Tests.TreatAsString.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Tests.TreatAsString.verified.txt
+++ b/src/Verify.Tests/Tests.TreatAsString.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.VerifyFilePath.verified.txt b/src/Verify.Tests/Tests.VerifyFilePath.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Tests.VerifyFilePath.verified.txt
+++ b/src/Verify.Tests/Tests.VerifyFilePath.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.VerifyFileWithAppend.00.verified.txt b/src/Verify.Tests/Tests.VerifyFileWithAppend.00.verified.txt
index 66aef0c28f..d846cbc458 100644
--- a/src/Verify.Tests/Tests.VerifyFileWithAppend.00.verified.txt
+++ b/src/Verify.Tests/Tests.VerifyFileWithAppend.00.verified.txt
@@ -1,4 +1,4 @@
-{
+{
target: null,
key: value
}
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.VerifyFileWithAppend.01.verified.txt b/src/Verify.Tests/Tests.VerifyFileWithAppend.01.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Tests/Tests.VerifyFileWithAppend.01.verified.txt
+++ b/src/Verify.Tests/Tests.VerifyFileWithAppend.01.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Tests/Tests.WithNewline.verified.txt b/src/Verify.Tests/Tests.WithNewline.verified.txt
index e4d02ac8fe..d58bd4be83 100644
--- a/src/Verify.Tests/Tests.WithNewline.verified.txt
+++ b/src/Verify.Tests/Tests.WithNewline.verified.txt
@@ -1,4 +1,4 @@
-{
+{
Property:
F
oo
diff --git a/src/Verify.Tests/Tests.cs b/src/Verify.Tests/Tests.cs
index 574c871951..f0a4214dab 100644
--- a/src/Verify.Tests/Tests.cs
+++ b/src/Verify.Tests/Tests.cs
@@ -57,6 +57,19 @@ public Task WithNewline() =>
Property = "F\roo"
});
+ // [Fact]
+ // public async Task FixNewline()
+ // {
+ // foreach (var file in Directory.EnumerateFiles(
+ // AttributeReader.GetSolutionDirectory(),
+ // "*.received.xml",
+ // SearchOption.AllDirectories))
+ // {
+ // var text = await IoHelpers.ReadStringWithFixedLines(file);
+ // await IoHelpers.WriteText(file, text);
+ // }
+ // }
+
[ModuleInitializer]
public static void TreatAsStringInit() =>
VerifierSettings.TreatAsString(
diff --git a/src/Verify.Xunit.Tests/Inheritance/Base.TestInBase.verified.txt b/src/Verify.Xunit.Tests/Inheritance/Base.TestInBase.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Xunit.Tests/Inheritance/Base.TestInBase.verified.txt
+++ b/src/Verify.Xunit.Tests/Inheritance/Base.TestInBase.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Inheritance/Base.TestToOverride.verified.txt b/src/Verify.Xunit.Tests/Inheritance/Base.TestToOverride.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Xunit.Tests/Inheritance/Base.TestToOverride.verified.txt
+++ b/src/Verify.Xunit.Tests/Inheritance/Base.TestToOverride.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Inheritance/Inherited.TestInBase.verified.txt b/src/Verify.Xunit.Tests/Inheritance/Inherited.TestInBase.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Xunit.Tests/Inheritance/Inherited.TestInBase.verified.txt
+++ b/src/Verify.Xunit.Tests/Inheritance/Inherited.TestInBase.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Inheritance/Inherited.TestToOverride.verified.txt b/src/Verify.Xunit.Tests/Inheritance/Inherited.TestToOverride.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Xunit.Tests/Inheritance/Inherited.TestToOverride.verified.txt
+++ b/src/Verify.Xunit.Tests/Inheritance/Inherited.TestToOverride.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.Usage.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.Usage.verified.txt
index f0f494161d..9a30a2dffe 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.Usage.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.Usage.verified.txt
@@ -1 +1 @@
-A B C
\ No newline at end of file
+A B C
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.UsageFluent.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.UsageFluent.verified.txt
index f0f494161d..9a30a2dffe 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.UsageFluent.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubberLevelsSample.UsageFluent.verified.txt
@@ -1 +1 @@
-A B C
\ No newline at end of file
+A B C
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
index 28c92dbce3..412d4ef282 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerialization.verified.txt
@@ -1,3 +1,3 @@
-{
+{
RowVersion: TheRowVersion
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
index 28c92dbce3..412d4ef282 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.AfterSerializationFluent.verified.txt
@@ -1,3 +1,3 @@
-{
+{
RowVersion: TheRowVersion
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
index 50f7275e5b..8d583246c9 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.EmptyLines.verified.txt
@@ -1,2 +1,2 @@
- LineA
+ LineA
LineC
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
index 6727cbe6a7..c92487b6f9 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.Lines.verified.txt
@@ -1,4 +1,4 @@
-
+
LineA
LineC
NoMoreLineE
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
index 749a577649..deb12fb50d 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.LinesFluent.verified.txt
@@ -1,4 +1,4 @@
-
+
LineA
LineC
NoMoreLineE
diff --git a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
index 6976934fd8..b43cc5fcfe 100644
--- a/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
+++ b/src/Verify.Xunit.Tests/Scrubbers/ScrubbersSample.RemoveOrReplace.verified.txt
@@ -1,4 +1,4 @@
-
+
linea
linec
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=ComplexParametersSample+ComplexData.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=ComplexParametersSample+ComplexData.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=ComplexParametersSample+ComplexData.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=ComplexParametersSample+ComplexData.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberDataFluent_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=ComplexParametersSample+ComplexData.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=ComplexParametersSample+ComplexData.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=ComplexParametersSample+ComplexData.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=ComplexParametersSample+ComplexData.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberData_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableData_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructDataFluent_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberNullableStructData_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=ComplexParametersSample+ComplexStructData.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructDataFluent_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt
index 5f282702bb..e69de29bb2 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=ComplexParametersSample+ComplexStructData.verified.txt
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value1.verified.txt
index d7a4786fcf..669f15396c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value1.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value1
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value2.verified.txt
index 57dc883ad6..3aff002a6c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ComplexParametersSample.ComplexMemberStructData_arg=Value2.verified.txt
@@ -1,3 +1,3 @@
-{
+{
Value: Value2
}
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml b/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
index 8d31f344b5..0ad32174dd 100644
--- a/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
+++ b/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethod.verified.xml
@@ -1,4 +1,4 @@
-
+
Joe
Kim
diff --git a/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml b/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
index 8d31f344b5..0ad32174dd 100644
--- a/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
+++ b/src/Verify.Xunit.Tests/Snippets/ExtensionSample.AtMethodFluent.verified.xml
@@ -1,4 +1,4 @@
-
+
Joe
Kim
diff --git a/src/Verify.Xunit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json b/src/Verify.Xunit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
index 8513f56f7e..37b2e2d72d 100644
--- a/src/Verify.Xunit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
+++ b/src/Verify.Xunit.Tests/Snippets/ExtensionSample.SharedClassLevelSettings.verified.json
@@ -1,4 +1,4 @@
-
+
{
fruit: 'Apple',
size: 'Large',
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsageFluent_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.InlineDataUsage_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsageFluent_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value1.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value1.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value1.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value2.verified.txt b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value2.verified.txt
index d8f6ff0fa4..3696843c5e 100644
--- a/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value2.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/ParametersSample.MemberDataUsage_arg=Value2.verified.txt
@@ -1 +1 @@
-Value2
\ No newline at end of file
+Value2
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/Sample.Test.verified.txt b/src/Verify.Xunit.Tests/Snippets/Sample.Test.verified.txt
index b23fb6832b..19767241bc 100644
--- a/src/Verify.Xunit.Tests/Snippets/Sample.Test.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/Sample.Test.verified.txt
@@ -1,4 +1,4 @@
-{
+{
GivenNames: John,
FamilyName: Smith,
Spouse: Jill,
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Debug.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfiguration.Release.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Debug.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.AssemblyConfigurationFluent.Release.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Core.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.DotNet.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.Runtime.Net.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Core3_1.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.DotNet5_0.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeAndVersion.Net4_8.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Core.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.DotNet.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
index 2890eead23..3c877c57a0 100644
--- a/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
+++ b/src/Verify.Xunit.Tests/Snippets/UniqueForSample.RuntimeFluent.Net.verified.txt
@@ -1 +1 @@
-value
\ No newline at end of file
+value
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/UseFileNameWithParam.verified.txt b/src/Verify.Xunit.Tests/UseFileNameWithParam.verified.txt
index cc277bb80e..39d0344b5c 100644
--- a/src/Verify.Xunit.Tests/UseFileNameWithParam.verified.txt
+++ b/src/Verify.Xunit.Tests/UseFileNameWithParam.verified.txt
@@ -1 +1 @@
-Value1
\ No newline at end of file
+Value1
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/VerifyObjectSamples.Anon.verified.txt b/src/Verify.Xunit.Tests/VerifyObjectSamples.Anon.verified.txt
index a7c18ddcee..a1f0637552 100644
--- a/src/Verify.Xunit.Tests/VerifyObjectSamples.Anon.verified.txt
+++ b/src/Verify.Xunit.Tests/VerifyObjectSamples.Anon.verified.txt
@@ -1,4 +1,4 @@
-{
+{
person1: {
GivenNames: John,
FamilyName: Smith
diff --git a/src/Verify.Xunit.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt b/src/Verify.Xunit.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt
index bffeab71a6..517a0f7d15 100644
--- a/src/Verify.Xunit.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt
+++ b/src/Verify.Xunit.Tests/VerifyObjectSamples.ScopedSerializer.verified.txt
@@ -1,4 +1,4 @@
-{
+{
$type: VerifyObjectSamples.Person,
GivenNames: John,
FamilyName: Smith
diff --git a/src/Verify.Xunit.Tests/VerifyTextSample.Simple.verified.txt b/src/Verify.Xunit.Tests/VerifyTextSample.Simple.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Xunit.Tests/VerifyTextSample.Simple.verified.txt
+++ b/src/Verify.Xunit.Tests/VerifyTextSample.Simple.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/WithAttributeTests.Nested.ShouldPass.verified.txt b/src/Verify.Xunit.Tests/WithAttributeTests.Nested.ShouldPass.verified.txt
index 20311963d6..3e07409a12 100644
--- a/src/Verify.Xunit.Tests/WithAttributeTests.Nested.ShouldPass.verified.txt
+++ b/src/Verify.Xunit.Tests/WithAttributeTests.Nested.ShouldPass.verified.txt
@@ -1 +1 @@
-NestedFoo
\ No newline at end of file
+NestedFoo
\ No newline at end of file
diff --git a/src/Verify.Xunit.Tests/WithAttributeTests.ShouldPass.verified.txt b/src/Verify.Xunit.Tests/WithAttributeTests.ShouldPass.verified.txt
index 9f26b637f0..fdf74cdc4b 100644
--- a/src/Verify.Xunit.Tests/WithAttributeTests.ShouldPass.verified.txt
+++ b/src/Verify.Xunit.Tests/WithAttributeTests.ShouldPass.verified.txt
@@ -1 +1 @@
-Foo
\ No newline at end of file
+Foo
\ No newline at end of file