NLog.Database
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 13 total downloads
- Latest version: 5.4.0
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
NLog.Extensions.Logging
by: Julian Verdurmen
- 13 total downloads
- Latest version: 5.4.0
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
NLog.Web.AspNetCore
by: Julian Verdurmen
- 13 total downloads
- Latest version: 5.4.0
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
NSwag.Annotations
by: Rico Suter
- 29 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore
by: Rico Suter
- 27 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core
by: Rico Suter
- 29 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml
by: Rico Suter
- 22 total downloads
- Latest version: 14.4.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
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
- 7 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