@@ -29,7 +29,7 @@ var target = new DateTimeTarget
29
29
30
30
await Verify (target );
31
31
```
32
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1022-L1041 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Date ' title =' Start of snippet ' >anchor</a ></sup >
32
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1044-L1063 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Date ' title =' Start of snippet ' >anchor</a ></sup >
33
33
<!-- endSnippet -->
34
34
35
35
Results in the following:
@@ -70,7 +70,7 @@ settings.DontScrubDateTimes();
70
70
71
71
return Verify (target , settings );
72
72
```
73
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1661-L1673 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimes ' title =' Start of snippet ' >anchor</a ></sup >
73
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1683-L1695 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimes ' title =' Start of snippet ' >anchor</a ></sup >
74
74
<!-- endSnippet -->
75
75
76
76
@@ -87,7 +87,7 @@ var target = new
87
87
return Verify (target )
88
88
.DontScrubDateTimes ();
89
89
```
90
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1679-L1689 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
90
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1701-L1711 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
91
91
<!-- endSnippet -->
92
92
93
93
@@ -100,7 +100,7 @@ return Verify(target)
100
100
public static void ModuleInitializer () =>
101
101
VerifierSettings .DontScrubDateTimes ();
102
102
```
103
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1747-L1753 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
103
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1769-L1775 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
104
104
<!-- endSnippet -->
105
105
106
106
@@ -124,7 +124,7 @@ settings.DisableDateCounting();
124
124
125
125
return Verify (target , settings );
126
126
```
127
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1708-L1720 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCounting ' title =' Start of snippet ' >anchor</a ></sup >
127
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1730-L1742 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCounting ' title =' Start of snippet ' >anchor</a ></sup >
128
128
<!-- endSnippet -->
129
129
130
130
@@ -141,7 +141,7 @@ var target = new
141
141
return Verify (target )
142
142
.DisableDateCounting ();
143
143
```
144
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1726-L1736 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingFluent ' title =' Start of snippet ' >anchor</a ></sup >
144
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1748-L1758 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingFluent ' title =' Start of snippet ' >anchor</a ></sup >
145
145
<!-- endSnippet -->
146
146
147
147
@@ -154,7 +154,7 @@ return Verify(target)
154
154
public static void ModuleInitializer () =>
155
155
VerifierSettings .DisableDateCounting ();
156
156
```
157
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1695-L1701 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingGlobal ' title =' Start of snippet ' >anchor</a ></sup >
157
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1717-L1723 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingGlobal ' title =' Start of snippet ' >anchor</a ></sup >
158
158
<!-- endSnippet -->
159
159
160
160
@@ -201,7 +201,7 @@ public Task ScrubInlineDateTimesInstance()
201
201
settings );
202
202
}
203
203
```
204
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1631-L1643 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
204
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1653-L1665 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
205
205
<!-- endSnippet -->
206
206
207
207
@@ -215,7 +215,7 @@ public Task ScrubInlineDateTimesFluent() =>
215
215
Verify (" content 2020-10-20 content" )
216
216
.ScrubInlineDateTimes (" yyyy-MM-dd" );
217
217
```
218
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1622-L1629 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
218
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1644-L1651 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
219
219
<!-- endSnippet -->
220
220
221
221
@@ -231,7 +231,7 @@ public static class ModuleInitializer
231
231
VerifierSettings .ScrubInlineDateTimes (" yyyy-MM-dd" );
232
232
}
233
233
```
234
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1610-L1619 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
234
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1632-L1641 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
235
235
<!-- endSnippet -->
236
236
237
237
@@ -252,7 +252,7 @@ settings.AddNamedDateTime(new(2030, 1, 2), "instanceNamedDateTime");
252
252
settings .AddNamedDateTimeOffset (new DateTime (2030 , 1 , 2 ), " instanceNamedTimeOffset" );
253
253
await Verify (target , settings );
254
254
```
255
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1204-L1213 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
255
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1226-L1235 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
256
256
<!-- endSnippet -->
257
257
258
258
@@ -267,7 +267,7 @@ await Verify(target)
267
267
.AddNamedDateTime (new (2030 , 1 , 2 ), " instanceNamedDateTime" )
268
268
.AddNamedDateTimeOffset (new DateTime (2030 , 1 , 2 ), " instanceNamedTimeOffset" );
269
269
```
270
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1161-L1169 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
270
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1183-L1191 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
271
271
<!-- endSnippet -->
272
272
273
273
@@ -285,7 +285,7 @@ public static void NamedDatesAndTimesGlobal()
285
285
VerifierSettings .AddNamedDateTimeOffset (new (new (2030 , 1 , 1 )), " namedDateTimeOffset" );
286
286
}
287
287
```
288
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1116-L1127 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
288
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1138-L1149 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
289
289
<!-- endSnippet -->
290
290
291
291
0 commit comments