AngleSharp
by: AngleSharp
- 0 total downloads
- Latest version: 1.3.0-beta.470
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
- 8 total downloads
- Latest version: 4.0.0-preview.12
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 8 total downloads
- Latest version: 3.7.402.70
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Azure.Data.Tables
by: Microsoft
- 0 total downloads
- Latest version: 12.0.0-beta.6
This client library enables working with the Microsoft Azure Table service
Azure.Identity
by: Microsoft
- 1 total downloads
- Latest version: 1.14.0-beta.2
Provides APIs for authenticating to Microsoft Entra ID
Azure.Storage.Common
by: Microsoft
- 1 total downloads
- Latest version: 12.21.0
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.Toolchains.Roslyn
by: .NET Foundation and contributors
- 2 total downloads
- Latest version: 0.10.11
Powerful .NET library for benchmarking
BlazorComponentUtilities
by: Ed Charbeneau
- 0 total downloads
- Latest version: 1.6.0
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.
BlazorStrap.V5
by: Chanan Braunstein, John Bomhold
- 2 total downloads
- Latest version: 5.2.103-Beta1
Bootstrap 5.x component library for BlazorStrap
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 1 total downloads
- Latest version: 2.6.0-beta.106
BouncyCastle.NET is a popular cryptography library for .NET
CommandLineParser
by: gsscoder, nemec, ericnewton76
- 0 total downloads
- Latest version: 2.7.82
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
- 1 total downloads
- Latest version: 27.2.1
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 1 total downloads
- Latest version: 2.3.162
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 0 total downloads
- Latest version: 1.6.0-beta.2261
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus
by: EPPlus Software AB
- 0 total downloads
- Latest version: 8.0.1
A spreadsheet library for .NET framework and .NET core
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 0 total downloads
- Latest version: 7.7.0
Package Description
FastEndpoints.Attributes
by: FastEndpoints
- 4 total downloads
- Latest version: 6.0.0-beta.7
Attributes used by FastEndpoints.
FastExpressionCompiler.src
by: Maksim Volkau
- 0 total downloads
- Latest version: 5.0.3
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FluentAssertions
by: Dennis Doomen, Jonas Nyrup
- 1 total downloads
- Latest version: 5.10.2
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit tests. Targets .NET Framework 4.5 and 4.7, as well as .NET Core 2.0, .NET Core 3.0, .NET Core 2.1, .NET Standard 1.3, 1.6, 2.0 and 2.1.
Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBUnit, MSpec, and NSpec.
FluentMigrator.Extensions.Postgres
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 0 total downloads
- Latest version: 7.1.0
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.