AngleSharp
by: AngleSharp
- 828 total downloads
- Latest version: 1.4.0
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AngleSharp.Css
by: AngleSharp
- 279 total downloads
- Latest version: 1.0.0-beta.154
Extends the CSSOM from the core AngleSharp library.
AngleSharp.Diffing
by: AngleSharp
- 171 total downloads
- Latest version: 1.0.0
Provides a complete diffing model of HTML.
AspNetCore.SassCompiler
by: koenvzeijl sleeuwen Michaelvs97
- 364 total downloads
- Latest version: 1.89.2
Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 15 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Azure.Core
by: Microsoft
- 295 total downloads
- Latest version: 1.47.3
This is the implementation of the Azure Client Pipeline
Azure.Core.Experimental
by: Microsoft
- 154 total downloads
- Latest version: 0.1.0-preview.37
Experimental types that might eventually move to Azure.Core
Azure.Identity
by: Microsoft
- 243 total downloads
- Latest version: 1.14.1
Provides APIs for authenticating to Microsoft Entra ID
Blazored.FluentValidation
by: Chris Sainty
- 45 total downloads
- Latest version: 1.3.0
A library for using FluentValidation with Blazor
Blazored.LocalStorage
by: Chris Sainty
- 135 total downloads
- Latest version: 2.1.6
A library to provide access to local storage in Blazor applications
BuildBundlerMinifier
by: Mads Kristensen
- 471 total downloads
- Latest version: 3.2.449
Bundles and minifies CSS, JS and HTML files
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 482 total downloads
- Latest version: 2.1.66
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
EPPlus
by: EPPlus Software AB
- 673 total downloads
- Latest version: 8.3.1
A spreadsheet library for .NET framework and .NET core
EPPlus.Interfaces
by: EPPlus.Interfaces
- 37 total downloads
- Latest version: 8.1.0
Package Description
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 31 total downloads
- Latest version: 8.0.0
Package Description
FastEndpoints
by: FastEndpoints
- 18 total downloads
- Latest version: 5.16.0
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 1.59k total downloads
- Latest version: 6.3.0-beta.2
Attributes used by FastEndpoints.
FirebirdSql.Data.FirebirdClient
by: FirebirdSQL
- 299 total downloads
- Latest version: 10.3.3
Firebird ADO.NET data provider
FluentAssertions
by: Dennis Doomen Jonas Nyrup Xceed
- 351 total downloads
- Latest version: 8.5.0
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. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.
IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).
Check out the [license page](LICENSE) for more information.
FluentMigrator
by: Sean Chambers Josh Coffman Tom Marien Mark Junker John Zabroski
- 304 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.