NLog.Schema
by: Kim Christensen, Julian Verdurmen
- 4.998k 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
- 605 total downloads
- Latest version: 7.7.0
An NLog target that utilises the elasticsearch low level client.
NLog.Web.AspNetCore
by: Julian Verdurmen
- 2.673k 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.1k 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.596k 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.338k total downloads
- Latest version: 5.0.10
PostgreSQL/Npgsql provider for Entity Framework Core.
Npgsql.Json.NET
by: Shay Rojansky
- 388 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
- 404 total downloads
- Latest version: 2.8.1
.NET port of Apache POI
NSubstitute
by: Anthony Egerton, David Tchepak, Alexandr Nikitin, Oleksandr Povar
- 436 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.151k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore
by: Rico Suter
- 10.085k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader
by: Rico Suter
- 5.026k total downloads
- Latest version: 14.0.0-preview003
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoaderCore
by: Rico Suter
- 157 total downloads
- Latest version: 11.7.2
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration
by: Rico Suter
- 9.591k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.CSharp
by: Rico Suter
- 6.536k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.TypeScript
by: Rico Suter
- 8.483k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands
by: Rico Suter
- 8.903k total downloads
- Latest version: 13.20.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.ConsoleCore
by: Rico Suter
- 608 total downloads
- Latest version: 13.20.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript