@@ -178,7 +178,7 @@ var target = new GuidTarget
178178
179179await Verify (target );
180180```
181- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1009-L1022 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-guid ' title =' Start of snippet ' >anchor</a ></sup >
181+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1020-L1033 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-guid ' title =' Start of snippet ' >anchor</a ></sup >
182182<!-- endSnippet -->
183183
184184Results in the following:
@@ -474,7 +474,7 @@ public Task ScopedSerializerFluent()
474474 .AddExtraSettings (_ => _ .TypeNameHandling = TypeNameHandling .All );
475475}
476476```
477- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2161-L2188 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
477+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2174-L2201 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
478478<!-- endSnippet -->
479479
480480Result:
@@ -602,7 +602,7 @@ public Task IgnoreTypeFluent()
602602 .IgnoreMembersWithType <ToIgnoreStruct >();
603603}
604604```
605- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1399-L1504 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoretype ' title =' Start of snippet ' >anchor</a ></sup >
605+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1412-L1517 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoretype ' title =' Start of snippet ' >anchor</a ></sup >
606606<!-- endSnippet -->
607607
608608Or globally:
@@ -612,7 +612,7 @@ Or globally:
612612``` cs
613613VerifierSettings .IgnoreMembersWithType <ToIgnore >();
614614```
615- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1392-L1396 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoretypeglobal ' title =' Start of snippet ' >anchor</a ></sup >
615+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1405-L1409 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoretypeglobal ' title =' Start of snippet ' >anchor</a ></sup >
616616<!-- endSnippet -->
617617
618618Result:
@@ -683,7 +683,7 @@ public Task AddIgnoreInstanceFluent()
683683 .IgnoreInstance <Instance >(_ => _ .Property == " Ignore" );
684684}
685685```
686- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1320-L1359 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoreinstance ' title =' Start of snippet ' >anchor</a ></sup >
686+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1333-L1372 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoreinstance ' title =' Start of snippet ' >anchor</a ></sup >
687687<!-- endSnippet -->
688688
689689Or globally:
@@ -693,7 +693,7 @@ Or globally:
693693``` cs
694694VerifierSettings .IgnoreInstance <Instance >(_ => _ .Property == " Ignore" );
695695```
696- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1313-L1317 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoreinstanceglobal ' title =' Start of snippet ' >anchor</a ></sup >
696+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1326-L1330 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoreinstanceglobal ' title =' Start of snippet ' >anchor</a ></sup >
697697<!-- endSnippet -->
698698
699699Result:
@@ -736,7 +736,7 @@ public Task WithObsoleteProp()
736736 return Verify (target );
737737}
738738```
739- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2125-L2145 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
739+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2138-L2158 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
740740<!-- endSnippet -->
741741
742742Result:
@@ -784,7 +784,7 @@ public Task WithObsoletePropIncludedFluent()
784784 .IncludeObsoletes ();
785785}
786786```
787- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2096-L2123 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
787+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2109-L2136 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
788788<!-- endSnippet -->
789789
790790Or globally:
@@ -794,7 +794,7 @@ Or globally:
794794``` cs
795795VerifierSettings .IncludeObsoletes ();
796796```
797- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2089-L2093 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincludedglobally ' title =' Start of snippet ' >anchor</a ></sup >
797+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2102-L2106 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincludedglobally ' title =' Start of snippet ' >anchor</a ></sup >
798798<!-- endSnippet -->
799799
800800Result:
@@ -855,7 +855,7 @@ public Task IgnoreMemberByExpressionFluent()
855855 _ => _ .PropertyThatThrows );
856856}
857857```
858- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1684-L1723 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyexpression ' title =' Start of snippet ' >anchor</a ></sup >
858+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1697-L1736 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyexpression ' title =' Start of snippet ' >anchor</a ></sup >
859859<!-- endSnippet -->
860860
861861Or globally
@@ -870,7 +870,7 @@ VerifierSettings.IgnoreMembers<IgnoreExplicitTarget>(
870870 _ => _ .GetOnlyProperty ,
871871 _ => _ .PropertyThatThrows );
872872```
873- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1672-L1681 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyexpressionglobal ' title =' Start of snippet ' >anchor</a ></sup >
873+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1685-L1694 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyexpressionglobal ' title =' Start of snippet ' >anchor</a ></sup >
874874<!-- endSnippet -->
875875
876876Result:
@@ -944,7 +944,7 @@ public Task IgnoreMemberByNameFluent()
944944 .IgnoreMember <IgnoreExplicitTarget >(_ => _ .PropertyThatThrows );
945945}
946946```
947- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1776-L1829 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyname ' title =' Start of snippet ' >anchor</a ></sup >
947+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1789-L1842 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyname ' title =' Start of snippet ' >anchor</a ></sup >
948948<!-- endSnippet -->
949949
950950Or globally:
@@ -964,7 +964,7 @@ VerifierSettings.IgnoreMember<IgnoreExplicitTarget>("Field");
964964// For a specific type with expression
965965VerifierSettings .IgnoreMember <IgnoreExplicitTarget >(_ => _ .PropertyThatThrows );
966966```
967- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1759-L1773 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbynameglobal ' title =' Start of snippet ' >anchor</a ></sup >
967+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1772-L1786 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbynameglobal ' title =' Start of snippet ' >anchor</a ></sup >
968968<!-- endSnippet -->
969969
970970Result:
@@ -1011,7 +1011,7 @@ public Task CustomExceptionPropFluent()
10111011 .IgnoreMembersThatThrow <CustomException >();
10121012}
10131013```
1014- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1981-L2000 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
1014+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1994-L2013 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
10151015<!-- endSnippet -->
10161016
10171017Or globally:
@@ -1021,7 +1021,7 @@ Or globally:
10211021``` cs
10221022VerifierSettings .IgnoreMembersThatThrow <CustomException >();
10231023```
1024- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1974-L1978 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowglobal ' title =' Start of snippet ' >anchor</a ></sup >
1024+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1987-L1991 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowglobal ' title =' Start of snippet ' >anchor</a ></sup >
10251025<!-- endSnippet -->
10261026
10271027Result:
@@ -1058,7 +1058,7 @@ public Task ExceptionMessagePropFluent()
10581058 .IgnoreMembersThatThrow <Exception >(_ => _ .Message == " Ignore" );
10591059}
10601060```
1061- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1188-L1209 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowexpression ' title =' Start of snippet ' >anchor</a ></sup >
1061+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1199-L1220 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowexpression ' title =' Start of snippet ' >anchor</a ></sup >
10621062<!-- endSnippet -->
10631063
10641064Or globally:
@@ -1068,7 +1068,7 @@ Or globally:
10681068``` cs
10691069VerifierSettings .IgnoreMembersThatThrow <Exception >(_ => _ .Message == " Ignore" );
10701070```
1071- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1181-L1185 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowexpressionglobal ' title =' Start of snippet ' >anchor</a ></sup >
1071+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1192-L1196 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowexpressionglobal ' title =' Start of snippet ' >anchor</a ></sup >
10721072<!-- endSnippet -->
10731073
10741074Result:
@@ -1228,7 +1228,7 @@ public Task MemberConverterByExpression()
12281228 return Verify (input );
12291229}
12301230```
1231- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1725-L1749 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-memberconverter ' title =' Start of snippet ' >anchor</a ></sup >
1231+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1738-L1762 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-memberconverter ' title =' Start of snippet ' >anchor</a ></sup >
12321232<!-- endSnippet -->
12331233
12341234
0 commit comments