AngleSharp by: AngleSharp
  • 703 total downloads
  • Latest version: 1.4.0
  • 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.
AngleSharp.Css by: AngleSharp
  • 279 total downloads
  • Latest version: 1.0.0-beta.154
  • html html5 css css3 dom styling library anglesharp angle
Extends the CSSOM from the core AngleSharp library.
AngleSharp.Diffing by: AngleSharp
  • 171 total downloads
  • Latest version: 1.0.0
  • html html5 css css3 dom library diffing anglesharp diff difference compare comparison testing
Provides a complete diffing model of HTML.
AspNetCore.SassCompiler by: koenvzeijl sleeuwen Michaelvs97
  • 364 total downloads
  • Latest version: 1.89.2
  • sass scss aspnetcore dart-sass compiler watch blazor
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
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
Azure.Core by: Microsoft
  • 295 total downloads
  • Latest version: 1.47.3
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Core.Experimental by: Microsoft
  • 154 total downloads
  • Latest version: 0.1.0-preview.37
  • Microsoft Azure Client Pipeline
Experimental types that might eventually move to Azure.Core
Azure.Identity by: Microsoft
  • 243 total downloads
  • Latest version: 1.14.1
  • Microsoft Azure Identity windowsazureofficial azureofficial
Provides APIs for authenticating to Microsoft Entra ID
Blazored.FluentValidation by: Chris Sainty
  • 45 total downloads
  • Latest version: 1.3.0
  • Blazor FluentValidation Blazored Components Fluent Validation
A library for using FluentValidation with Blazor
Blazored.LocalStorage by: Chris Sainty
  • 135 total downloads
  • Latest version: 2.1.6
  • Blazor LocalStorage Blazored Razor Components
A library to provide access to local storage in Blazor applications
BuildBundlerMinifier by: Mads Kristensen
  • 471 total downloads
  • Latest version: 3.2.449
  • concat bundle minify minification css js html
Bundles and minifies CSS, JS and HTML files
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 397 total downloads
  • Latest version: 2.1.66
  • orm sql micro-orm
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
  • 654 total downloads
  • Latest version: 8.3.1
  • Excel ooxml
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
  • http rest rest-api web-api webapi aspnet aspnetcore dotnet6 minimal-api vertical-slice-architecture repr-pattern
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
  • 245 total downloads
  • Latest version: 10.3.3
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET data provider
FluentAssertions by: Dennis Doomen Jonas Nyrup Xceed
  • 261 total downloads
  • Latest version: 8.5.0
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
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
  • 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.