Skip to content
David Revoledo edited this page Dec 21, 2018 · 1 revision

AspNetCore.AutoHealtCheck

Check automatically your asp.net core applications with a lot of extensibility !

Check how your asp.net core application defensive is.

CodeFactor Build status NuGet NuGet License: MIT

Features

  • Auto Call all the endpoints that an asp.net core applications expose.
  • Allow configure rules to determine when an endpoint is unhealthy.
  • Plugins to extend the behavior of the http calls. (ie. Headers, QueryParams, and so on).
  • Allow to call custom actions (ie weebhooks) for health resutls.
  • Full Async support.

Clone this wiki locally