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] <support@dependabot.com> * Docs changes Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Родитель
a09580abf1
Коммит
9312364f5e
22
readme.md
22
readme.md
|
@ -45,7 +45,7 @@ Enable VerifyEntityFramewok once at assembly load time:
|
|||
### EF Core
|
||||
|
||||
<!-- snippet: EnableCore -->
|
||||
<a id='snippet-enablecore'/></a>
|
||||
<a id='snippet-enablecore'></a>
|
||||
```cs
|
||||
VerifyEntityFramework.Enable();
|
||||
```
|
||||
|
@ -56,7 +56,7 @@ VerifyEntityFramework.Enable();
|
|||
### EF Classic
|
||||
|
||||
<!-- snippet: EnableClassic -->
|
||||
<a id='snippet-enableclassic'/></a>
|
||||
<a id='snippet-enableclassic'></a>
|
||||
```cs
|
||||
VerifyEntityFrameworkClassic.Enable();
|
||||
```
|
||||
|
@ -74,7 +74,7 @@ Added, deleted, and Modified entities can be verified by performing changes on a
|
|||
This test:
|
||||
|
||||
<!-- snippet: Added -->
|
||||
<a id='snippet-added'/></a>
|
||||
<a id='snippet-added'></a>
|
||||
```cs
|
||||
[Test]
|
||||
public async Task Added()
|
||||
|
@ -96,7 +96,7 @@ public async Task Added()
|
|||
Will result in the following verified file:
|
||||
|
||||
<!-- snippet: CoreTests.Added.verified.txt -->
|
||||
<a id='snippet-CoreTests.Added.verified.txt'/></a>
|
||||
<a id='snippet-CoreTests.Added.verified.txt'></a>
|
||||
```txt
|
||||
{
|
||||
Added: {
|
||||
|
@ -116,7 +116,7 @@ Will result in the following verified file:
|
|||
This test:
|
||||
|
||||
<!-- snippet: Deleted -->
|
||||
<a id='snippet-deleted'/></a>
|
||||
<a id='snippet-deleted'></a>
|
||||
```cs
|
||||
[Test]
|
||||
public async Task Deleted()
|
||||
|
@ -138,7 +138,7 @@ public async Task Deleted()
|
|||
Will result in the following verified file:
|
||||
|
||||
<!-- snippet: CoreTests.Deleted.verified.txt -->
|
||||
<a id='snippet-CoreTests.Deleted.verified.txt'/></a>
|
||||
<a id='snippet-CoreTests.Deleted.verified.txt'></a>
|
||||
```txt
|
||||
{
|
||||
Deleted: {
|
||||
|
@ -157,7 +157,7 @@ Will result in the following verified file:
|
|||
This test:
|
||||
|
||||
<!-- snippet: Modified -->
|
||||
<a id='snippet-modified'/></a>
|
||||
<a id='snippet-modified'></a>
|
||||
```cs
|
||||
[Test]
|
||||
public async Task Modified()
|
||||
|
@ -182,7 +182,7 @@ public async Task Modified()
|
|||
Will result in the following verified file:
|
||||
|
||||
<!-- snippet: CoreTests.Modified.verified.txt -->
|
||||
<a id='snippet-CoreTests.Modified.verified.txt'/></a>
|
||||
<a id='snippet-CoreTests.Modified.verified.txt'></a>
|
||||
```txt
|
||||
{
|
||||
Modified: {
|
||||
|
@ -205,7 +205,7 @@ Will result in the following verified file:
|
|||
This test:
|
||||
|
||||
<!-- snippet: Queryable -->
|
||||
<a id='snippet-queryable'/></a>
|
||||
<a id='snippet-queryable'></a>
|
||||
```cs
|
||||
[Test]
|
||||
public async Task Queryable()
|
||||
|
@ -226,7 +226,7 @@ Will result in the following verified file:
|
|||
### EF Core
|
||||
|
||||
<!-- snippet: CoreTests.Queryable.verified.txt -->
|
||||
<a id='snippet-CoreTests.Queryable.verified.txt'/></a>
|
||||
<a id='snippet-CoreTests.Queryable.verified.txt'></a>
|
||||
```txt
|
||||
SELECT [c].[Id], [c].[Content]
|
||||
FROM [Companies] AS [c]
|
||||
|
@ -239,7 +239,7 @@ WHERE [c].[Content] = N'value'
|
|||
### EF Classic
|
||||
|
||||
<!-- snippet: ClassicTests.Queryable.verified.txt -->
|
||||
<a id='snippet-ClassicTests.Queryable.verified.txt'/></a>
|
||||
<a id='snippet-ClassicTests.Queryable.verified.txt'></a>
|
||||
```txt
|
||||
SELECT
|
||||
[Extent1].[Id] AS [Id],
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<PackageReference Include="EntityFramework" Version="6.4.4" />
|
||||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<PackageReference Include="MarkdownSnippets.MsBuild" Version="19.1.3" PrivateAssets="all" />
|
||||
<PackageReference Include="MarkdownSnippets.MsBuild" Version="19.1.4" PrivateAssets="all" />
|
||||
<PackageReference Include="NUnit" Version="3.13.0-dev-06819" />
|
||||
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
|
||||
<PackageReference Include="Verify.NUnit" Version="6.7.0" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче