File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ public Task ScrubIgnoreMemberSample()
171171 .IgnoreMember (" msg" );
172172}
173173```
174- <sup ><a href =' /src/Tests/Samples.cs#L28-L53 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubIgnoreMember ' title =' Start of snippet ' >anchor</a ></sup >
174+ <sup ><a href =' /src/Tests/Samples.cs#L29-L54 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScrubIgnoreMember ' title =' Start of snippet ' >anchor</a ></sup >
175175<!-- endSnippet -->
176176
177177Results in:
@@ -221,7 +221,7 @@ public Task GuidsAndDatesSample()
221221 return Verify (document );
222222}
223223```
224- <sup ><a href =' /src/Tests/Samples.cs#L54-L77 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-GuidsAndDates ' title =' Start of snippet ' >anchor</a ></sup >
224+ <sup ><a href =' /src/Tests/Samples.cs#L56-L79 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-GuidsAndDates ' title =' Start of snippet ' >anchor</a ></sup >
225225<!-- endSnippet -->
226226
227227Results in:
@@ -274,7 +274,7 @@ public Task InlineGuidsAndDatesSample()
274274 .ScrubInlineGuids ();
275275}
276276```
277- <sup ><a href =' /src/Tests/Samples.cs#L78-L103 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-InlineGuidsAndDates ' title =' Start of snippet ' >anchor</a ></sup >
277+ <sup ><a href =' /src/Tests/Samples.cs#L81-L106 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-InlineGuidsAndDates ' title =' Start of snippet ' >anchor</a ></sup >
278278<!-- endSnippet -->
279279
280280Results in:
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public Task JsonDocumentSample()
2525 }
2626
2727 #endregion
28+
2829 #region ScrubIgnoreMember
2930
3031 [ Test ]
@@ -51,6 +52,7 @@ public Task ScrubIgnoreMemberSample()
5152 }
5253
5354 #endregion
55+
5456 #region GuidsAndDates
5557
5658 [ Test ]
@@ -75,6 +77,7 @@ public Task GuidsAndDatesSample()
7577 }
7678
7779 #endregion
80+
7881 #region InlineGuidsAndDates
7982
8083 [ Test ]
You can’t perform that action at this time.
0 commit comments