Carubbi.ServiceLocator
1.1.1
dotnet add package Carubbi.ServiceLocator --version 1.1.1
NuGet\Install-Package Carubbi.ServiceLocator -Version 1.1.1
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.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carubbi.ServiceLocator --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Carubbi.ServiceLocator, 1.1.1"
#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.1.1 // Install Carubbi.ServiceLocator as a Cake Tool #tool nuget:?package=Carubbi.ServiceLocator&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.Mailer.Interfaces
Interfaces dos Componentes de Envio e Recebimento de Email |
|
Carubbi.DAL
Micro ORM Baseado em procedures |
|
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.