AspNetCore.HealthChecks.Redis by: Xabaril Contributors
  • 136 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Redis
HealthChecks.Redis is the health check package for Redis.
AspNetCore.Identity.MongoDbCore by: Alexandre Spieser
  • 28 total downloads
  • Latest version: 7.0.0
  • aspnetcore mongo mongodb identity membership
A MongoDb UserStore and RoleStore adapter for Microsoft.Extensions.Identity.Core 6.0.
AspNetCoreRateLimit by: Stefan Prodan, Cristi Pufu
  • 36 total downloads
  • Latest version: 5.0.0
  • aspnetcore rate-limit throttle
ASP.NET Core rate limiting middleware
AutoMapper by: Jimmy Bogard
  • 920 total downloads
  • Latest version: 15.0.1
A convention-based object-object mapper.
AWSSDK.Core by: Amazon Web Services
  • 1.73k total downloads
  • Latest version: 4.0.0.32
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3 by: Amazon Web Services
  • 714 total downloads
  • Latest version: 4.0.7.7
  • AWS Amazon cloud S3 aws-sdk-v4
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
AWSSDK.SecurityToken by: Amazon Web Services
  • 1.004k total downloads
  • Latest version: 3.7.100.14
  • AWS Amazon cloud SecurityTokenService aws-sdk-v3 STS
The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.
Azure.Core by: Microsoft
  • 204 total downloads
  • Latest version: 1.38.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Identity by: Microsoft
  • 102 total downloads
  • Latest version: 1.11.4
  • Microsoft Azure Identity windowsazureofficial azureofficial
This is the implementation of the Azure SDK Client Library for Azure Identity
Azure.Security.KeyVault.Certificates by: Microsoft
  • 102 total downloads
  • Latest version: 4.6.0
  • Microsoft Azure Key Vault Certificates windowsazureofficial azureofficial
This is the Microsoft Azure Key Vault Certificates client library
Azure.Security.KeyVault.Secrets by: Microsoft
  • 102 total downloads
  • Latest version: 4.6.0
  • Microsoft Azure Key Vault Secrets windowsazureofficial azureofficial
This is the Microsoft Azure Key Vault Secrets client library
Barcoder by: Wouter Huysentruit
  • 160 total downloads
  • Latest version: 3.0.0
Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
Barcoder.Renderer.Image by: Wouter Huysentruit
  • 162 total downloads
  • Latest version: 3.0.0
Image Renderer for Barcoder (.NET6, .NET8).
BouncyCastle.Cryptography by: Legion of the Bouncy Castle Inc.
  • 331 total downloads
  • Latest version: 2.5.1
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Buildalyzer by: Dave Glick and contributors
  • 47 total downloads
  • Latest version: 2.6.0
A little utility to perform design-time builds of .NET projects without having to think too hard about it. Should work with any project type on any .NET runtime.
Buildalyzer.Logger by: Dave Glick and contributors
  • 47 total downloads
  • Latest version: 2.6.0
The MSBuild logger for Buildalyzer. Not intended to be used directly.
Buildalyzer.Workspaces by: Dave Glick and contributors
  • 47 total downloads
  • Latest version: 2.6.0
A little utility to perform design-time builds of .NET projects without having to think too hard about it. This extension library adds support for creating a Roslyn workspace from Buildalyzer.
Castle.Core by: Castle Project Contributors
  • 462 total downloads
  • Latest version: 5.1.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommandLineParser by: gsscoder, nemec, ericnewton76, moh-hassan
  • 177 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommunityToolkit.HighPerformance by: Microsoft
  • 119 total downloads
  • Latest version: 8.3.0
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.