You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
João Simões edited this page May 2, 2018
·
7 revisions
ASP.NET Core - Middleware
Collection of utility middleware for ASP.NET Core 2+ applications.
Documentation
Check the rest of the documentation for more details:
MetadataMiddleware - exposes application metadata for getting the environment, version and other properties. Also helpful as an is alive endpoint;
HealthCheckMiddleware - endpoint for checking the current status of the application and its dependencies. Testing the connection to a database or another HTTP service are some of the examples, making it an useful endpoint for monitoring;