Display all the Dependency Injection services in Mvc or Api project, developers can view all of the services through the browser, include Lifetime(Singleton, Transient, Scoped), ServiceType(IHttpContextFactory, ILoggerFactory...) and ImplementationType(HttpContextFactory, LoggerFactory...) as well as other User-defined services.
Info
Version: | 2.2.0 |
Author(s): | Harry Cheng |
Last Update: | Monday, July 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/188867052/DependencyInjection.Analyzer |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.DependencyInjection.Analyzer |
Install
Install-Package AspNetCore.DependencyInjection.Analyzer
dotnet add package AspNetCore.DependencyInjection.Analyzer
paket add AspNetCore.DependencyInjection.Analyzer
AspNetCore.DependencyInjection.Analyzer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.Razor(>= 2.2.0)
Tags