AspNetCore.HealthChecks.OpenIdConnectServer
by: Xabaril Contributors
- 42 total downloads
- Latest version: 9.0.0
HealthChecks.OpenIdConnectServer is the health check package for OpenIdConnect servers
AspNetCore.HealthChecks.Rabbitmq
by: Xabaril Contributors
- 37 total downloads
- Latest version: 9.0.0
HealthChecks.RabbitMQ is the health check package for RabbitMQ.Client.
AspNetCore.HealthChecks.Redis
by: Xabaril Contributors
- 88 total downloads
- Latest version: 9.0.0
HealthChecks.Redis is the health check package for Redis.
AspNetCore.HealthChecks.SqlServer
by: Xabaril Contributors
- 69 total downloads
- Latest version: 9.0.0
HealthChecks.SqlServer is the health check package for SqlServer.
AspNetCore.HealthChecks.UI
by: Xabaril Contributors
- 301 total downloads
- Latest version: 9.0.0
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
- 62 total downloads
- Latest version: 9.0.0
HealthChecks.UI.Client contains some mandatory abstractions to work with HealthChecks.UI.
AspNetCore.HealthChecks.UI.Core
by: Xabaril Contributors
- 86 total downloads
- Latest version: 9.0.0
HealthChecks.UI.Core package containing builder and model definitions
AspNetCore.HealthChecks.UI.Data
by: Xabaril Contributors
- 25 total downloads
- Latest version: 9.0.0
HealthChecks.UI.Data package containing data models and database context definition
AspNetCore.HealthChecks.Uris
by: Xabaril Contributors
- 97 total downloads
- Latest version: 9.0.0
HealthChecks.Uris is a simple health check package for Uri groups.
Aspose.Words
by: Aspose
- 855 total downloads
- Latest version: 25.12.0
Aspose.Words for .NET is a powerful, high-performance document processing library for creating, editing, converting, and rendering Word and PDF files in C#. It supports DOCX, DOC, RTF, ODT, HTML, PDF, Markdown, and over 30 formats. Designed for .NET developers, it enables advanced document automation, mail merge, text extraction, and report generation. Aspose.Words ensures high fidelity in document conversion, seamless API integration, and cross-platform compatibility. Ideal for cloud, web, and desktop applications.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 10 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Autofac
by: Autofac Contributors
- 467 total downloads
- Latest version: 8.4.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.
AutoGen.Core
by: Microsoft
- 68 total downloads
- Latest version: 0.2.3
Core library for AutoGen. This package provides contracts and core functionalities for AutoGen.
AutoGen.LMStudio
by: Microsoft
- 71 total downloads
- Latest version: 0.2.3
Provide support for consuming LMStudio openai-like API service in AutoGen
AutoGen.OpenAI
by: Microsoft
- 80 total downloads
- Latest version: 0.2.3
OpenAI Intergration for AutoGen.
If your project still depends on Azure.AI.OpenAI v1, please use AutoGen.OpenAI.V1 package instead.
AutoGen.OpenAI.V1
by: Microsoft
- 16 total downloads
- Latest version: 0.2.3
OpenAI Intergration for AutoGen.
This package connects to openai using Azure.AI.OpenAI v1 package. It is reserved to keep compatibility with the projects which stick to that v1 package.
To use the latest version of OpenAI SDK, please use AutoGen.OpenAI package.
AutoMapper
by: Jimmy Bogard
- 258 total downloads
- Latest version: 15.1.0
A convention-based object-object mapper.
AutoMapper.Collection
by: Tyler Carlson
- 148 total downloads
- Latest version: 12.0.0
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.
AutoMapper.Collection.EntityFrameworkCore
by: Tyler Carlson
- 51 total downloads
- Latest version: 12.0.0
Collection updating support for EntityFrameworkCore with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
AutoMapper.Extensions.ExpressionMapping
by: Jimmy Bogard
- 264 total downloads
- Latest version: 9.0.1
Expression mapping (OData) extensions for AutoMapper