Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khellang/glimpse.autofac
- Owner: khellang
- License: other
- Created: 2013-02-20T19:30:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T08:40:40.000Z (over 11 years ago)
- Last Synced: 2024-11-09T09:45:58.722Z (3 months ago)
- Language: C#
- Size: 367 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).