AngleSharp by: AngleSharp
  • 1 total downloads
  • Latest version: 1.3.0-beta.470
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AWSSDK.Core by: Amazon Web Services
  • 2 total downloads
  • Latest version: 4.0.0-preview.11
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 5 total downloads
  • Latest version: 3.7.402.68
  • AWS Amazon cloud SimpleEmailService aws-sdk-v3 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Azure.Core by: Microsoft
  • 0 total downloads
  • Latest version: 1.39.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Data.Tables by: Microsoft
  • 0 total downloads
  • Latest version: 12.0.0-beta.6
  • Microsoft Azure Tables Microsoft Azure Tables Table windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Table service
Azure.Storage.Common by: Microsoft
  • 1 total downloads
  • Latest version: 12.21.0
  • Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 2 total downloads
  • Latest version: 0.13.6
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BlazorComponentUtilities by: Ed Charbeneau
  • 3 total downloads
  • Latest version: 1.6.0
  • Blazor
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.
CommandLineParser by: gsscoder, nemec, ericnewton76
  • 6 total downloads
  • Latest version: 2.7.82
  • 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.
CsvHelper by: Josh Close
  • 2 total downloads
  • Latest version: 27.1.0
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DotNet.Testcontainers by: Andre Hofmeister and contributors
  • 39 total downloads
  • Latest version: 1.6.0-beta.2261
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus.System.Drawing by: EPPlus.System.Drawing
  • 3 total downloads
  • Latest version: 7.7.0
Package Description
FastEndpoints.Attributes by: FastEndpoints
  • 3 total downloads
  • Latest version: 5.27.0.11-beta
Attributes used by FastEndpoints.
FastExpressionCompiler.src by: Maksim Volkau
  • 6 total downloads
  • Latest version: 5.0.3
  • Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FluentMigrator.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 8 total downloads
  • Latest version: 5.2.0
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentMigrator.Extensions.Postgres by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 7.1.0
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Fluid.Core by: Sebastien Ros
  • 1 total downloads
  • Latest version: 2.0.4
  • fluid liquid template view engine
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
Gherkin by: Cucumber Ltd, Gaspar Nagy
  • 18 total downloads
  • Latest version: 30.0.2
  • specflow gherkin cucumber
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Google.Protobuf by: Google Inc.
  • 1 total downloads
  • Latest version: 3.22.0-rc1
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Core by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.46.1
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.