Skip to content
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;
  • Events - core supported events;
Clone this wiki locally