NancyActuator 0.2.1-alpha
dotnet add package NancyActuator --version 0.2.1-alpha
NuGet\Install-Package NancyActuator -Version 0.2.1-alpha
<PackageReference Include="NancyActuator" Version="0.2.1-alpha" />
paket add NancyActuator --version 0.2.1-alpha
#r "nuget: NancyActuator, 0.2.1-alpha"
// Install NancyActuator as a Cake Addin #addin nuget:?package=NancyActuator&version=0.2.1-alpha&prerelease // Install NancyActuator as a Cake Tool #tool nuget:?package=NancyActuator&version=0.2.1-alpha&prerelease
Library providing Spring Boot's Actuator-like features to a NancyFx application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Nancy (>= 1.4.3 && < 2.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NancyActuator:
Package | Downloads |
---|---|
NancyActuator.SQLServerHealthCheck
SQL Server connectivity health check for the NancyActuator library. |
|
NancyActuator.MongoDBHealthCheck
Mongo connectivity health check for the NancyActuator library. |
|
NancyActuator.PostgreSQLHealthCheck
PostgreSQL connectivity health check for the NancyActuator library. |
|
NancyActuator.RedisHealthCheck
Redis connectivity health check for the NancyActuator library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.1-alpha | 4,416 | 10/8/2018 |
0.2.0-alpha | 934 | 12/20/2017 |
0.1.1-alpha | 1,157 | 3/27/2017 |
0.1.0-alpha | 696 | 3/24/2017 |
Fixed the /info and /health endpoints to always return json, instead of failing with unsupported media types. Removed the out-of-the-box health checks, that are moved to separate libraries.