AspNetCore.HealthChecks.Network
by: Xabaril Contributors
- 607 total downloads
- Latest version: 9.0.0
HealthChecks.Network is the health check package for network services.
AspNetCore.HealthChecks.NpgSql
by: Xabaril Contributors
- 257 total downloads
- Latest version: 9.0.0
HealthChecks.NpgSql is a health check for Postgress Sql.
AspNetCore.HealthChecks.Publisher.Prometheus
by: Xabaril Contributors
- 12 total downloads
- Latest version: 2.2.0
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
- 414 total downloads
- Latest version: 2.2.35
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
- 56 total downloads
- Latest version: 2.2.4
HealthChecks.UI.Client contains some mandatory abstractions to work with HealthChecks.UI.
AspNetCore.HealthChecks.UI.Core
by: Xabaril Contributors
- 52 total downloads
- Latest version: 3.1.3
HealthChecks.UI.Core package containing builder and model definitions
AspNetCore.HealthChecks.UI.InMemory.Storage
by: Xabaril Contributors
- 37 total downloads
- Latest version: 3.1.2
HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI
AspNetCore.HealthChecks.UI.SQLite.Storage
by: Xabaril Contributors
- 39 total downloads
- Latest version: 3.1.2
HealthChecks.UI.SQLite.Storage package contains the required classes to use SQLite provider in the UI
AspNetCore.HealthChecks.UI.SqlServer.Storage
by: Xabaril Contributors
- 39 total downloads
- Latest version: 3.1.2
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.
AutoBogus
by: Nick Dodd
- 230 total downloads
- Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities.
AutoBogus.NSubstitute
by: Nick Dodd
- 259 total downloads
- Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes mocking options using NSubtitute.
Autofac
by: Autofac Contributors
- 566 total downloads
- Latest version: 8.2.0
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.