FluentTestScaffold.Core 4.0.3

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

FluentTestScaffold.Core

Core framework and interfaces for FluentTestScaffold.

Installation

dotnet add package FluentTestScaffold.Core

Documentation

For complete documentation, examples, and usage guides, visit: 📚 FluentTestScaffold Documentation

What's Included

  • Core TestScaffold class
  • Fluent API interfaces
  • Builder pattern implementations
  • Data template system
  • IOC container abstractions

Quick Start

using FluentTestScaffold.Core;

var testScaffold = new TestScaffold()
    .UseIoc(services => {
        // Configure your services
    })
    .Build();

For detailed examples and advanced usage, see the main documentation.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on FluentTestScaffold.Core:

Package Downloads
FluentTestScaffold.Bdd

FluentTestScaffold Bdd

FluentTestScaffold.Autofac

FluentTestScaffold Autofac

FluentTestScaffold.EntityFrameworkCore

FluentTestScaffold EntityFrameworkCore

FluentTestScaffold.Nunit

FluentTestScaffold Nunit

FluentTestScaffold.AspNetCore

FluentTestScaffold AspNetCore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.1 304 4/17/2026
4.1.0 9,019 4/7/2026
4.0.3 248 2/24/2026
4.0.2 234 1/14/2026
4.0.2-preview-20250929-230514 315 9/29/2025
4.0.1 10,154 9/29/2025
4.0.0-preview-20250820-231505 2,420 8/20/2025
3.8.11 266 7/31/2025
3.8.10 671 7/20/2025
3.8.9-preview-20250719-113545 206 7/19/2025
3.8.8-preview-20250719-112337 222 7/19/2025
3.8.7-preview-20250719-103808 266 7/19/2025