All Projects → AppMetrics → AspNetCoreHealth

AppMetrics / AspNetCoreHealth

Licence: Apache-2.0 license
App Metrics Health Extensions for AspNet Core

Programming Languages

C#
18002 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to AspNetCoreHealth

angular-auth-oidc-sample-google-openid
Angular oidc client with google Identity OpenID
Stars: ✭ 23 (+109.09%)
Mutual labels:  aspnetcore
ant-design-blazor
Ant Design for Blazor (WIP)
Stars: ✭ 23 (+109.09%)
Mutual labels:  aspnetcore
aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
Stars: ✭ 2,396 (+21681.82%)
Mutual labels:  aspnetcore
FastEndpoints
A light-weight REST API development framework for ASP.Net 6 and newer.
Stars: ✭ 2,386 (+21590.91%)
Mutual labels:  aspnetcore
AspNetCore.Identity.RavenDB
RavenDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 16 (+45.45%)
Mutual labels:  aspnetcore
MvcSimplePager
Simple,lightweight,easy to expand pager for asp.net mvc and asp.net core,针对asp.net mvc 和 asp.net core 设计的通用、扩展性良好的轻量级分页扩展
Stars: ✭ 13 (+18.18%)
Mutual labels:  aspnetcore
Enchilada
Enchilada is a filesystem abstraction layer written in C#
Stars: ✭ 29 (+163.64%)
Mutual labels:  aspnetcore
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (+109.09%)
Mutual labels:  aspnetcore
X.Extensions.Logging.Telegram
Telegram logging provider
Stars: ✭ 32 (+190.91%)
Mutual labels:  aspnetcore
Authn
Authorization and Authentication in ASPNET CORE
Stars: ✭ 35 (+218.18%)
Mutual labels:  aspnetcore
openiddict-documentation
OpenIddict documentation
Stars: ✭ 53 (+381.82%)
Mutual labels:  aspnetcore
OnlineUsers-Counter-AspNetCore
Display online users count in ASP.NET Core in two ways (Cookie - SingalR)
Stars: ✭ 29 (+163.64%)
Mutual labels:  aspnetcore
LeXun.Security.OAuth
用于 Asp.Net 和 Asp.Net Core 的OAuth2社交身份验证提供程序。支持支付宝,QQ,微信,百度等第三方登录
Stars: ✭ 19 (+72.73%)
Mutual labels:  aspnetcore
MarkdownViewEngine
Markdown View Engine for ASP.NET Core
Stars: ✭ 43 (+290.91%)
Mutual labels:  aspnetcore
IGeekFan.AspNetCore.Knife4jUI
support .NET Core3.0+,.NET Standard2.0 Swagger UI knife4j ui,you can use NSwagger or Swashbuckle.AspNetCore in packages
Stars: ✭ 178 (+1518.18%)
Mutual labels:  aspnetcore
DNTScheduler.Core
DNTScheduler.Core is a lightweight ASP.NET Core's background tasks runner and scheduler
Stars: ✭ 44 (+300%)
Mutual labels:  aspnetcore
MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (+18.18%)
Mutual labels:  aspnetcore
DNTCaptcha.Core
DNTCaptcha.Core is a captcha generator and validator for ASP.NET Core applications
Stars: ✭ 181 (+1545.45%)
Mutual labels:  aspnetcore
node-healthchecks-api
The Node.js implementation of the Health Checks API by Hootsuite
Stars: ✭ 25 (+127.27%)
Mutual labels:  health-checks
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+5590.91%)
Mutual labels:  aspnetcore

This repo has been archived, source code and issues moved to AppMetrics

App Metrics AspNetCore Health App Metrics

Official Site License Gitter

What is App Metrics AspNetCore Health?

App Metrics Health is an open-source and cross-platform .NET library used define health checks within an application, see the Getting Started Guide. This repository includes AspNetCore middleware and extensions to expose user-defined health checks over HTTP.

Latest Builds, Packages & Repo Stats

Branch AppVeyor Travis Coverage
dev AppVeyor Travis Coveralls
master AppVeyor Travis Coveralls
Package Dev Release Pre-Release Release
App.Metrics.AspNetCore.Health MyGet Status NuGet Status NuGet Status
App.Metrics.AspNetCore.Health.Core MyGet Status NuGet Status NuGet Status
App.Metrics.AspNetCore.Health.Endpoints MyGet Status NuGet Status NuGet Status
App.Metrics.AspNetCore.Health.Hosting MyGet Status NuGet Status NuGet Status

How to build

AppVeyor and Travis CI builds are triggered on commits and PRs to dev and master branches.

See the following for build arguments and running locally.

Configuration Description Default Environment Required
BuildConfiguration The configuration to run the build, Debug or Release Release All Optional
PreReleaseSuffix The pre-release suffix for versioning nuget package artifacts e.g. beta ci All Optional
CoverWith DotCover or OpenCover to calculate and report code coverage, None to skip. When not None, a coverage file and html report will be generated at ./artifacts/coverage OpenCover Windows Only Optional
SkipCodeInspect false to run ReSharper code inspect and report results, true to skip. When true, the code inspection html report and xml output will be generated at ./artifacts/resharper-reports false Windows Only Optional
BuildNumber The build number to use for pre-release versions 0 All Optional
LinkSources Source link support allows source code to be downloaded on demand while debugging true All Optional

Windows

Run build.ps1 from the repositories root directory.

	.\build.ps1

With Arguments

	.\build.ps1 --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -CoverWith=OpenCover -SkipCodeInspect=false -BuildNumber=1'

Linux & OSX

Run build.sh from the repositories root directory. Code Coverage reports are now supported on Linux and OSX, it will be skipped running in these environments.

	.\build.sh

With Arguments

	.\build.sh --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -BuildNumber=1'

Contributing

See the contribution guidlines for details.

Acknowledgements

Thanks for providing free open source licensing

License

This library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2016 Allan Hardy

See LICENSE


Powered By NDepend


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].