ASP.NET-StatusBoard.Owin
0.0.34
dotnet add package ASP.NET-StatusBoard.Owin --version 0.0.34
NuGet\Install-Package ASP.NET-StatusBoard.Owin -Version 0.0.34
<PackageReference Include="ASP.NET-StatusBoard.Owin" Version="0.0.34" />
paket add ASP.NET-StatusBoard.Owin --version 0.0.34
#r "nuget: ASP.NET-StatusBoard.Owin, 0.0.34"
// Install ASP.NET-StatusBoard.Owin as a Cake Addin
#addin nuget:?package=ASP.NET-StatusBoard.Owin&version=0.0.34
// Install ASP.NET-StatusBoard.Owin as a Cake Tool
#tool nuget:?package=ASP.NET-StatusBoard.Owin&version=0.0.34
A ASP.NET Status Board framework, OWIN implementation
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- Microsoft.Owin (>= 3.0.1)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.34 | 325 | 7/13/2021 |
0.0.32 | 280 | 7/13/2021 |
0.0.28 | 299 | 7/8/2021 |
0.0.26 | 406 | 1/10/2021 |
0.0.24 | 340 | 1/10/2021 |
0.0.22 | 1,206 | 5/23/2017 |
0.0.20 | 1,042 | 5/22/2017 |
0.0.16 | 1,017 | 1/11/2017 |
0.0.14 | 1,017 | 9/27/2016 |
0.0.10 | 1,280 | 6/11/2016 |
0.0.8 | 1,022 | 6/7/2016 |
0.0.6 | 994 | 6/7/2016 |
0.0.4 | 1,234 | 6/7/2016 |
0.0.2 | 1,020 | 6/7/2016 |
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