PeanutButter.TestUtils.Entity 2.0.96

Prefix Reserved
dotnet add package PeanutButter.TestUtils.Entity --version 2.0.96
                    
NuGet\Install-Package PeanutButter.TestUtils.Entity -Version 2.0.96
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeanutButter.TestUtils.Entity" Version="2.0.96" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeanutButter.TestUtils.Entity" Version="2.0.96" />
                    
Directory.Packages.props
<PackageReference Include="PeanutButter.TestUtils.Entity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PeanutButter.TestUtils.Entity --version 2.0.96
                    
#r "nuget: PeanutButter.TestUtils.Entity, 2.0.96"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PeanutButter.TestUtils.Entity@2.0.96
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeanutButter.TestUtils.Entity&version=2.0.96
                    
Install as a Cake Addin
#tool nuget:?package=PeanutButter.TestUtils.Entity&version=2.0.96
                    
Install 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 Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.96 2,107 7/26/2022
2.0.95 803 7/26/2022
2.0.94 840 7/25/2022
2.0.93 788 7/25/2022
2.0.92 933 7/15/2022
2.0.91 931 7/15/2022
2.0.90 915 7/14/2022
2.0.89 912 7/14/2022
2.0.88 846 7/12/2022
2.0.87 871 7/11/2022
2.0.86 857 7/11/2022
2.0.85 893 7/11/2022
2.0.84 880 7/8/2022
2.0.83 954 6/29/2022
2.0.82 874 6/29/2022
2.0.81 973 6/23/2022
2.0.80 918 6/15/2022
2.0.79 879 6/14/2022
2.0.78 853 6/14/2022
2.0.77 963 5/24/2022
Loading failed