MoShaheen.Injector 1.2.0

dotnet add package MoShaheen.Injector --version 1.2.0
NuGet\Install-Package MoShaheen.Injector -Version 1.2.0
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="MoShaheen.Injector" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MoShaheen.Injector --version 1.2.0
#r "nuget: MoShaheen.Injector, 1.2.0"
#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 MoShaheen.Injector as a Cake Addin
#addin nuget:?package=MoShaheen.Injector&version=1.2.0

// Install MoShaheen.Injector as a Cake Tool
#tool nuget:?package=MoShaheen.Injector&version=1.2.0

Injector

Part of MoQa Project

Version:
- Injector
- Injector.Contracts
Author: Mahmoud Shaheen

Download
Website
Github

Why?

.Net DI Made Easy

Injector Takes .Net DI to the next level.
It allows to simply inject services from other projects easily which made separation of concerns easy!
you only need to do two things:

  1. Implement one of the interfaces in Injector.Contracts package according to the case (Singleton, Scoped, Transient).
  2. builder.Services.AddInjector().RegisterModule(typeof(Program));

Features:

  • Contracts:
    • Abstraction for Injector so it can be used in any project such as class libraries.
  • Services:
    • Calling AddInjector() Do the magic by scanning all provided modules and register services to IOC.
    • Three types are supported (Singleton, Scoped, Transient).
  • HostedServices:
    • Registers all hosted services in any given module to IOC.

How To Run:

  • Using Visual Studio
  • Open Injector.sln
  • Set example\TestApp as startup project
  • Run: press "F5"

How To Use:

An Example of usage is included in Example Folder.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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.2.0 228 3/5/2023
1.1.0 203 3/4/2023