Newtonsoft.Json.Bson
by: James Newton-King
- 2.817k total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
Npgsql
by: Shay Rojansky, Nikita Kazmin, Brar Piening, Nino Floris, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
- 920 total downloads
- Latest version: 8.0.8
Npgsql is the open source .NET data provider for PostgreSQL.
NPOI
by: Tony Qu, NPOI Contributors
- 452 total downloads
- Latest version: 2.7.2
.NET port of Apache POI
NuGet.Frameworks
by: Microsoft
- 48 total downloads
- Latest version: 6.9.1
NuGet's understanding of target frameworks.
ObjectsComparer
by: Valerii Tereshchenko
- 23 total downloads
- Latest version: 1.4.1
Framework provides mechanism to compare classes, allows override comparison rules for specific properties and types.
OfficeIMO.Word
by: Przemyslaw Klys
- 406 total downloads
- Latest version: 1.0.32
An Open Source cross-platform .NET library providing an easy way to create
Microsoft Word (DocX) documents.
OpenSearch.Net
by: OpenSearch and contributors
- 451 total downloads
- Latest version: 1.2.0
Exposes all the OpenSearch API endpoints but leaves you in control of building the request and response bodies.
Comes with built in cluster failover/connection pooling support.
OpenTelemetry
by: OpenTelemetry Authors
- 847 total downloads
- Latest version: 1.15.0
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 1.192k total downloads
- Latest version: 1.15.0
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 1.199k total downloads
- Latest version: 1.15.0
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.Console
by: OpenTelemetry Authors
- 849 total downloads
- Latest version: 1.15.0
Console exporter for OpenTelemetry .NET
OpenTelemetry.Extensions.Hosting
by: OpenTelemetry Authors
- 585 total downloads
- Latest version: 1.15.0
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Instrumentation.AspNetCore
by: OpenTelemetry Authors
- 585 total downloads
- Latest version: 1.15.0
ASP.NET Core instrumentation for OpenTelemetry .NET
OpenXmlPowerTools.NetStandard
by: Microsoft, Eric White, Lionel Vallet
- 250 total downloads
- Latest version: 4.6.0
Based on maintainer EricWhite's vNext fork, includes .NET 6.0 and .NET Standard 2.0 build target for use in cross-platform scenarios.
The Open XML PowerTools provides guidance and example code for programming with Open XML Documents (DOCX, XLSX, and PPTX). It is based on, and extends the functionality of the Open XML SDK.
It supports scenarios such as:
•Splitting DOCX/PPTX files into multiple files.
•Combining multiple DOCX/PPTX files into a single file.
•Populating content in template DOCX files with data from XML.
•High-fidelity conversion of DOCX to HTML.
•Searching and replacing content in DOCX/PPTX using regular expressions.
•Managing tracked-revisions, including detecting tracked revisions, and accepting tracked revisions.
•Updating Charts in DOCX/PPTX files, including updating cached data, as well as the embedded XLSX.
•Retrieving metrics from DOCX files, including the hierarchy of styles used, the languages used, and the fonts used.
•Writing XLSX files using far simpler code than directly writing the markup, including a streaming approach that enables writing XLSX files with millions of rows.
PDFsharp
by: PDFsharp Team
- 399 total downloads
- Latest version: 6.2.4
PDFsharp is the Open Source library for creating and modifying PDF documents using .NET. It has an easy-to-use API that allows developers to generate or modify PDF files programmatically. PDFsharp can be used for various applications, including creating reports, invoices, and other types of documents.
This package does not depend on Windows and can be used on any .NET compatible platform including Linux and macOS.
See https://docs.pdfsharp.net for details.
Pipelines.Sockets.Unofficial
by: Pipelines.Sockets.Unofficial
- 1.175k total downloads
- Latest version: 2.2.8
Package Description
Polly
by: Michael Wolfenden, App vNext
- 2.635k total downloads
- Latest version: 7.2.4
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Core
by: Michael Wolfenden, App vNext
- 1 total downloads
- Latest version: 8.4.2
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Polly.Extensions
by: Michael Wolfenden, App vNext
- 1 total downloads
- Latest version: 8.4.2
Polly.Extensions adds support for dependency injection and telemetry for the Polly.Core library.
Polly.Extensions.Http
by: App vNext
- 1.819k total downloads
- Latest version: 3.0.0
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.