AspNetCore.HealthChecks.Elasticsearch
by: Xabaril Contributors
- 316 total downloads
- Latest version: 9.0.0
HealthChecks.Elasticsearch is the health check package for Elasticsearch.
AspNetCore.HealthChecks.EventStore
by: Xabaril Contributors
- 285 total downloads
- Latest version: 9.0.0
HealthChecks.EventStore is the health check package for EventStore, using the TCP Client.
AspNetCore.HealthChecks.MongoDb
by: Xabaril Contributors
- 433 total downloads
- Latest version: 9.0.0
HealthChecks.MongoDb is the health check package for MongoDb.
AspNetCore.HealthChecks.Network
by: Xabaril Contributors
- 699 total downloads
- Latest version: 9.0.0
HealthChecks.Network is the health check package for network services.
AspNetCore.HealthChecks.NpgSql
by: Xabaril Contributors
- 294 total downloads
- Latest version: 9.0.0
HealthChecks.NpgSql is a health check for Postgress Sql.
AspNetCore.HealthChecks.Publisher.Prometheus
by: Xabaril Contributors
- 104 total downloads
- Latest version: 5.0.1
[Deprecated! Use pull model with AspNetCore.HealthChecks.Prometheus.Metrics package instead] HealthChecks.Publisher.PrometheusGateway is the health check publisher for Prometheus Gateway.
AspNetCore.HealthChecks.Rabbitmq
by: Xabaril Contributors
- 41 total downloads
- Latest version: 8.0.2
HealthChecks.RabbitMQ is the health check package for RabbitMQ.
AspNetCore.HealthChecks.Redis
by: Xabaril Contributors
- 13 total downloads
- Latest version: 8.0.1
HealthChecks.Redis is the health check package for Redis.
AspNetCore.HealthChecks.SqlServer
by: Xabaril Contributors
- 27 total downloads
- Latest version: 6.0.2
HealthChecks.SqlServer is the health check package for SqlServer.
AspNetCore.HealthChecks.System
by: Xabaril Contributors
- 15 total downloads
- Latest version: 6.0.5
HealthChecks.System is the system health check package.
AspNetCore.HealthChecks.UI
by: Xabaril Contributors
- 721 total downloads
- Latest version: 5.0.1
HealthChecks.UI Is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks.For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
AspNetCore.HealthChecks.UI.Client
by: Xabaril Contributors
- 191 total downloads
- Latest version: 5.0.1
HealthChecks.UI.Client contains some mandatory abstractions to work with HealthChecks.UI.
AspNetCore.HealthChecks.UI.Core
by: Xabaril Contributors
- 117 total downloads
- Latest version: 5.0.1
HealthChecks.UI.Core package containing builder and model definitions
AspNetCore.HealthChecks.UI.InMemory.Storage
by: Xabaril Contributors
- 100 total downloads
- Latest version: 5.0.1
HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI
AspNetCore.HealthChecks.UI.SQLite.Storage
by: Xabaril Contributors
- 102 total downloads
- Latest version: 5.0.1
HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI
AspNetCore.HealthChecks.UI.SqlServer.Storage
by: Xabaril Contributors
- 106 total downloads
- Latest version: 5.0.1
HealthChecks.UI.SqlServer.Storage package contains the required classes to use SqlServer provider in the UI
AspNetCore.HealthChecks.Uris
by: Xabaril Contributors
- 26 total downloads
- Latest version: 7.0.0
HealthChecks.Uris is a simple health check package for Uri groups.
Aspose.Drawing.Common
by: Aspose
- 360 total downloads
- Latest version: 25.2.0
Cross-platform System.Drawing.Common alternative. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies.
Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows.
Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service.
With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
AsyncAwaitBestPractices
by: Brandon Minnick John Thiriet
- 13 total downloads
- Latest version: 8.0.0
Extensions for System.Threading.Tasks
Includes extension methods to safely fire-and-forget a Task and/or a ValueTask
Includes WeakEventManger which avoids memory leaks when events are not unsubscribed
AsyncFixer
by: Semih Okur
- 12 total downloads
- Latest version: 1.5.1
AsyncFixer helps developers in finding and correcting common async/await misuses (i.e., anti-patterns). It currently detects 5 common kinds of async/await misuses and fixes 3 of them via program transformations. AsyncFixer has been tested with thousands of open-source C# projects and successfully handles many corner cases.