TstFxtr 0.4.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package TstFxtr --version 0.4.19
NuGet\Install-Package TstFxtr -Version 0.4.19
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="TstFxtr" Version="0.4.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TstFxtr --version 0.4.19
#r "nuget: TstFxtr, 0.4.19"
#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.
// Install TstFxtr as a Cake Addin
#addin nuget:?package=TstFxtr&version=0.4.19

// Install TstFxtr as a Cake Tool
#tool nuget:?package=TstFxtr&version=0.4.19

Utility that aims to facilitate the creation of domain objects for use in tests.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.1 is compatible.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
0.5.27 1,033 9/20/2018
0.5.26 927 7/26/2018
0.4.24 993 11/21/2017
0.4.23 953 10/24/2017
0.4.22 889 10/23/2017
0.4.21 947 10/19/2017
0.4.20 961 10/17/2017
0.4.19 1,007 8/24/2017
0.4.18 987 7/20/2017
0.4.17 985 7/3/2017
0.3.1 1,019 5/22/2017
0.3.0 998 5/22/2017
0.1.0 933 3/9/2017

+ User can provide concrete object for given types using the new Provide(Type type, object @object) method