Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

An implementation of an ITypeRegistrar for Spectre.Console using SimpleInjector

License

Notifications You must be signed in to change notification settings

nils-org/Spectre.Console.Registrars.SimpleInjector

Repository files navigation

Spectre.Console.Registrars.SimpleInjector

standard-readme compliant Contributor Covenant Build Codecov Report NuGet package

An implementation of an ITypeRegistrar for Spectre.Console using SimpleInjector

This library is deprecated, SimpleInjector can not fulfilly all required features to implement an ITypeRegistrar!

Table of Contents

Install

Install-Package Spectre.Console.Registrars.SimpleInjector

Usage

var container = new SimpleInjector.Container();
// setup your end of the container...
var registrar = new SimpleInjectorRegistrar(container);
var app = new CommandApp(registrar);

Maintainer

Nils Andresen @nils-a

Contributing

Spectre.Console.Registrars.SimpleInjector follows the Contributor Covenant Code of Conduct.

We accept Pull Requests.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT License © Nils Andresen