From 9312364f5e9c8e6a933d58c455630d735447a095 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 10:47:30 +1000 Subject: [PATCH] Bump MarkdownSnippets.MsBuild from 19.1.3 to 19.1.4 (#198) * Bump MarkdownSnippets.MsBuild from 19.1.3 to 19.1.4 Bumps [MarkdownSnippets.MsBuild](https://github.com/SimonCropp/MarkdownSnippets) from 19.1.3 to 19.1.4. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](https://github.com/SimonCropp/MarkdownSnippets/compare/19.1.3...19.1.4) Signed-off-by: dependabot-preview[bot] * Docs changes Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: GitHub Action --- readme.md | 22 +++++++++---------- .../Verify.EntityFramework.Tests.csproj | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index f035275..c4d08a9 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ Enable VerifyEntityFramewok once at assembly load time: ### EF Core - + ```cs VerifyEntityFramework.Enable(); ``` @@ -56,7 +56,7 @@ VerifyEntityFramework.Enable(); ### EF Classic - + ```cs VerifyEntityFrameworkClassic.Enable(); ``` @@ -74,7 +74,7 @@ Added, deleted, and Modified entities can be verified by performing changes on a This test: - + ```cs [Test] public async Task Added() @@ -96,7 +96,7 @@ public async Task Added() Will result in the following verified file: - + ```txt { Added: { @@ -116,7 +116,7 @@ Will result in the following verified file: This test: - + ```cs [Test] public async Task Deleted() @@ -138,7 +138,7 @@ public async Task Deleted() Will result in the following verified file: - + ```txt { Deleted: { @@ -157,7 +157,7 @@ Will result in the following verified file: This test: - + ```cs [Test] public async Task Modified() @@ -182,7 +182,7 @@ public async Task Modified() Will result in the following verified file: - + ```txt { Modified: { @@ -205,7 +205,7 @@ Will result in the following verified file: This test: - + ```cs [Test] public async Task Queryable() @@ -226,7 +226,7 @@ Will result in the following verified file: ### EF Core - + ```txt SELECT [c].[Id], [c].[Content] FROM [Companies] AS [c] @@ -239,7 +239,7 @@ WHERE [c].[Content] = N'value' ### EF Classic - + ```txt SELECT [Extent1].[Id] AS [Id], diff --git a/src/Verify.EntityFramework.Tests/Verify.EntityFramework.Tests.csproj b/src/Verify.EntityFramework.Tests/Verify.EntityFramework.Tests.csproj index ecf88f3..f943ab8 100644 --- a/src/Verify.EntityFramework.Tests/Verify.EntityFramework.Tests.csproj +++ b/src/Verify.EntityFramework.Tests/Verify.EntityFramework.Tests.csproj @@ -6,7 +6,7 @@ - +