TestDataFramework.dll 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package TestDataFramework.dll --version 2.0.3
                    
NuGet\Install-Package TestDataFramework.dll -Version 2.0.3
                    
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="TestDataFramework.dll" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TestDataFramework.dll" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="TestDataFramework.dll" />
                    
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 TestDataFramework.dll --version 2.0.3
                    
#r "nuget: TestDataFramework.dll, 2.0.3"
                    
#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 TestDataFramework.dll@2.0.3
                    
#: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=TestDataFramework.dll&version=2.0.3
                    
Install as a Cake Addin
#tool nuget:?package=TestDataFramework.dll&version=2.0.3
                    
Install as a Cake Tool

Unit test data population tool.

Product Compatible and additional computed target framework versions.
.NET Framework 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
5.1.0 251 6/29/2024
5.0.1 149 6/28/2024
5.0.0 696 10/16/2023
4.0.0 567 10/14/2023
3.7.0 1,403 5/21/2022
3.6.2 1,291 5/17/2022
3.6.1 1,324 5/17/2022
3.6.0 1,366 5/17/2022
3.5.3 1,463 9/25/2021
3.5.1 1,786 3/31/2019
3.5.0 1,595 3/3/2019
3.4.1 1,731 2/20/2019
3.4.0 1,694 2/19/2019
3.3.5 1,752 12/1/2018
3.3.4 1,737 11/26/2018
3.3.3 1,633 11/22/2018
3.3.2 1,792 11/5/2018
3.3.1 1,782 11/2/2018
3.3.0 1,655 10/29/2018
3.2.1 1,779 10/25/2018
3.2.0 1,772 10/25/2018
3.1.4 1,820 10/9/2018
3.1.3 1,881 10/9/2018
3.1.2 1,847 10/8/2018
3.1.1 1,783 9/22/2018
3.0.1 1,896 8/26/2018
2.4.0 2,560 1/22/2018
2.2.4 2,109 1/19/2018
2.2.3.4 2,294 1/12/2018
2.2.3.2 2,183 12/13/2017
2.2.2 2,507 12/9/2017
2.2.1 2,223 12/4/2017
2.2.0 2,180 11/22/2017
2.1.0 3,213 10/30/2017
2.0.4.4 2,049 7/11/2017
2.0.4.3 1,806 7/9/2017
2.0.4.2 1,718 7/9/2017
2.0.4.1 1,754 7/9/2017
2.0.4 1,780 7/6/2017
2.0.3 1,772 7/2/2017
2.0.2 2,058 1/9/2017
2.0.1 2,045 12/7/2016

2.0.3

* Foreign keys can be explicitly set. Framework will not enforce referential integrity for those
properties if so.

Allows you to set a foreign key to null if the matching primary key table isn't in the C# model.
Referential integrity errors on the database server can occur if you introduce them this way.

* Internal methods/members of public facing types are marked as internal (or internal protected)
to reduce user's intellisense noise.

* Skipping assemblies that are not found in the file system during scannig of referenced
assemblies for primary/foreign table class matches. An exception had been occuring for some
assemblies, possibly becasue they were not in the bin folder due to being in the GAC.

* Adding an AppSettings key to explicitly enable or disable log messages. The key is:
"TestDataFramework-EnableLogger". The value to enable logging is "true".

2.0.2

Documentation is up to date on GitHub.

*  Guarantee methods work with primary keys properly.

2.0.1.

* RecordReference.Set method fix.

* Guarantee... methods fix.