NSwag.Core.Yaml
by: Rico Suter
- 19 total downloads
- Latest version: 13.20.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation
by: Rico Suter
- 27 total downloads
- Latest version: 13.20.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.AspNetCore
by: Rico Suter
- 15 total downloads
- Latest version: 13.10.8
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.MSBuild
by: Rico Suter
- 4 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Frameworks
by: NuGet
- 9 total downloads
- Latest version: 4.7.0+9245481f357ae542f92e6bc5e504fc898cfe5fc0
The understanding of target frameworks for NuGet.Packaging
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 18 total downloads
- Latest version: 1.21.15
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
NUnit
by: Charlie Poole Rob Prouse
- 8 total downloads
- Latest version: 4.6.0
NUnit is a unit-testing framework for all .NET languages.
It can run on macOS, Linux and Windows operating systems.
NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing.
It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.
The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.
If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.
Supported platforms:
- .NET Framework 4.6.2+
- .NET 6.0+
- .NET 8.0+
NUnit.Analyzers
by: NUnit
- 4 total downloads
- Latest version: 3.10.0
This package includes analyzers and code fixes for test projects using NUnit 3. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages.
Version 3.0 and upwards works in Visual Studio 2019 and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0.
NUnit3TestAdapter
by: Charlie Poole Terje Sandstrom
- 1 total downloads
- Latest version: 4.2.1
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core).
Note that this package ONLY contains the adapter, not the NUnit framework.
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
OpenPop.NET
by: OpenPop
- 4 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
OpenXmlPowerTools
by: Eric White
- 3 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
- 6 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
PaulMiami.AspNetCore.Mvc.Recaptcha
by: Paul Biccherai
- 2 total downloads
- Latest version: 1.2.1
This is a helper library for google reCAPTCHA 2.0
Getting started guide:
https://github.com/PaulMiami/reCAPTCHA/wiki/Getting-started
Change log:
https://github.com/PaulMiami/reCAPTCHA/wiki/Change-log
PersianDateTime
by: Rahmat Rezaei
- 1 total downloads
- Latest version: 1.1.5082.36395
This dll contains a class named PersianDateTime which persian developers can use instead of System.DateTime structure. This class also contains most of the methods and properties of the conventional DateTime structure such as DateTime.Now and DateTime.TimeOfDay.
Polly
by: Michael Wolfenden App vNext
- 8 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.Contrib.WaitAndRetry
by: Grant Dickinson App vNext
- 2 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.
Polly.Extensions.Http
by: App vNext
- 2 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.
Portable.BouncyCastle
by: Claire Novotny
- 4 total downloads
- Latest version: 1.8.10
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
QRCoder
by: Raffael Herrmann
- 4 total downloads
- Latest version: 1.6.0
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
QuestPDF
by: MarcinZiabek
- 6 total downloads
- Latest version: 2025.7.0
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.