@@ -30,7 +30,7 @@ var target = new DateTimeTarget
30
30
31
31
await Verify (target );
32
32
```
33
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1015-L1034 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Date ' title =' Start of snippet ' >anchor</a ></sup >
33
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1008-L1027 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Date ' title =' Start of snippet ' >anchor</a ></sup >
34
34
<!-- endSnippet -->
35
35
36
36
Results in the following:
@@ -71,7 +71,7 @@ settings.DontScrubDateTimes();
71
71
72
72
return Verify (target , settings );
73
73
```
74
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1657-L1669 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimes ' title =' Start of snippet ' >anchor</a ></sup >
74
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1632-L1644 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimes ' title =' Start of snippet ' >anchor</a ></sup >
75
75
<!-- endSnippet -->
76
76
77
77
@@ -88,7 +88,7 @@ var target = new
88
88
return Verify (target )
89
89
.DontScrubDateTimes ();
90
90
```
91
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1675-L1685 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
91
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1650-L1660 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
92
92
<!-- endSnippet -->
93
93
94
94
@@ -101,7 +101,7 @@ return Verify(target)
101
101
public static void ModuleInitializer () =>
102
102
VerifierSettings .DontScrubDateTimes ();
103
103
```
104
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1743-L1749 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
104
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1718-L1724 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DontScrubDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
105
105
<!-- endSnippet -->
106
106
107
107
@@ -125,7 +125,7 @@ settings.DisableDateCounting();
125
125
126
126
return Verify (target , settings );
127
127
```
128
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1704-L1716 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCounting ' title =' Start of snippet ' >anchor</a ></sup >
128
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1679-L1691 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCounting ' title =' Start of snippet ' >anchor</a ></sup >
129
129
<!-- endSnippet -->
130
130
131
131
@@ -142,7 +142,7 @@ var target = new
142
142
return Verify (target )
143
143
.DisableDateCounting ();
144
144
```
145
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1722-L1732 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingFluent ' title =' Start of snippet ' >anchor</a ></sup >
145
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1697-L1707 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingFluent ' title =' Start of snippet ' >anchor</a ></sup >
146
146
<!-- endSnippet -->
147
147
148
148
@@ -155,7 +155,7 @@ return Verify(target)
155
155
public static void ModuleInitializer () =>
156
156
VerifierSettings .DisableDateCounting ();
157
157
```
158
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1691-L1697 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingGlobal ' title =' Start of snippet ' >anchor</a ></sup >
158
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1666-L1672 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-DisableDateCountingGlobal ' title =' Start of snippet ' >anchor</a ></sup >
159
159
<!-- endSnippet -->
160
160
161
161
@@ -202,7 +202,7 @@ public Task ScrubInlineDateTimesInstance()
202
202
settings );
203
203
}
204
204
```
205
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1627-L1639 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
205
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1602-L1614 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
206
206
<!-- endSnippet -->
207
207
208
208
@@ -216,7 +216,7 @@ public Task ScrubInlineDateTimesFluent() =>
216
216
Verify (" content 2020-10-20 content" )
217
217
.ScrubInlineDateTimes (" yyyy-MM-dd" );
218
218
```
219
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1618-L1625 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
219
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1593-L1600 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
220
220
<!-- endSnippet -->
221
221
222
222
@@ -232,7 +232,7 @@ public static class ModuleInitializer
232
232
VerifierSettings .ScrubInlineDateTimes (" yyyy-MM-dd" );
233
233
}
234
234
```
235
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1606-L1615 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
235
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1581-L1590 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubInlineDateTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
236
236
<!-- endSnippet -->
237
237
238
238
@@ -253,7 +253,7 @@ settings.AddNamedDateTime(new(2030, 1, 2), "instanceNamedDateTime");
253
253
settings .AddNamedDateTimeOffset (new DateTime (2030 , 1 , 2 ), " instanceNamedTimeOffset" );
254
254
await Verify (target , settings );
255
255
```
256
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1197-L1206 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
256
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1190-L1199 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesInstance ' title =' Start of snippet ' >anchor</a ></sup >
257
257
<!-- endSnippet -->
258
258
259
259
@@ -268,7 +268,7 @@ await Verify(target)
268
268
.AddNamedDateTime (new (2030 , 1 , 2 ), " instanceNamedDateTime" )
269
269
.AddNamedDateTimeOffset (new DateTime (2030 , 1 , 2 ), " instanceNamedTimeOffset" );
270
270
```
271
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1154-L1162 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
271
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1147-L1155 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesFluent ' title =' Start of snippet ' >anchor</a ></sup >
272
272
<!-- endSnippet -->
273
273
274
274
@@ -286,5 +286,5 @@ public static void NamedDatesAndTimesGlobal()
286
286
VerifierSettings .AddNamedDateTimeOffset (new (new (2030 , 1 , 1 )), " namedDateTimeOffset" );
287
287
}
288
288
```
289
- <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1109-L1120 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
289
+ <sup ><a href =' /src/Verify.Tests/Serialization/SerializationTests.cs#L1102-L1113 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-NamedDatesAndTimesGlobal ' title =' Start of snippet ' >anchor</a ></sup >
290
290
<!-- endSnippet -->
0 commit comments