ASP.NET-StatusBoard.AspNetCore
0.0.34
dotnet add package ASP.NET-StatusBoard.AspNetCore --version 0.0.34
NuGet\Install-Package ASP.NET-StatusBoard.AspNetCore -Version 0.0.34
<PackageReference Include="ASP.NET-StatusBoard.AspNetCore" Version="0.0.34" />
paket add ASP.NET-StatusBoard.AspNetCore --version 0.0.34
#r "nuget: ASP.NET-StatusBoard.AspNetCore, 0.0.34"
// Install ASP.NET-StatusBoard.AspNetCore as a Cake Addin #addin nuget:?package=ASP.NET-StatusBoard.AspNetCore&version=0.0.34 // Install ASP.NET-StatusBoard.AspNetCore as a Cake Tool #tool nuget:?package=ASP.NET-StatusBoard.AspNetCore&version=0.0.34
A ASP.NET Status Board framework, AspNetCore (Full .NET Framework) implementation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Text.Encodings.Web (>= 4.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v0.0.34 Bug: timeouts was logged to the DefaultCheckErrorHandler, not to the provided error handler if any
v0.0.32 Add options for timeout on all checks
Add options for running aggregate checks in the background and returning a cached result
v0.0.30 Fix NuGet package for the AspNetCore package
v0.0.28 Breaking change: Removed Standard checks from Core package
Added option for timeout
v0.0.26 Added option UseDefaultCredentials in CertificateCheck
v0.0.22 Added Proxy support - Make one Statusboard that aggregates other status boards
v0.0.20 Prevent Intranet Mode in Internet explorer
v0.0.18 StatusCheckCore - ASP.NET Core check with Dependency Injection support
v0.0.16 Display certificate chain errors
v0.0.14 Standard check for certificate expiration warning
v0.0.12 Display duration, AspNetCore (Full Framework) version
v0.0.10 CheckAllFailOnWarning and CheckAllFailOnError operations
v0.0.08 Link to JSON version from HTML status page
v0.0.06 Optional HTML formatting of the message column
v0.0.04 Remove jQuery dependency
v0.0.02 Initial release