NLog.Config
by: Kim Christensen Julian Verdurmen
- 365 total downloads
- Latest version: 4.7.15
NLog.config file to get started with configuring NLog.
This package is not mandatory to get started with NLog: the configuration file can
created manually (read specs here: https://github.com/NLog/NLog/wiki/Configuration-file)
or the configuration can be created programmatically. (read more here: https://github.com/NLog/NLog/wiki/Configuration-API)
Note: Unfortunately this package won't work well when using <PackageReference>
Advised to:
- download manually: https://raw.githubusercontent.com/NLog/NLog/v4.4/src/NuGet/NLog.Config/content/NLog.config
- set "Copy To Output Directory" to "Copy if newer"
NLog.Extensions.Hosting
by: Julian Verdurmen Bryan Gonzalez
- 192 total downloads
- Latest version: 6.1.2
NLog extension for Microsoft.Extensions.Hosting for logging in .NET Standard libraries and .NET Core applications using IHostBuilder.
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
NLog.Extensions.Logging
by: Julian Verdurmen
- 256 total downloads
- Latest version: 6.1.2
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.Schema
by: Kim Christensen Julian Verdurmen
- 601 total downloads
- Latest version: 6.1.2
NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio.
The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd">
</nlog>
If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd
Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd">
</nlog>
NLog.Web.AspNetCore
by: Julian Verdurmen
- 282 total downloads
- Latest version: 6.1.2
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
Npgsql
by: Shay Rojansky Nikita Kazmin Brar Piening Nino Floris Yoh Deadfall Austin Drenski Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 691 total downloads
- Latest version: 8.0.9
Npgsql is the open source .NET data provider for PostgreSQL.
Npgsql.EntityFrameworkCore.PostgreSQL
by: Shay Rojansky Austin Drenski Yoh Deadfall
- 147 total downloads
- Latest version: 5.0.10
PostgreSQL/Npgsql provider for Entity Framework Core.
NPOI
by: Tony Qu NPOI Contributors
- 148 total downloads
- Latest version: 2.8.0
.NET port of Apache POI
NPOI.Excel
by: Farshid3003
- 9 total downloads
- Latest version: 2.1.1
This project is the .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files. It has a wide application.
For example, you can use it to
a. generate a Excel report without Microsoft Office suite installed on your server and more efficient than call Microsoft Excel ActiveX at background;
b. extract text from Office documents to help you implement full-text indexing feature (most of time this feature is used to create search engines).
c. extract images from Office documents
d. generate Excel sheets that contains formulas
NSec.Cryptography
by: Klaus Hartke
- 47 total downloads
- Latest version: 22.4.0
Provides modern cryptographic algorithm implementations for .NET Core based on libsodium.
Commonly Used Types:
NSec.Cryptography.Aes256Gcm
NSec.Cryptography.Blake2b
NSec.Cryptography.Chacha20Poly1305
NSec.Cryptography.Ed25519
NSec.Cryptography.HkdfSha256
NSec.Cryptography.X25519
NSubstitute
by: Anthony Egerton David Tchepak Alexandr Nikitin Oleksandr Povar
- 63 total downloads
- Latest version: 6.0.0-rc.1
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
NSwag.ApiDescription.Client
by: Rico Suter
- 506 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.MSBuild
by: Rico Suter
- 2.187k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Client
by: NuGet.Client
- 53 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.Common
by: Microsoft
- 287 total downloads
- Latest version: 6.14.3
Common utilities and interfaces for all NuGet libraries.
NuGet.Configuration
by: Microsoft
- 274 total downloads
- Latest version: 6.14.3
NuGet's configuration settings implementation.
NuGet.ContentModel
by: NuGet.ContentModel
- 53 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.DependencyResolver.Core
by: Microsoft
- 297 total downloads
- Latest version: 6.14.3
NuGet's PackageReference dependency resolver implementation.
NuGet.Frameworks
by: Microsoft
- 268 total downloads
- Latest version: 6.14.3
NuGet's understanding of target frameworks.