JoanComas.ScenarioUnitTesting.AspNetCore 1.1.8

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

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

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.

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

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
1.1.8 158 8/29/2023
1.1.7 118 8/29/2023
1.1.6 134 8/29/2023
1.1.5 136 8/29/2023
1.1.4 129 8/29/2023
1.1.3 132 8/29/2023
1.1.1 139 8/29/2023
1.1.0 191 8/29/2023

Very technical, not for users: ControllerScenario will make all DbContext use an in-memory database.