Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khellang/glimpse.autofac

A Glimpse plugin to show Autofac registrations and resolutions
https://github.com/khellang/glimpse.autofac

Last synced: 2 months ago
JSON representation

A Glimpse plugin to show Autofac registrations and resolutions

Awesome Lists containing this project

README

        

Glimpse for Autofac
============================

Description
-----------

This is a simple Glimpse plugin to show Autofac registrations and resolutions.

Usage
-----

Either build the project and reference the `Glimpse.Autofac.dll` in your Glimpse-enabled prject or execute `Install-Package Glimpse.Autofac` in the Package Manager Console to install the [NuGet package](http://nuget.org/packages/Glimpse.Autofac).

To enable the plugin, you have to call the `ActivateGlimpse()` extension method on your `IContainer`.

Support
-------

Create an issue here on GitHub, send me a message or fork the project and send me a pull request.

Open Source License
-------------------

Glimpse for Autofac is free software distributed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).