Exposes some AOP (Aspect Oriented Programming) extensions which help registering and resolving proxies instead of concrete implementations through Microsoft built-in container with the main purpose of providing lazy loading/instantiation of resources.
Info
Version: | 2.3.0 |
Author(s): | Lima Technology Services, Fernando Luiz de Lima |
Last Update: | Thursday, August 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ffernandolima/extensions-dependency-injection |
NuGet Url: | https://www.nuget.org/packages/Extensions.DependencyInjection.Proxies |
Install
Install-Package Extensions.DependencyInjection.Proxies
dotnet add package Extensions.DependencyInjection.Proxies
paket add Extensions.DependencyInjection.Proxies
Extensions.DependencyInjection.Proxies Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.4.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.11)
Tags