@@ -613,7 +613,7 @@ public Task ScopedSerializerFluent()
613613 .AddExtraSettings (_ => _ .TypeNameHandling = TypeNameHandling .All );
614614}
615615```
616- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2233-L2260 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
616+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2248-L2275 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
617617<!-- endSnippet -->
618618
619619Result:
@@ -881,7 +881,7 @@ public Task WithObsoleteProp()
881881 return Verify (target );
882882}
883883```
884- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2197-L2217 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
884+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2212-L2232 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
885885<!-- endSnippet -->
886886
887887Result:
@@ -929,7 +929,7 @@ public Task WithObsoletePropIncludedFluent()
929929 .IncludeObsoletes ();
930930}
931931```
932- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2168-L2195 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
932+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2183-L2210 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
933933<!-- endSnippet -->
934934
935935Or globally:
@@ -939,7 +939,7 @@ Or globally:
939939``` cs
940940VerifierSettings .IncludeObsoletes ();
941941```
942- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2161-L2165 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincludedglobally ' title =' Start of snippet ' >anchor</a ></sup >
942+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2176-L2180 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincludedglobally ' title =' Start of snippet ' >anchor</a ></sup >
943943<!-- endSnippet -->
944944
945945Result:
@@ -1169,7 +1169,7 @@ public Task CustomExceptionPropFluent()
11691169 .IgnoreMembersThatThrow <CustomException >();
11701170}
11711171```
1172- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2057-L2076 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
1172+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2072-L2091 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
11731173<!-- endSnippet -->
11741174
11751175Or globally:
@@ -1179,7 +1179,7 @@ Or globally:
11791179``` cs
11801180VerifierSettings .IgnoreMembersThatThrow <CustomException >();
11811181```
1182- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2050-L2054 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowglobal ' title =' Start of snippet ' >anchor</a ></sup >
1182+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2065-L2069 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowglobal ' title =' Start of snippet ' >anchor</a ></sup >
11831183<!-- endSnippet -->
11841184
11851185Result:
0 commit comments