Provides a couple of simple methods for mocking services registered in a Microsoft Dependency Injection container without rebuilding the container.
Info
| Version: | 0.0.3 |
| Author(s): | rsivanov |
| Last Update: | Monday, June 22, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/rsivanov/Rsi.DependencyInjection |
| NuGet Url: | https://www.nuget.org/packages/Rsi.DependencyInjection |
Install
Install-Package Rsi.DependencyInjection
dotnet add package Rsi.DependencyInjection
paket add Rsi.DependencyInjection
Rsi.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.5)
- Microsoft.Extensions.Options(>= 3.1.5)
Tags