Carubbi.ServiceLocator 1.0.0

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

// Install Carubbi.ServiceLocator as a Cake Tool
#tool nuget:?package=Carubbi.ServiceLocator&version=1.0.0

Carubbi.ServiceLocator

A simple helper to implement Service Locator

Example:

 <configSections>
    <section name="Implementations" type="System.Configuration.DictionarySectionHandler"/>
 </configSections>
<Implementations>
    <add key="Intetrface" value="Namespace.Class, AssemblyName"/>
    <add key="ConcreteTypeUsedByReflection" value="Namespace.Class, AssemblyName"/>
</Implementations>
var implementation = ImplementationResolver.Resolve<Interface>();

or

var implementation = ImplementationResolver.Resolve("ConcreteTypeUsedByReflection");
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Carubbi.ServiceLocator:

Package Downloads
Carubbi.Mainframe

Wrapper de Emulador de Terminal Mainframe Microfocus Rumba

Carubbi.DAL

Micro ORM Baseado em procedures

Carubbi.Mailer.Interfaces

Interfaces dos Componentes de Envio e Recebimento de Email

Carubbi.CaptchaBreaker

Wrapper do Tesseract e do Captcha Breaker para quebra de captchas

Carubbi.Mailer

Componente de Envio e Recebimento de Email através de SMTP e POP3

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 951 9/13/2018
1.1.0 766 9/13/2018
1.0.0 2,855 8/20/2018