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(Microsoft.AspNetCore.Http.HttpContextFactory, 	Microsoft.Extensions.Logging.LoggerFactory...) and other User-defined services.
                        
                    
         
                Info
| Version: | 6.0.0 | 
| Author(s): | Harry Cheng | 
| Last Update: | Thursday, January 20, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/188867052/DependencyInjection.Analyzer | 
| NuGet Url: | https://www.nuget.org/packages/DependencyInjection.Analyzer | 
Install
Install-Package DependencyInjection.Analyzer
                        dotnet add package DependencyInjection.Analyzer
                        paket add DependencyInjection.Analyzer
                        
                                DependencyInjection.Analyzer Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.1.0)
- Microsoft.AspNetCore.Razor(>= 2.1.0)
Tags
