EasyLocator 1.0.6

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package EasyLocator --version 1.0.6
NuGet\Install-Package EasyLocator -Version 1.0.6
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="EasyLocator" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyLocator --version 1.0.6
#r "nuget: EasyLocator, 1.0.6"
#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 EasyLocator as a Cake Addin
#addin nuget:?package=EasyLocator&version=1.0.6

// Install EasyLocator as a Cake Tool
#tool nuget:?package=EasyLocator&version=1.0.6

EasyLocator is an easy IoC Container that implements IServiceLocator(Microsoft.Practices.ServiceLocation https://commonservicelocator.codeplex.com/).It allows you to register Services and instances.

Named registering : You can also name them if you want to store several instances of a type or retrieve them easily by name.

Caching Strategy : by default you get new instances every time you try to get one. You can also keep alive instances and cache them.

EasyLocator uses Reflection to Resolve not registered types . Also registering ViewModels for example is not required. EasyLocator registers them and instanciates them for you . Only registering Services is really required (pair interface + implementation for example) because it can't resolves the "preferred" implementation .

BCL targets :.NET 4.5, Windows 8, Windows Phone 8.1 and Windows Phone Silverlight 8 .

There are no supported framework assets in this 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