An implementation of an ITypeRegistrar for Spectre.Console using Microsoft.Extensions.DependencyInjection
Install-Package Spectre.Console.Registrars.Microsoft-Di
var collection = new ServiceCollection();
// setup your end of the ServiceCollection...
var registrar = new ServiceCollectionRegistrar(collection);
var app = new CommandApp(registrar);
Spectre.Console.Registrars.Microsoft-Di follows the Contributor Covenant Code of Conduct.
We accept Pull Requests.
Small note: If editing the Readme, please conform to the standard-readme specification.