Namotion.Reflection
by: Namotion.Reflection
- 24 total downloads
- Latest version: 3.4.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NEST
by: Elastic and contributors
- 2 total downloads
- Latest version: 7.9.0
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and
responses. Uses and exposes Elasticsearch.Net.
NETStandard.Library
by: Microsoft
- 7 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
NetTopologySuite
by: NetTopologySuite - Team
- 4 total downloads
- Latest version: 2.3.0
The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification.
NetTopologySuite.IO.SqlServerBytes
by: NetTopologySuite - Team
- 2 total downloads
- Latest version: 2.0.0
A SQL Server IO module for NTS which works directly with the serialization format
Newtonsoft.Json
by: James Newton-King
- 75 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 11 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
Nito.AsyncEx.Context
by: Stephen Cleary
- 4 total downloads
- Latest version: 5.1.0
A single-threaded async-compatible context.
Nito.AsyncEx.Coordination
by: Stephen Cleary
- 4 total downloads
- Latest version: 5.1.0
Asynchronous coordination primitives.
Nito.AsyncEx.Tasks
by: Stephen Cleary
- 4 total downloads
- Latest version: 5.1.0
Common helper methods for tasks as used in asynchronous programming.
Nito.Collections.Deque
by: Stephen Cleary
- 4 total downloads
- Latest version: 1.1.0
A double-ended queue.
Nito.Disposables
by: Stephen Cleary
- 4 total downloads
- Latest version: 2.2.0
IDisposable and IAsyncDisposable helper types.
NJsonSchema
by: Rico Suter
- 32 total downloads
- Latest version: 11.3.2
JSON Schema reader, generator and validator for .NET
NJsonSchema.Annotations
by: Rico Suter
- 9 total downloads
- Latest version: 11.3.2
JSON Schema reader, generator and validator for .NET
NJsonSchema.NewtonsoftJson
by: Rico Suter
- 9 total downloads
- Latest version: 11.3.2
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml
by: Rico Suter
- 23 total downloads
- Latest version: 11.3.2
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 17 total downloads
- Latest version: 5.4.0
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 5, 6, 7, 8 and 9
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
NLog.Database
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 17 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
- 18 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
- 18 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.