@@ -168,7 +168,7 @@ await Verify(
168168 entries
169169 });
170170```
171- <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L648-L673 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
171+ <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L682-L707 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
172172<!-- endSnippet -->
173173
174174
@@ -265,7 +265,7 @@ await data
265265
266266await Verify ();
267267```
268- <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L519-L542 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingDisableForInstance ' title =' Start of snippet ' >anchor</a ></sup >
268+ <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L553-L576 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingDisableForInstance ' title =' Start of snippet ' >anchor</a ></sup >
269269<!-- endSnippet -->
270270
271271<!-- snippet: CoreTests.RecordingDisabledTest.verified.txt -->
@@ -623,7 +623,7 @@ protected override void ConfigureWebHost(IWebHostBuilder webBuilder)
623623 _ => dataBuilder .Options ));
624624}
625625```
626- <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L602-L614 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-EnableRecordingWithIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
626+ <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L636-L648 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-EnableRecordingWithIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
627627<!-- endSnippet -->
628628
629629Then use the same identifier for recording:
@@ -639,7 +639,7 @@ var companies = await httpClient.GetFromJsonAsync<Company[]>("/companies");
639639
640640var entries = Recording .Stop (testName );
641641```
642- <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L575-L585 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordWithIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
642+ <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L609-L619 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordWithIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
643643<!-- endSnippet -->
644644
645645The results will not be automatically included in verified file so it will have to be verified manually:
@@ -654,7 +654,7 @@ await Verify(
654654 sql = entries
655655 });
656656```
657- <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L587-L596 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyRecordedCommandsWithIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
657+ <sup ><a href =' /src/Verify.EntityFramework.Tests/CoreTests.cs#L621-L630 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyRecordedCommandsWithIdentifier ' title =' Start of snippet ' >anchor</a ></sup >
658658<!-- endSnippet -->
659659
660660
0 commit comments