@@ -152,7 +152,7 @@ GuidTarget target = new()
152152
153153await Verifier .Verify (target );
154154```
155- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L479-L492 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-guid ' title =' Start of snippet ' >anchor</a ></sup >
155+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L480-L493 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-guid ' title =' Start of snippet ' >anchor</a ></sup >
156156<!-- endSnippet -->
157157
158158Results in the following:
@@ -407,7 +407,7 @@ public Task ScopedSerializerFluent()
407407 _ => { _ .TypeNameHandling = TypeNameHandling .All ; });
408408}
409409```
410- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1214-L1243 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
410+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1216-L1245 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
411411<!-- endSnippet -->
412412
413413Result:
@@ -470,7 +470,7 @@ public async Task IgnoreTypeFluent()
470470
471471}
472472```
473- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L753-L793 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoretype ' title =' Start of snippet ' >anchor</a ></sup >
473+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L754-L794 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoretype ' title =' Start of snippet ' >anchor</a ></sup >
474474<!-- endSnippet -->
475475
476476Result:
@@ -534,7 +534,7 @@ public async Task AddIgnoreInstanceFluent()
534534 _ => { _ .IgnoreInstance <Instance >(x => x .Property == " Ignore" ); });
535535}
536536```
537- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L699-L740 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoreinstance ' title =' Start of snippet ' >anchor</a ></sup >
537+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L700-L741 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-addignoreinstance ' title =' Start of snippet ' >anchor</a ></sup >
538538<!-- endSnippet -->
539539
540540Result:
@@ -578,7 +578,7 @@ public Task WithObsoleteProp()
578578 return Verifier .Verify (target );
579579}
580580```
581- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1176-L1197 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
581+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1177-L1198 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
582582<!-- endSnippet -->
583583
584584Result:
@@ -626,7 +626,7 @@ public Task WithObsoletePropIncludedFluent()
626626 .ModifySerialization (_ => { _ .IncludeObsoletes (); });
627627}
628628```
629- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1147-L1174 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
629+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1148-L1175 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
630630<!-- endSnippet -->
631631
632632Result:
@@ -689,7 +689,7 @@ public async Task IgnoreMemberByExpressionFluent()
689689 });
690690}
691691```
692- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L881-L922 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyexpression ' title =' Start of snippet ' >anchor</a ></sup >
692+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L882-L923 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyexpression ' title =' Start of snippet ' >anchor</a ></sup >
693693<!-- endSnippet -->
694694
695695Result:
@@ -757,7 +757,7 @@ public async Task IgnoreMemberByNameFluent()
757757 });
758758}
759759```
760- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L972-L1019 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyname ' title =' Start of snippet ' >anchor</a ></sup >
760+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L973-L1020 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignorememberbyname ' title =' Start of snippet ' >anchor</a ></sup >
761761<!-- endSnippet -->
762762
763763Result:
@@ -803,7 +803,7 @@ public async Task CustomExceptionPropFluent()
803803 .ModifySerialization (_ => _ .IgnoreMembersThatThrow <CustomException >());
804804}
805805```
806- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1047-L1066 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
806+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1048-L1067 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
807807<!-- endSnippet -->
808808
809809Result:
@@ -843,7 +843,7 @@ public async Task ExceptionMessagePropFluent()
843843 _ => _ .IgnoreMembersThatThrow <Exception >(x => x .Message == " Ignore" ));
844844}
845845```
846- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L645-L669 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowexpression ' title =' Start of snippet ' >anchor</a ></sup >
846+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L646-L670 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowexpression ' title =' Start of snippet ' >anchor</a ></sup >
847847<!-- endSnippet -->
848848
849849Result:
0 commit comments