![]() |
VOOZH | about |
dotnet add package PeanutButter.TestUtils.Entity --version 2.0.96
NuGet\Install-Package PeanutButter.TestUtils.Entity -Version 2.0.96
<PackageReference Include="PeanutButter.TestUtils.Entity" Version="2.0.96" />
<PackageVersion Include="PeanutButter.TestUtils.Entity" Version="2.0.96" />Directory.Packages.props
<PackageReference Include="PeanutButter.TestUtils.Entity" />Project file
paket add PeanutButter.TestUtils.Entity --version 2.0.96
#r "nuget: PeanutButter.TestUtils.Entity, 2.0.96"
#:package PeanutButter.TestUtils.Entity@2.0.96
#addin nuget:?package=PeanutButter.TestUtils.Entity&version=2.0.96Install as a Cake Addin
#tool nuget:?package=PeanutButter.TestUtils.Entity&version=2.0.96Install as a Cake Tool
Contains classes to help with testing when entity and a SQL Server would be involved in production:
* TestFixtureWithTempDb provides bootstrapping for tests which would use a temporary database (TempDBLocalDb)
* EntityPersistenceTestFixtureBase provides helpers for the common test of persisting and recalling entities
to test that mappings (automatic or manual) work as expected
* DbContextExtensions adds SaveChangesWithErrorReporting(), an extension method for DbContext derivatives
to provide more information within tests as to why a test is failing (such information is usually buried within
the exception maze that Entity provides)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.96 | 2,139 | 7/26/2022 |
| 2.0.95 | 818 | 7/26/2022 |
| 2.0.94 | 851 | 7/25/2022 |
| 2.0.93 | 793 | 7/25/2022 |
| 2.0.92 | 943 | 7/15/2022 |
| 2.0.91 | 941 | 7/15/2022 |
| 2.0.90 | 926 | 7/14/2022 |
| 2.0.89 | 923 | 7/14/2022 |
| 2.0.88 | 855 | 7/12/2022 |
| 2.0.87 | 894 | 7/11/2022 |
| 2.0.86 | 866 | 7/11/2022 |
| 2.0.85 | 903 | 7/11/2022 |
| 2.0.84 | 891 | 7/8/2022 |
| 2.0.83 | 965 | 6/29/2022 |
| 2.0.82 | 886 | 6/29/2022 |
| 2.0.81 | 982 | 6/23/2022 |
| 2.0.80 | 929 | 6/15/2022 |
| 2.0.79 | 889 | 6/14/2022 |
| 2.0.78 | 864 | 6/14/2022 |
| 2.0.77 | 974 | 5/24/2022 |