NLog.Extensions.Logging
by: Julian Verdurmen
- 2.25k total downloads
- Latest version: 6.2.1
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
- 5.15k total downloads
- Latest version: 6.2.1
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.Targets.ElasticSearch
by: ReactiveMarkets
- 606 total downloads
- Latest version: 7.7.0
An NLog target that utilises the elasticsearch low level client.
NLog.Web.AspNetCore
by: Julian Verdurmen
- 2.701k total downloads
- Latest version: 6.2.1
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
NodaTime
by: Jon Skeet
- 4.216k total downloads
- Latest version: 3.3.4
Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types in .NET.
Npgsql
by: Shay Rojansky, Nikita Kazmin, Brar Piening, Nino Floris, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
- 5.722k total downloads
- Latest version: 8.0.9
Npgsql is the open source .NET data provider for PostgreSQL.
Npgsql.DependencyInjection
by: Shay Rojansky
- 236 total downloads
- Latest version: 8.0.9
Package Description
Npgsql.EntityFrameworkCore.PostgreSQL
by: Shay Rojansky, Austin Drenski, Yoh Deadfall
- 1.514k total downloads
- Latest version: 6.0.0-preview5
PostgreSQL/Npgsql provider for Entity Framework Core.
Npgsql.Json.NET
by: Shay Rojansky
- 394 total downloads
- Latest version: 8.0.9
Json.NET plugin for Npgsql, allowing transparent serialization/deserialization of JSON objects directly to and from the database.
NPOI
by: Tony Qu, NPOI Contributors
- 411 total downloads
- Latest version: 2.8.1
.NET port of Apache POI
NSubstitute
by: Anthony Egerton, David Tchepak, Alexandr Nikitin, Oleksandr Povar
- 453 total downloads
- Latest version: 6.2.0
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.Annotations
by: Rico Suter
- 10.518k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore
by: Rico Suter
- 10.51k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader
by: Rico Suter
- 5.073k total downloads
- Latest version: 14.0.0-preview003
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoaderCore
by: Rico Suter
- 263 total downloads
- Latest version: 11.7.2
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration
by: Rico Suter
- 9.708k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.CSharp
by: Rico Suter
- 6.59k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.TypeScript
by: Rico Suter
- 8.518k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands
by: Rico Suter
- 9.386k total downloads
- Latest version: 14.0.0-preview005
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript