Provides LightBDD integration with Microsoft.Extensions.DependencyInjection, allowing to use Microsoft DI compatible container for LightBDD scenarios.
Info
Version: | 3.8.0 |
Author(s): | Wojciech Kotlarski |
Last Update: | Sunday, April 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LightBDD/LightBDD |
NuGet Url: | https://www.nuget.org/packages/LightBDD.Extensions.DependencyInjection |
Install
Install-Package LightBDD.Extensions.DependencyInjection
dotnet add package LightBDD.Extensions.DependencyInjection
paket add LightBDD.Extensions.DependencyInjection
LightBDD.Extensions.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- LightBDD.Core(>= 3.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.4)
Tags