DocumentFormat.OpenXml by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.0
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DotNet.Testcontainers by: Andre Hofmeister and contributors
  • 12 total downloads
  • Latest version: 1.6.0
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus by: EPPlus Software AB
  • 6 total downloads
  • Latest version: 8.0.7
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
FastEndpoints by: FastEndpoints
  • 46 total downloads
  • Latest version: 5.18.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
  • 30 total downloads
  • Latest version: 6.3.0-beta.4
Attributes used by FastEndpoints.
FluentAssertions by: Dennis Doomen, Jonas Nyrup, Xceed
  • 57 total downloads
  • Latest version: 8.4.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.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 0 total downloads
  • Latest version: 6.1.1
  • 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.0.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.
FluentValidation by: Jeremy Skinner
  • 77 total downloads
  • Latest version: 11.10.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Fluid.Core by: Sebastien Ros
  • 68 total downloads
  • Latest version: 2.24.0
  • fluid liquid template view engine
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
Google.Protobuf by: Google Inc.
  • 11 total downloads
  • Latest version: 3.9.1
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc by: The gRPC Authors
  • 97 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Core by: Google Inc.
  • 1 total downloads
  • Latest version: 1.7.3
  • gRPC RPC Protocol HTTP/2
Package Description
Grpc.Core.Api by: The gRPC Authors
  • 5 total downloads
  • Latest version: 2.71.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 4 total downloads
  • Latest version: 2.52.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 10 total downloads
  • Latest version: 2.71.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
HarfBuzzSharp by: Microsoft
  • 2 total downloads
  • Latest version: 2.6.1.8-preview.90
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS by: Microsoft
  • 3 total downloads
  • Latest version: 8.3.1.1
  • graphics text cross-platform harfbuzzsharp harfbuzz ios android linux windows tvos macos tizen
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Win32 by: Microsoft
  • 1 total downloads
  • Latest version: 2.8.2-preview.256
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 53 total downloads
  • Latest version: 1.11.70
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams). --------------------------------------- This library is sponsored by ZZZ Projects: https://entityframework-extensions.net/ https://eval-expression.net/ https://dapper-plus.net/ --------------------------------------- HAP is trusted by companies worldwide with over 150 million downloads.