@@ -622,7 +622,7 @@ public Task ScopedSerializerFluent()
622
622
.AddExtraSettings (_ => _ .TypeNameHandling = TypeNameHandling .All );
623
623
}
624
624
```
625
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2037-L2064 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
625
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2049-L2076 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scopedserializer ' title =' Start of snippet ' >anchor</a ></sup >
626
626
<!-- endSnippet -->
627
627
628
628
Result:
@@ -815,7 +815,7 @@ public Task WithObsoleteProp()
815
815
return Verify (target );
816
816
}
817
817
```
818
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1998-L2019 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
818
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L2010-L2031 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoleteprop ' title =' Start of snippet ' >anchor</a ></sup >
819
819
<!-- endSnippet -->
820
820
821
821
Result:
@@ -863,7 +863,7 @@ public Task WithObsoletePropIncludedFluent()
863
863
.ModifySerialization (_ => _ .IncludeObsoletes ());
864
864
}
865
865
```
866
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1969-L1996 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
866
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1981-L2008 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincluded ' title =' Start of snippet ' >anchor</a ></sup >
867
867
<!-- endSnippet -->
868
868
869
869
Or globally:
@@ -873,7 +873,7 @@ Or globally:
873
873
``` cs
874
874
VerifierSettings .ModifySerialization (_ => _ .IncludeObsoletes ());
875
875
```
876
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1962-L1966 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincludedglobally ' title =' Start of snippet ' >anchor</a ></sup >
876
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1974-L1978 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-withobsoletepropincludedglobally ' title =' Start of snippet ' >anchor</a ></sup >
877
877
<!-- endSnippet -->
878
878
879
879
Result:
@@ -1103,7 +1103,7 @@ public Task CustomExceptionPropFluent()
1103
1103
.ModifySerialization (_ => _ .IgnoreMembersThatThrow <CustomException >());
1104
1104
}
1105
1105
```
1106
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1859-L1878 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
1106
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1871-L1890 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrow ' title =' Start of snippet ' >anchor</a ></sup >
1107
1107
<!-- endSnippet -->
1108
1108
1109
1109
Or globally:
@@ -1113,7 +1113,7 @@ Or globally:
1113
1113
``` cs
1114
1114
VerifierSettings .ModifySerialization (_ => _ .IgnoreMembersThatThrow <CustomException >());
1115
1115
```
1116
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1852-L1856 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowglobal ' title =' Start of snippet ' >anchor</a ></sup >
1116
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1864-L1868 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ignoremembersthatthrowglobal ' title =' Start of snippet ' >anchor</a ></sup >
1117
1117
<!-- endSnippet -->
1118
1118
1119
1119
Result:
0 commit comments