IL.AttributeBasedDI 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package IL.AttributeBasedDI --version 1.0.3                
NuGet\Install-Package IL.AttributeBasedDI -Version 1.0.3                
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="IL.AttributeBasedDI" Version="1.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IL.AttributeBasedDI --version 1.0.3                
#r "nuget: IL.AttributeBasedDI, 1.0.3"                
#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 IL.AttributeBasedDI as a Cake Addin
#addin nuget:?package=IL.AttributeBasedDI&version=1.0.3

// Install IL.AttributeBasedDI as a Cake Tool
#tool nuget:?package=IL.AttributeBasedDI&version=1.0.3                

IL.AttributeBasedDI

Control dependencies via custom Service Attribute - extends Microsoft.Extensions.DependencyInjection

How to use

  • Simply reference IL.AttributeBasedDI in your project
  • Use service collection extension coming with library to activate functionality: services.AddServiceAttributeBasedDependencyInjection()
    • Allows to filter assemblies reflection search with optional parameter assemblyFilters ("MyProject.*" for example)
  • Start decorating your classes with [Service] attribute with optional params:
    • Lifetime - to define current service registration lifetime
    • ServiceType - allows to specify main interface class is registered for, if null - will default to first interface on the list of iterfaces implemented or to itself.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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 is compatible.  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.3.2 23 7/17/2024
1.3.0 297 5/6/2024
1.2.0 287 3/3/2024
1.1.3 99 3/3/2024
1.0.3 201 2/22/2024
1.0.2 1,047 7/31/2023
1.0.1 142 7/29/2023
1.0.0 169 7/17/2023