aspnet / Diagnostics

[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
213 stars 108 forks source link

Healthcheck should be DI compatible #421

Closed ycrumeyrolle closed 6 years ago

ycrumeyrolle commented 7 years ago

Healthcheck a commonly based on existing classes and/or existing options. Such objects should be injected within the Healthcheck without specify wiring. The current implementation with lambda implementation is not very DI-friendly.

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2574