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
- 137 total downloads
- Latest version: 4.15.0
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.
Supported platforms:
- For ASP.NET Core 6, .NET 6
- For ASP.NET Core 5, .NET 5
- For ASP.NET Core 3, .NET Core 3.0
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
Npgsql
by: Shay Rojansky Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 85 total downloads
- Latest version: 3.2.7
Npgsql is the open source .NET data provider for PostgreSQL.
Npgsql.EntityFrameworkCore.PostgreSQL
by: Shay Rojansky
- 19 total downloads
- Latest version: 1.1.1
PostgreSQL/Npgsql provider for Entity Framework Core.
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
- 18 total downloads
- Latest version: 19.1.0-preview1
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
- 39 total downloads
- Latest version: 4.4.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.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.321k 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
- 50 total downloads
- Latest version: 4.9.7+2f95c369aa79225d4fbc752f4ec5063d71cdfd08
NuGet client library.
NuGet.Configuration
by: Microsoft
- 45 total downloads
- Latest version: 4.9.7+2f95c369aa79225d4fbc752f4ec5063d71cdfd08
NuGet's client 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
- 52 total downloads
- Latest version: 4.9.7+2f95c369aa79225d4fbc752f4ec5063d71cdfd08
NuGet client library.
NuGet.Frameworks
by: Microsoft
- 49 total downloads
- Latest version: 4.9.7+2f95c369aa79225d4fbc752f4ec5063d71cdfd08
The understanding of target frameworks for NuGet.Packaging.
NuGet.LibraryModel
by: Microsoft
- 50 total downloads
- Latest version: 4.9.7+2f95c369aa79225d4fbc752f4ec5063d71cdfd08
NuGet client library.
NuGet.Packaging
by: Microsoft
- 50 total downloads
- Latest version: 4.9.7+2f95c369aa79225d4fbc752f4ec5063d71cdfd08
NuGet's implementation for reading nupkg package and nuspec package specification files.
NuGet.Packaging.Core
by: Microsoft
- 44 total downloads
- Latest version: 4.9.6+a32bce39889f724fbd11cfd12e946f802168b583
The core data structures for NuGet.Packaging.
NuGet.Packaging.Core.Types
by: NuGet.Packaging.Core.Types
- 39 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.