PeanutButter.TestUtils.Entity 1.1.24

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.1.24
                    
NuGet\Install-Package PeanutButter.TestUtils.Entity -Version 1.1.24
                    
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.1.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeanutButter.TestUtils.Entity" Version="1.1.24" />
                    
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.1.24
                    
#r "nuget: PeanutButter.TestUtils.Entity, 1.1.24"
                    
#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.1.24
                    
Install PeanutButter.TestUtils.Entity as a Cake Addin
#tool nuget:?package=PeanutButter.TestUtils.Entity&version=1.1.24
                    
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 was computed.  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,884 7/26/2022
2.0.95 671 7/26/2022
2.0.94 683 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 748 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 586 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 644 9/9/2021
2.0.35 653 9/3/2021
2.0.34 616 9/2/2021
2.0.33 694 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 708 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 700 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 737 10/21/2020
1.2.378 797 9/17/2020
1.2.377 796 9/1/2020
1.2.376 778 8/31/2020
1.2.375 890 7/13/2020
1.2.374 861 7/2/2020
1.2.373 840 7/1/2020
1.2.372 835 6/10/2020
1.2.371 887 6/10/2020
1.2.370 858 6/10/2020
1.2.369 843 6/9/2020
1.2.368 842 6/9/2020
1.2.367 864 6/9/2020
1.2.366 812 6/9/2020
1.2.365 804 6/9/2020
1.2.364 825 6/9/2020
1.2.363 810 6/9/2020
1.2.362 872 6/8/2020
1.2.361 825 6/4/2020
1.2.360 824 5/4/2020
1.2.359 848 4/27/2020
1.2.358 895 4/4/2020
1.2.357 854 3/25/2020
1.2.356 866 3/10/2020
1.2.355 868 3/10/2020
1.2.354 834 3/6/2020
1.2.353 817 3/3/2020
1.2.352 856 3/3/2020
1.2.351 849 3/2/2020
1.2.350 854 3/2/2020
1.2.349 865 3/2/2020
1.2.348 838 3/2/2020
1.2.347 827 3/2/2020
1.2.346 879 2/27/2020
1.2.345 891 2/21/2020
1.2.344 844 2/20/2020
1.2.343 866 2/20/2020
1.2.342 847 2/20/2020
1.2.341 863 2/20/2020
1.2.340 886 2/20/2020
1.2.339 877 2/20/2020
1.2.338 824 2/19/2020
1.2.337 864 2/18/2020
1.2.336 918 2/14/2020
1.2.335 871 2/6/2020
1.2.334 835 2/4/2020
1.2.333 913 2/3/2020
1.2.332 871 1/13/2020
1.2.331 868 12/17/2019
1.2.330 847 12/13/2019
1.2.328 868 12/12/2019
1.2.327 861 12/11/2019
1.2.326 854 12/10/2019
1.2.325 868 12/3/2019
1.2.324 851 11/29/2019
1.2.323 851 11/28/2019
1.2.322 916 11/28/2019
1.2.321 940 11/28/2019
1.2.320 969 11/26/2019
1.2.319 889 11/26/2019
1.2.318 881 11/22/2019
1.2.317 905 11/20/2019
1.2.316 884 10/25/2019
1.2.315 945 10/25/2019
1.2.314 960 10/23/2019
1.2.313 919 10/18/2019
1.2.312 932 10/17/2019
1.2.311 921 10/17/2019
1.2.310 854 10/17/2019
1.2.309 892 10/9/2019
1.2.308 865 10/8/2019
1.2.307 845 10/7/2019
1.2.306 846 10/4/2019
1.2.305 892 10/3/2019
1.2.304 848 10/2/2019
1.2.303 849 9/16/2019
1.2.302 904 9/16/2019
1.2.301 875 9/15/2019
1.2.300 925 9/13/2019
1.2.299 858 9/10/2019
1.2.298 914 9/6/2019
1.2.297 928 8/20/2019
1.2.296 905 8/20/2019
1.2.295 905 8/20/2019
1.2.294 890 8/20/2019
1.2.293 898 8/16/2019
1.2.292 912 7/15/2019
1.2.291 905 6/30/2019
1.2.290 931 6/28/2019
1.2.289 874 6/20/2019
1.2.288 933 6/12/2019
1.2.287 901 6/12/2019
1.2.286 951 6/11/2019
1.2.285 967 6/11/2019
1.2.284 955 6/5/2019
1.2.283 939 5/28/2019
1.2.282 954 5/25/2019
1.2.281 918 5/23/2019
1.2.280 884 5/13/2019
1.2.279 919 5/9/2019
1.2.278 955 5/9/2019
1.2.277 964 5/7/2019
1.2.276 973 5/7/2019
1.2.275 927 5/6/2019
1.2.274 1,028 4/26/2019
1.2.273 996 4/25/2019
1.2.272 956 4/25/2019
1.2.271 1,013 4/24/2019
1.2.270 1,003 4/24/2019
1.2.269 967 4/16/2019
1.2.268 943 4/16/2019
1.2.267 935 4/16/2019
1.2.266 960 4/12/2019
1.2.265 946 4/12/2019
1.2.264 976 4/11/2019
1.2.263 970 4/11/2019
1.2.262 952 4/10/2019
1.2.261 902 4/10/2019
1.2.260 928 4/5/2019
1.2.259 956 2/27/2019
1.2.258 954 2/27/2019
1.2.257 950 2/26/2019
1.2.256 1,011 2/15/2019
1.2.255 1,017 2/15/2019
1.2.254 1,010 2/5/2019
1.2.253 1,053 12/12/2018
1.2.252 1,120 11/8/2018
1.2.251 1,126 11/8/2018
1.2.250 1,159 10/11/2018
1.2.249 1,195 10/2/2018
1.2.248 1,152 9/25/2018
1.2.247 1,235 9/3/2018
1.2.246 1,174 8/28/2018
1.2.245 1,179 8/27/2018
1.2.244 1,222 8/22/2018
1.2.243 1,264 8/21/2018
1.2.242 1,205 8/17/2018
1.2.241 1,273 7/27/2018
1.2.240 1,301 7/26/2018
1.2.239 1,332 6/18/2018
1.2.238 1,488 6/14/2018
1.2.237 1,335 5/25/2018
1.2.236 1,348 5/24/2018
1.2.235 1,487 5/18/2018
1.2.234 1,511 5/3/2018
1.2.233 1,497 5/3/2018
1.2.232 1,442 4/30/2018
1.2.231 1,347 4/18/2018
1.2.230 1,548 4/10/2018
1.2.229 1,535 4/10/2018
1.2.228 1,368 4/4/2018
1.2.227 1,347 3/28/2018
1.2.226 1,385 3/22/2018
1.2.225 1,348 3/20/2018
1.2.224 1,389 3/19/2018
1.2.223 1,535 3/15/2018
1.2.222 1,340 3/14/2018
1.2.221 1,324 3/14/2018
1.2.220 1,334 2/23/2018
1.2.219 1,363 2/16/2018
1.2.218 1,303 2/9/2018
1.2.217 1,535 2/8/2018
1.2.216 1,487 2/7/2018
1.2.215 1,313 2/7/2018
1.2.214 1,470 2/5/2018
1.2.213 1,329 2/2/2018
1.2.212 1,572 1/26/2018
1.2.211 1,564 1/16/2018
1.2.210 1,392 12/18/2017
1.2.209 1,418 12/14/2017
1.2.208 1,505 12/7/2017
1.2.206 1,401 12/4/2017
1.2.205 1,373 11/28/2017
1.2.204 1,364 11/24/2017
1.2.203 1,413 11/24/2017
1.2.202 1,361 11/24/2017
1.2.201 1,340 11/20/2017
1.2.200 1,353 11/14/2017
1.2.199 1,329 11/14/2017
1.2.198 1,366 11/6/2017
1.2.197 1,379 11/6/2017
1.2.196 1,368 10/31/2017
1.2.195 1,423 10/30/2017
1.2.194 1,419 10/26/2017
1.2.193 1,366 10/26/2017
1.2.192 1,358 10/26/2017
1.2.191 1,355 10/20/2017
1.2.190 1,339 10/18/2017
1.2.189 1,392 10/18/2017
1.2.188 1,392 10/15/2017
1.2.187 1,334 10/11/2017
1.2.185 1,384 10/10/2017
1.2.184 1,395 10/10/2017
1.2.183 1,427 10/2/2017
1.2.182 1,330 9/29/2017
1.2.181 1,370 9/25/2017
1.2.180 1,370 9/14/2017
1.2.179 1,385 9/12/2017
1.2.178 1,363 8/31/2017
1.2.177 1,427 8/25/2017
1.2.176 1,413 8/24/2017
1.2.174 1,457 8/7/2017
1.2.173 1,378 8/7/2017
1.2.172 1,357 8/7/2017
1.2.171 1,415 8/4/2017
1.2.170 1,382 8/3/2017
1.2.169 1,365 8/3/2017
1.2.168 1,401 8/3/2017
1.2.167 1,395 8/2/2017
1.2.166 1,369 8/1/2017
1.2.165 1,396 7/26/2017
1.2.164 1,389 7/26/2017
1.2.163 1,490 7/25/2017
1.2.162 1,365 7/18/2017
1.2.161 1,408 7/18/2017
1.2.160 1,433 7/18/2017
1.2.159 1,362 7/18/2017
1.2.158 1,407 7/13/2017
1.2.157 1,433 7/13/2017
1.2.156 1,404 7/5/2017
1.2.155 1,444 6/28/2017
1.2.154 1,412 6/27/2017
1.2.153 1,430 6/20/2017
1.2.152 1,391 6/19/2017
1.2.151 1,421 6/14/2017
1.2.150 1,390 6/13/2017
1.2.149 1,475 5/31/2017
1.2.148 1,414 5/29/2017
1.2.147 1,423 5/19/2017
1.2.146 1,400 5/18/2017
1.2.145 1,405 5/18/2017
1.2.144 1,377 5/14/2017
1.2.143 1,426 5/12/2017
1.2.142 1,426 5/12/2017
1.2.141 1,441 5/5/2017
1.2.140 1,404 4/27/2017
1.2.139 1,465 2/27/2017
1.2.137 1,474 2/3/2017
1.2.136 1,453 2/3/2017
1.2.135 1,394 1/26/2017
1.2.134 1,395 1/25/2017
1.2.133 1,512 1/12/2017
1.2.132 1,440 1/11/2017
1.2.131 1,542 1/10/2017
1.2.130 1,399 1/10/2017
1.2.129 1,431 1/10/2017
1.2.128 1,413 1/10/2017
1.2.127 1,413 1/10/2017
1.2.125 1,494 1/10/2017
1.2.119 1,409 12/13/2016
1.2.118 1,406 12/12/2016
1.2.117 1,430 12/10/2016
1.2.115 1,461 12/8/2016
1.2.114 1,421 12/5/2016
1.2.112 1,415 11/29/2016
1.2.111 1,462 11/25/2016
1.2.110 1,386 11/25/2016
1.2.109 1,471 11/24/2016
1.2.108 1,430 11/24/2016
1.2.107 1,468 11/23/2016
1.2.106 1,375 11/18/2016
1.2.105 1,385 11/18/2016
1.2.104 1,451 11/18/2016
1.2.103 1,416 11/17/2016
1.2.102 1,418 11/17/2016
1.2.101 1,414 11/17/2016
1.2.100 1,364 11/16/2016
1.2.99 1,389 11/16/2016
1.2.98 1,365 11/16/2016
1.2.97 1,421 11/16/2016
1.2.96 1,433 11/16/2016
1.2.95 1,415 11/16/2016
1.2.94 1,392 11/15/2016
1.2.92 1,349 11/15/2016
1.2.91 1,429 11/15/2016
1.2.90 1,397 11/15/2016
1.2.89 1,442 11/14/2016
1.2.88 1,855 11/8/2016
1.2.87 1,650 11/8/2016
1.2.86 1,565 11/8/2016
1.2.85 1,484 11/8/2016
1.2.84 1,798 11/8/2016
1.2.83 1,521 11/7/2016
1.2.82 1,645 11/3/2016
1.2.81 1,630 11/3/2016
1.2.80 1,520 11/3/2016
1.2.79 1,600 11/2/2016
1.2.78 1,635 11/1/2016
1.2.76 1,630 11/1/2016
1.2.75 1,434 10/31/2016
1.2.73 1,432 10/28/2016
1.2.71 1,473 10/27/2016
1.2.68 1,405 10/26/2016
1.2.66 1,375 10/25/2016
1.2.65 1,419 10/24/2016
1.2.64 1,438 10/21/2016
1.2.63 1,421 10/21/2016
1.2.62 1,391 10/21/2016
1.2.61 1,439 10/20/2016
1.2.60 1,393 10/20/2016
1.2.59 1,413 10/13/2016
1.2.58 1,426 10/13/2016
1.2.57 1,416 10/13/2016
1.2.56 1,446 10/13/2016
1.2.55 1,453 10/11/2016
1.2.54 1,402 10/11/2016
1.2.53 1,430 10/10/2016
1.2.52 1,392 10/10/2016
1.2.51 1,472 9/12/2016
1.2.50 1,470 9/12/2016
1.2.49 1,423 9/7/2016
1.2.48 1,469 9/2/2016
1.2.47 1,434 5/6/2016
1.2.46 1,809 4/25/2016
1.2.45 1,612 4/25/2016
1.2.44 1,654 4/25/2016
1.2.43 1,720 4/22/2016
1.2.42 1,479 4/15/2016
1.2.41 1,470 4/12/2016
1.2.40 1,483 4/11/2016
1.2.39 1,452 4/8/2016
1.2.38 1,473 4/8/2016
1.2.37 1,433 4/8/2016
1.2.36 1,429 4/8/2016
1.2.35 1,422 4/6/2016
1.2.34 1,433 4/6/2016
1.2.33 1,391 4/6/2016
1.2.32 1,460 4/6/2016
1.2.31 1,460 4/6/2016
1.2.30 1,465 4/6/2016
1.2.29 1,507 4/5/2016
1.2.28 1,438 4/5/2016
1.2.27 1,508 4/5/2016
1.2.26 1,450 4/5/2016
1.2.25 1,441 4/5/2016
1.2.24 1,403 4/1/2016
1.2.23 1,439 3/31/2016
1.2.22 1,463 3/31/2016
1.2.21 1,462 3/29/2016
1.2.20 1,451 3/25/2016
1.2.19 1,499 3/17/2016
1.2.18 1,482 3/17/2016
1.2.16 1,480 3/17/2016
1.2.15 1,529 3/17/2016
1.2.14 1,485 3/16/2016
1.2.13 1,463 3/15/2016
1.2.12 1,507 3/15/2016
1.2.11 1,458 3/14/2016
1.2.10 1,712 3/11/2016
1.2.9 1,422 3/7/2016
1.2.8 1,429 3/6/2016
1.2.7 1,456 3/6/2016
1.2.6 1,434 3/4/2016
1.2.5 1,489 3/2/2016
1.2.4 1,449 3/2/2016
1.2.3 1,464 3/1/2016
1.2.1 1,471 2/29/2016
1.2.0 1,594 2/29/2016
1.1.45 1,387 7/28/2017
1.1.44 1,530 2/29/2016
1.1.43 1,496 2/29/2016
1.1.42 1,617 2/28/2016
1.1.41 1,872 2/26/2016
1.1.40 1,476 2/23/2016
1.1.39 1,431 2/23/2016
1.1.38 1,490 2/22/2016
1.1.37 1,484 2/22/2016
1.1.36 1,450 2/19/2016
1.1.34 1,532 2/15/2016
1.1.33 1,492 2/12/2016
1.1.32 1,665 2/11/2016
1.1.31 1,642 2/11/2016
1.1.30 1,537 2/9/2016
1.1.29 1,473 2/8/2016
1.1.28 1,489 1/29/2016
1.1.27 1,519 1/26/2016
1.1.25 1,380 1/25/2016
1.1.24 1,433 1/20/2016
1.1.23 1,442 1/20/2016
1.1.19 1,478 1/20/2016
1.1.16 1,466 1/19/2016
1.1.15 1,538 1/15/2016
1.1.14 1,495 1/15/2016
1.1.13 1,992 1/14/2016
1.1.12 2,042 1/14/2016
1.1.10 1,529 1/13/2016
1.1.9 1,495 1/12/2016
1.1.8 1,487 1/12/2016
1.1.7 1,567 1/12/2016
1.1.6 1,511 1/11/2016
1.1.5 1,471 1/7/2016
1.1.4 1,426 1/6/2016
1.1.3 1,466 1/6/2016
1.1.2 1,471 1/6/2016
1.1.1 1,470 1/5/2016
1.1.0 1,470 1/1/2016
1.0.155 1,618 12/18/2015
1.0.154 1,431 12/17/2015
1.0.153 1,512 12/17/2015
1.0.151 1,707 12/3/2015
1.0.150 1,617 12/3/2015
1.0.149 1,649 12/3/2015
1.0.148 1,612 12/2/2015
1.0.147 1,748 12/2/2015
1.0.146 1,692 12/2/2015
1.0.145 1,880 12/2/2015
1.0.144 1,909 12/2/2015
1.0.143 1,681 12/1/2015
1.0.142 1,765 12/1/2015
1.0.140 1,683 12/1/2015
1.0.139 1,687 11/30/2015
1.0.138 1,761 11/30/2015
1.0.137 1,639 11/26/2015
1.0.136 1,655 11/25/2015
1.0.135 1,552 11/20/2015
1.0.134 1,508 11/19/2015
1.0.133 1,541 11/19/2015
1.0.132 1,595 11/19/2015
1.0.131 1,480 11/17/2015
1.0.130 1,502 11/13/2015
1.0.129 1,494 11/13/2015
1.0.128 1,537 11/13/2015
1.0.127 1,580 11/12/2015
1.0.126 1,550 11/12/2015