NSwag.Generation
by: Rico Suter
- 29 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.AspNetCore
by: Rico Suter
- 24 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Common
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
Common utilities and interfaces for all NuGet libraries.
NuGet.Configuration
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
NuGet's configuration settings implementation.
NuGet.DependencyResolver.Core
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
NuGet's PackageReference dependency resolver implementation.
NuGet.Frameworks
by: Microsoft
- 16 total downloads
- Latest version: 6.11.0
NuGet's understanding of target frameworks.
NuGet.LibraryModel
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
NuGet's types and interfaces for understanding dependencies.
NuGet.Packaging
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.
NuGet.ProjectModel
by: Microsoft
- 10 total downloads
- Latest version: 6.11.0
NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.
NuGet.Protocol
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
NuGet's implementation for interacting with feeds. Contains functionality for all feed types.
NuGet.Versioning
by: Microsoft
- 9 total downloads
- Latest version: 6.11.0
NuGet's implementation of Semantic Versioning.
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 9 total downloads
- Latest version: 1.21.15
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
OpenPop.NET
by: OpenPop
- 2 total downloads
- Latest version: 2.0.6.1120
OpenPop.NET is an open source implementation of a POP3 client and a robust MIME parser written in C#.
It allows developers easy access to email on a POP3 server in a matter of minutes.
The project is backed by several hundred test cases and is therefore believed to be very robust.
If you find a bug, please report this by sending an email to hpop-users@lists.sourceforge.net.
POP3 Client Features
- Easy to use POP3 client
- Support for plain TCP or TLS/SSL connections
- Authentication methods supported
- - Plain
- - APOP
- - CRAM-MD5 (RFC 2195)
- CAPA capabilities command supported (RFC 2449)
MIME Parsing Features
- Preserves the MIME email hierarchy
- Easy access to different MediaType parts of the email
- Headers are parsed into strong types and are easy to examine
- Includes robust decoders for
- - QuotedPrintable
- - Base64
- - EncodedWord
- - Continuation and encoding of header fields (RFC 2231)
- Emails are fully persistable
OpenTelemetry.Api
by: OpenTelemetry Authors
- 1 total downloads
- Latest version: 1.14.0
OpenTelemetry .NET API
OpenXmlPowerTools
by: Eric White
- 2 total downloads
- Latest version: 4.5.3.2
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.
Owin
by: OWIN startup components contributors
- 4 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
Pipelines.Sockets.Unofficial
by: Pipelines.Sockets.Unofficial
- 11 total downloads
- Latest version: 2.2.8
Package Description
Pluralize.NET.Core
by: Blake Embrey (Ported by Sarath Kumar .NET Core by Ricky Vega)
- 6 total downloads
- Latest version: 1.0.0
This is a C# port of Blake Embrey's pluralize library which helps in pluralizing or singularizing any English word.
Originally from Sarath Kumar CM: "I could not find a good C# alternative for converting words from singular to plural and vice versa. System.Data.Entity.Design.PluralizationServices.PluralizationService and Humanizer library did not meet the expectations (try 'shoes' or 'toes'). However this small but awesome Javascript libray pluralize worked very well for me and I decided to convert the code to C# and use it.
I forked, migrated and compiled this into .NET Standard 2.0. This code does exactly what I need without the bulk. Much respect to Mr Embrey (the original code) and Mr Kumar (for the original port).
Polly
by: Michael Wolfenden App vNext
- 6 total downloads
- Latest version: 8.6.5
Polly is a .NET resilience and transient-fault-handling 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.Contrib.WaitAndRetry
by: Grant Dickinson App vNext
- 1 total downloads
- Latest version: 1.1.1
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.