JoanComas.ScenarioUnitTesting 1.1.5

dotnet add package JoanComas.ScenarioUnitTesting --version 1.1.5
NuGet\Install-Package JoanComas.ScenarioUnitTesting -Version 1.1.5
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="JoanComas.ScenarioUnitTesting" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JoanComas.ScenarioUnitTesting --version 1.1.5
#r "nuget: JoanComas.ScenarioUnitTesting, 1.1.5"
#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 JoanComas.ScenarioUnitTesting as a Cake Addin
#addin nuget:?package=JoanComas.ScenarioUnitTesting&version=1.1.5

// Install JoanComas.ScenarioUnitTesting as a Cake Tool
#tool nuget:?package=JoanComas.ScenarioUnitTesting&version=1.1.5

Simplify your unit tests with a Scenario<T> class as a single point to access the class under test and its dependencies, leveraging xUnit, AutoFixture and NSubstitute.

Product Compatible and additional computed target framework versions.
.NET 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on JoanComas.ScenarioUnitTesting:

Package Downloads
JoanComas.ScenarioUnitTesting.AspNetCore

Simplify your controller unit tests with a Scenario<T> class as a single point to access the class under test and its dependencies, leveraging xUnit, AutoFixture and NSubstitute.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 118 8/29/2023
1.1.4 94 8/29/2023
1.1.3 102 8/29/2023
1.1.2 133 8/29/2023
1.1.1 120 8/29/2023
1.1.0 239 8/29/2023
1.0.1 235 3/3/2022

Now the Scenario.Dependency() works with non-faked types.