PeanutButter.TestUtils.Entity 1.2.160

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package PeanutButter.TestUtils.Entity --version 1.2.160
                    
NuGet\Install-Package PeanutButter.TestUtils.Entity -Version 1.2.160
                    
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="1.2.160" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeanutButter.TestUtils.Entity" Version="1.2.160" />
                    
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 1.2.160
                    
#r "nuget: PeanutButter.TestUtils.Entity, 1.2.160"
                    
#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.
#addin nuget:?package=PeanutButter.TestUtils.Entity&version=1.2.160
                    
Install PeanutButter.TestUtils.Entity as a Cake Addin
#tool nuget:?package=PeanutButter.TestUtils.Entity&version=1.2.160
                    
Install PeanutButter.TestUtils.Entity 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 net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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 1,883 7/26/2022
2.0.95 670 7/26/2022
2.0.94 682 7/25/2022
2.0.93 655 7/25/2022
2.0.92 801 7/15/2022
2.0.91 763 7/15/2022
2.0.90 748 7/14/2022
2.0.89 772 7/14/2022
2.0.88 695 7/12/2022
2.0.87 702 7/11/2022
2.0.86 706 7/11/2022
2.0.85 724 7/11/2022
2.0.84 743 7/8/2022
2.0.83 802 6/29/2022
2.0.82 714 6/29/2022
2.0.81 818 6/23/2022
2.0.80 747 6/15/2022
2.0.79 722 6/14/2022
2.0.78 695 6/14/2022
2.0.77 835 5/24/2022
2.0.76 784 5/3/2022
2.0.75 725 4/29/2022
2.0.74 734 4/19/2022
2.0.73 720 4/16/2022
2.0.72 728 4/12/2022
2.0.71 747 4/12/2022
2.0.70 801 4/7/2022
2.0.69 755 4/7/2022
2.0.68 747 4/7/2022
2.0.67 726 4/7/2022
2.0.66 730 3/15/2022
2.0.65 719 3/15/2022
2.0.64 745 3/15/2022
2.0.63 775 3/2/2022
2.0.62 744 2/22/2022
2.0.61 778 2/18/2022
2.0.60 730 2/18/2022
2.0.59 723 2/15/2022
2.0.58 729 2/9/2022
2.0.57 725 2/1/2022
2.0.56 764 2/1/2022
2.0.55 764 2/1/2022
2.0.54 792 1/28/2022
2.0.53 760 1/27/2022
2.0.52 740 1/19/2022
2.0.51 720 1/19/2022
2.0.50 589 12/2/2021
2.0.44 591 11/18/2021
2.0.43 638 11/16/2021
2.0.42 658 11/2/2021
2.0.41 593 10/20/2021
2.0.40 585 10/12/2021
2.0.39 633 10/12/2021
2.0.38 647 10/5/2021
2.0.37 702 9/21/2021
2.0.36 643 9/9/2021
2.0.35 653 9/3/2021
2.0.34 615 9/2/2021
2.0.33 683 7/21/2021
2.0.32 650 7/21/2021
2.0.31 639 7/6/2021
2.0.30 653 7/5/2021
2.0.29 686 6/30/2021
2.0.28 719 6/28/2021
2.0.27 668 6/17/2021
2.0.26 642 6/15/2021
2.0.25 692 6/14/2021
2.0.24 648 6/14/2021
2.0.23 668 6/14/2021
2.0.22 684 5/20/2021
2.0.21 640 5/18/2021
2.0.20 643 5/10/2021
2.0.19 659 5/10/2021
2.0.18 695 5/3/2021
2.0.17 698 5/3/2021
2.0.16 678 4/14/2021
2.0.15 654 4/13/2021
2.0.14 705 3/31/2021
2.0.13 667 3/25/2021
2.0.12 696 3/25/2021
2.0.11 671 2/19/2021
2.0.10 672 2/18/2021
2.0.9 719 2/18/2021
2.0.8 664 2/16/2021
2.0.7 707 2/9/2021
2.0.6 739 2/9/2021
2.0.5 736 2/3/2021
2.0.4 712 1/29/2021
2.0.3 675 1/29/2021
2.0.2 725 1/28/2021
2.0.1 693 1/27/2021
2.0.0 737 1/26/2021
1.2.397 730 1/26/2021
1.2.396 747 1/21/2021
1.2.395 730 1/20/2021
1.2.394 742 1/20/2021
1.2.393 726 1/20/2021
1.2.392 723 1/20/2021
1.2.391 757 1/19/2021
1.2.390 742 1/19/2021
1.2.389 662 1/19/2021
1.2.388 742 1/14/2021
1.2.387 740 1/14/2021
1.2.386 734 1/13/2021
1.2.385 763 1/13/2021
1.2.384 754 1/11/2021
1.2.383 699 1/8/2021
1.2.382 777 1/6/2021
1.2.381 732 1/6/2021
1.2.380 778 11/17/2020
1.2.379 733 10/21/2020
1.2.378 793 9/17/2020
1.2.377 792 9/1/2020
1.2.376 774 8/31/2020
1.2.375 886 7/13/2020
1.2.374 857 7/2/2020
1.2.373 836 7/1/2020
1.2.372 831 6/10/2020
1.2.371 883 6/10/2020
1.2.370 854 6/10/2020
1.2.369 839 6/9/2020
1.2.368 837 6/9/2020
1.2.367 860 6/9/2020
1.2.366 808 6/9/2020
1.2.365 800 6/9/2020
1.2.364 821 6/9/2020
1.2.363 806 6/9/2020
1.2.362 868 6/8/2020
1.2.361 821 6/4/2020
1.2.360 820 5/4/2020
1.2.359 844 4/27/2020
1.2.358 891 4/4/2020
1.2.357 850 3/25/2020
1.2.356 862 3/10/2020
1.2.355 864 3/10/2020
1.2.354 830 3/6/2020
1.2.353 813 3/3/2020
1.2.352 852 3/3/2020
1.2.351 845 3/2/2020
1.2.350 850 3/2/2020
1.2.349 861 3/2/2020
1.2.348 834 3/2/2020
1.2.347 823 3/2/2020
1.2.346 875 2/27/2020
1.2.345 887 2/21/2020
1.2.344 840 2/20/2020
1.2.343 862 2/20/2020
1.2.342 843 2/20/2020
1.2.341 859 2/20/2020
1.2.340 882 2/20/2020
1.2.339 873 2/20/2020
1.2.338 820 2/19/2020
1.2.337 860 2/18/2020
1.2.336 914 2/14/2020
1.2.335 867 2/6/2020
1.2.334 831 2/4/2020
1.2.333 909 2/3/2020
1.2.332 867 1/13/2020
1.2.331 864 12/17/2019
1.2.330 843 12/13/2019
1.2.328 864 12/12/2019
1.2.327 857 12/11/2019
1.2.326 850 12/10/2019
1.2.325 864 12/3/2019
1.2.324 847 11/29/2019
1.2.323 846 11/28/2019
1.2.322 902 11/28/2019
1.2.321 926 11/28/2019
1.2.320 965 11/26/2019
1.2.319 885 11/26/2019
1.2.318 877 11/22/2019
1.2.317 901 11/20/2019
1.2.316 880 10/25/2019
1.2.315 941 10/25/2019
1.2.314 956 10/23/2019
1.2.313 915 10/18/2019
1.2.312 928 10/17/2019
1.2.311 917 10/17/2019
1.2.310 850 10/17/2019
1.2.309 888 10/9/2019
1.2.308 861 10/8/2019
1.2.307 841 10/7/2019
1.2.306 842 10/4/2019
1.2.305 888 10/3/2019
1.2.304 844 10/2/2019
1.2.303 845 9/16/2019
1.2.302 900 9/16/2019
1.2.301 871 9/15/2019
1.2.300 921 9/13/2019
1.2.299 854 9/10/2019
1.2.298 910 9/6/2019
1.2.297 926 8/20/2019
1.2.296 901 8/20/2019
1.2.295 901 8/20/2019
1.2.294 886 8/20/2019
1.2.293 894 8/16/2019
1.2.292 908 7/15/2019
1.2.291 900 6/30/2019
1.2.290 927 6/28/2019
1.2.289 870 6/20/2019
1.2.288 929 6/12/2019
1.2.287 897 6/12/2019
1.2.286 947 6/11/2019
1.2.285 963 6/11/2019
1.2.284 951 6/5/2019
1.2.283 935 5/28/2019
1.2.282 950 5/25/2019
1.2.281 914 5/23/2019
1.2.280 880 5/13/2019
1.2.279 915 5/9/2019
1.2.278 951 5/9/2019
1.2.277 960 5/7/2019
1.2.276 969 5/7/2019
1.2.275 923 5/6/2019
1.2.274 1,024 4/26/2019
1.2.273 992 4/25/2019
1.2.272 952 4/25/2019
1.2.271 1,009 4/24/2019
1.2.270 999 4/24/2019
1.2.269 963 4/16/2019
1.2.268 939 4/16/2019
1.2.267 931 4/16/2019
1.2.266 956 4/12/2019
1.2.265 941 4/12/2019
1.2.264 972 4/11/2019
1.2.263 966 4/11/2019
1.2.262 948 4/10/2019
1.2.261 898 4/10/2019
1.2.260 923 4/5/2019
1.2.259 951 2/27/2019
1.2.258 949 2/27/2019
1.2.257 945 2/26/2019
1.2.256 1,007 2/15/2019
1.2.255 1,013 2/15/2019
1.2.254 1,006 2/5/2019
1.2.253 1,049 12/12/2018
1.2.252 1,113 11/8/2018
1.2.251 1,119 11/8/2018
1.2.250 1,151 10/11/2018
1.2.249 1,187 10/2/2018
1.2.248 1,144 9/25/2018
1.2.247 1,227 9/3/2018
1.2.246 1,166 8/28/2018
1.2.245 1,171 8/27/2018
1.2.244 1,213 8/22/2018
1.2.243 1,255 8/21/2018
1.2.242 1,196 8/17/2018
1.2.241 1,261 7/27/2018
1.2.240 1,289 7/26/2018
1.2.239 1,320 6/18/2018
1.2.238 1,468 6/14/2018
1.2.237 1,323 5/25/2018
1.2.236 1,336 5/24/2018
1.2.235 1,467 5/18/2018
1.2.234 1,491 5/3/2018
1.2.233 1,476 5/3/2018
1.2.232 1,422 4/30/2018
1.2.231 1,335 4/18/2018
1.2.230 1,528 4/10/2018
1.2.229 1,515 4/10/2018
1.2.228 1,356 4/4/2018
1.2.227 1,335 3/28/2018
1.2.226 1,372 3/22/2018
1.2.225 1,336 3/20/2018
1.2.224 1,377 3/19/2018
1.2.223 1,515 3/15/2018
1.2.222 1,328 3/14/2018
1.2.221 1,311 3/14/2018
1.2.220 1,322 2/23/2018
1.2.219 1,351 2/16/2018
1.2.218 1,291 2/9/2018
1.2.217 1,515 2/8/2018
1.2.216 1,467 2/7/2018
1.2.215 1,301 2/7/2018
1.2.214 1,450 2/5/2018
1.2.213 1,317 2/2/2018
1.2.212 1,552 1/26/2018
1.2.211 1,544 1/16/2018
1.2.210 1,380 12/18/2017
1.2.209 1,406 12/14/2017
1.2.208 1,485 12/7/2017
1.2.206 1,389 12/4/2017
1.2.205 1,361 11/28/2017
1.2.204 1,352 11/24/2017
1.2.203 1,401 11/24/2017
1.2.202 1,349 11/24/2017
1.2.201 1,327 11/20/2017
1.2.200 1,344 11/14/2017
1.2.199 1,320 11/14/2017
1.2.198 1,357 11/6/2017
1.2.197 1,370 11/6/2017
1.2.196 1,359 10/31/2017
1.2.195 1,414 10/30/2017
1.2.194 1,410 10/26/2017
1.2.193 1,357 10/26/2017
1.2.192 1,348 10/26/2017
1.2.191 1,346 10/20/2017
1.2.190 1,330 10/18/2017
1.2.189 1,383 10/18/2017
1.2.188 1,383 10/15/2017
1.2.187 1,325 10/11/2017
1.2.185 1,374 10/10/2017
1.2.184 1,386 10/10/2017
1.2.183 1,418 10/2/2017
1.2.182 1,321 9/29/2017
1.2.181 1,361 9/25/2017
1.2.180 1,360 9/14/2017
1.2.179 1,376 9/12/2017
1.2.178 1,354 8/31/2017
1.2.177 1,417 8/25/2017
1.2.176 1,404 8/24/2017
1.2.174 1,448 8/7/2017
1.2.173 1,369 8/7/2017
1.2.172 1,347 8/7/2017
1.2.171 1,406 8/4/2017
1.2.170 1,373 8/3/2017
1.2.169 1,356 8/3/2017
1.2.168 1,392 8/3/2017
1.2.167 1,386 8/2/2017
1.2.166 1,360 8/1/2017
1.2.165 1,386 7/26/2017
1.2.164 1,380 7/26/2017
1.2.163 1,481 7/25/2017
1.2.162 1,356 7/18/2017
1.2.161 1,399 7/18/2017
1.2.160 1,424 7/18/2017
1.2.159 1,353 7/18/2017
1.2.158 1,398 7/13/2017
1.2.157 1,424 7/13/2017
1.2.156 1,395 7/5/2017
1.2.155 1,434 6/28/2017
1.2.154 1,403 6/27/2017
1.2.153 1,421 6/20/2017
1.2.152 1,382 6/19/2017
1.2.151 1,411 6/14/2017
1.2.150 1,381 6/13/2017
1.2.149 1,466 5/31/2017
1.2.148 1,405 5/29/2017
1.2.147 1,414 5/19/2017
1.2.146 1,391 5/18/2017
1.2.145 1,396 5/18/2017
1.2.144 1,368 5/14/2017
1.2.143 1,416 5/12/2017
1.2.142 1,417 5/12/2017
1.2.141 1,432 5/5/2017
1.2.140 1,395 4/27/2017
1.2.139 1,456 2/27/2017
1.2.137 1,465 2/3/2017
1.2.136 1,444 2/3/2017
1.2.135 1,385 1/26/2017
1.2.134 1,386 1/25/2017
1.2.133 1,503 1/12/2017
1.2.132 1,431 1/11/2017
1.2.131 1,533 1/10/2017
1.2.130 1,389 1/10/2017
1.2.129 1,421 1/10/2017
1.2.128 1,404 1/10/2017
1.2.127 1,404 1/10/2017
1.2.125 1,485 1/10/2017
1.2.119 1,400 12/13/2016
1.2.118 1,397 12/12/2016
1.2.117 1,421 12/10/2016
1.2.115 1,452 12/8/2016
1.2.114 1,412 12/5/2016
1.2.112 1,406 11/29/2016
1.2.111 1,453 11/25/2016
1.2.110 1,377 11/25/2016
1.2.109 1,462 11/24/2016
1.2.108 1,421 11/24/2016
1.2.107 1,459 11/23/2016
1.2.106 1,366 11/18/2016
1.2.105 1,376 11/18/2016
1.2.104 1,442 11/18/2016
1.2.103 1,407 11/17/2016
1.2.102 1,409 11/17/2016
1.2.101 1,405 11/17/2016
1.2.100 1,355 11/16/2016
1.2.99 1,380 11/16/2016
1.2.98 1,356 11/16/2016
1.2.97 1,412 11/16/2016
1.2.96 1,424 11/16/2016
1.2.95 1,406 11/16/2016
1.2.94 1,383 11/15/2016
1.2.92 1,340 11/15/2016
1.2.91 1,420 11/15/2016
1.2.90 1,388 11/15/2016
1.2.89 1,433 11/14/2016
1.2.88 1,846 11/8/2016
1.2.87 1,641 11/8/2016
1.2.86 1,556 11/8/2016
1.2.85 1,475 11/8/2016
1.2.84 1,789 11/8/2016
1.2.83 1,511 11/7/2016
1.2.82 1,636 11/3/2016
1.2.81 1,621 11/3/2016
1.2.80 1,511 11/3/2016
1.2.79 1,591 11/2/2016
1.2.78 1,626 11/1/2016
1.2.76 1,621 11/1/2016
1.2.75 1,425 10/31/2016
1.2.73 1,423 10/28/2016
1.2.71 1,464 10/27/2016
1.2.68 1,396 10/26/2016
1.2.66 1,366 10/25/2016
1.2.65 1,410 10/24/2016
1.2.64 1,429 10/21/2016
1.2.63 1,412 10/21/2016
1.2.62 1,382 10/21/2016
1.2.61 1,430 10/20/2016
1.2.60 1,384 10/20/2016
1.2.59 1,405 10/13/2016
1.2.58 1,418 10/13/2016
1.2.57 1,408 10/13/2016
1.2.56 1,438 10/13/2016
1.2.55 1,445 10/11/2016
1.2.54 1,394 10/11/2016
1.2.53 1,422 10/10/2016
1.2.52 1,384 10/10/2016
1.2.51 1,464 9/12/2016
1.2.50 1,462 9/12/2016
1.2.49 1,415 9/7/2016
1.2.48 1,461 9/2/2016
1.2.47 1,426 5/6/2016
1.2.46 1,801 4/25/2016
1.2.45 1,604 4/25/2016
1.2.44 1,646 4/25/2016
1.2.43 1,712 4/22/2016
1.2.42 1,471 4/15/2016
1.2.41 1,462 4/12/2016
1.2.40 1,475 4/11/2016
1.2.39 1,444 4/8/2016
1.2.38 1,465 4/8/2016
1.2.37 1,425 4/8/2016
1.2.36 1,421 4/8/2016
1.2.35 1,414 4/6/2016
1.2.34 1,425 4/6/2016
1.2.33 1,383 4/6/2016
1.2.32 1,452 4/6/2016
1.2.31 1,452 4/6/2016
1.2.30 1,457 4/6/2016
1.2.29 1,499 4/5/2016
1.2.28 1,430 4/5/2016
1.2.27 1,499 4/5/2016
1.2.26 1,442 4/5/2016
1.2.25 1,433 4/5/2016
1.2.24 1,395 4/1/2016
1.2.23 1,431 3/31/2016
1.2.22 1,455 3/31/2016
1.2.21 1,454 3/29/2016
1.2.20 1,443 3/25/2016
1.2.19 1,491 3/17/2016
1.2.18 1,474 3/17/2016
1.2.16 1,472 3/17/2016
1.2.15 1,521 3/17/2016
1.2.14 1,477 3/16/2016
1.2.13 1,455 3/15/2016
1.2.12 1,499 3/15/2016
1.2.11 1,450 3/14/2016
1.2.10 1,700 3/11/2016
1.2.9 1,414 3/7/2016
1.2.8 1,421 3/6/2016
1.2.7 1,448 3/6/2016
1.2.6 1,426 3/4/2016
1.2.5 1,481 3/2/2016
1.2.4 1,441 3/2/2016
1.2.3 1,456 3/1/2016
1.2.1 1,463 2/29/2016
1.2.0 1,586 2/29/2016
1.1.45 1,378 7/28/2017
1.1.44 1,522 2/29/2016
1.1.43 1,488 2/29/2016
1.1.42 1,608 2/28/2016
1.1.41 1,864 2/26/2016
1.1.40 1,468 2/23/2016
1.1.39 1,423 2/23/2016
1.1.38 1,482 2/22/2016
1.1.37 1,476 2/22/2016
1.1.36 1,442 2/19/2016
1.1.34 1,524 2/15/2016
1.1.33 1,484 2/12/2016
1.1.32 1,653 2/11/2016
1.1.31 1,629 2/11/2016
1.1.30 1,529 2/9/2016
1.1.29 1,465 2/8/2016
1.1.28 1,481 1/29/2016
1.1.27 1,511 1/26/2016
1.1.25 1,372 1/25/2016
1.1.24 1,425 1/20/2016
1.1.23 1,434 1/20/2016
1.1.19 1,470 1/20/2016
1.1.16 1,458 1/19/2016
1.1.15 1,529 1/15/2016
1.1.14 1,487 1/15/2016
1.1.13 1,980 1/14/2016
1.1.12 2,029 1/14/2016
1.1.10 1,521 1/13/2016
1.1.9 1,487 1/12/2016
1.1.8 1,479 1/12/2016
1.1.7 1,559 1/12/2016
1.1.6 1,503 1/11/2016
1.1.5 1,463 1/7/2016
1.1.4 1,418 1/6/2016
1.1.3 1,458 1/6/2016
1.1.2 1,463 1/6/2016
1.1.1 1,461 1/5/2016
1.1.0 1,462 1/1/2016
1.0.155 1,610 12/18/2015
1.0.154 1,423 12/17/2015
1.0.153 1,504 12/17/2015
1.0.151 1,699 12/3/2015
1.0.150 1,609 12/3/2015
1.0.149 1,641 12/3/2015
1.0.148 1,604 12/2/2015
1.0.147 1,740 12/2/2015
1.0.146 1,683 12/2/2015
1.0.145 1,871 12/2/2015
1.0.144 1,901 12/2/2015
1.0.143 1,673 12/1/2015
1.0.142 1,757 12/1/2015
1.0.140 1,675 12/1/2015
1.0.139 1,679 11/30/2015
1.0.138 1,753 11/30/2015
1.0.137 1,631 11/26/2015
1.0.136 1,647 11/25/2015
1.0.135 1,544 11/20/2015
1.0.134 1,500 11/19/2015
1.0.133 1,533 11/19/2015
1.0.132 1,586 11/19/2015
1.0.131 1,472 11/17/2015
1.0.130 1,494 11/13/2015
1.0.129 1,486 11/13/2015
1.0.128 1,529 11/13/2015
1.0.127 1,572 11/12/2015
1.0.126 1,542 11/12/2015