Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 593 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 593 Bytes

Property Injection

In Microsoft.Extensions.DependencyInjection does not support property injection by default therefore you should use Autofac,Castle etc.

This package allows you to do so simply

Usage

Install package from nuget https://www.nuget.org/packages/DotnetPropertyInjection.Lib/1.0.0

Add this extension method to your Program.cs image

Sample service image