ncrontab
by: Atif Aziz
- 2 total downloads
- Latest version: 3.3.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NCrontab
by: Atif Aziz
- 3 total downloads
- Latest version: 3.4.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NETStandard.Library
by: Microsoft
- 12 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.
Newtonsoft.Json
by: James Newton-King
- 33 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
Nito.Collections.Deque
by: Stephen Cleary
- 17 total downloads
- Latest version: 1.2.1
A double-ended queue.
Nito.Disposables
by: Stephen Cleary
- 15 total downloads
- Latest version: 2.5.0
IDisposable and IAsyncDisposable helper types.
NLog
by: Kim Christensen
- 2 total downloads
- Latest version: 2.1.0
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.
NuGet.Configuration
by: NuGet
- 8 total downloads
- Latest version: 4.2.0
NuGet's client configuration settings implementation.
NuGet.DependencyResolver.Core
by: NuGet.DependencyResolver.Core
- 4 total downloads
- Latest version: 4.2.0
NuGet v3 core library.
NuGet.Frameworks
by: NuGet
- 8 total downloads
- Latest version: 4.2.0
The understanding of target frameworks for NuGet.Packaging
NuGet.LibraryModel
by: NuGet.LibraryModel
- 8 total downloads
- Latest version: 4.2.0
NuGet v3 core library.
NuGet.Packaging
by: NuGet
- 8 total downloads
- Latest version: 4.2.0
NuGet's implementation for reading nupkg package and nuspec package specification files.
NuGet.Packaging.Core
by: NuGet
- 8 total downloads
- Latest version: 4.2.0
The core data structures for NuGet.Packaging
NuGet.ProjectModel
by: NuGet.ProjectModel
- 8 total downloads
- Latest version: 4.2.0
NuGet v3 core library.
NuGet.Protocol.Core.v3
by: NuGet
- 9 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet Protocol for 3.1.0 servers
NuGet.Repositories
by: NuGet.Repositories
- 22 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.RuntimeModel
by: NuGet.RuntimeModel
- 25 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.Versioning
by: Microsoft
- 14 total downloads
- Latest version: 4.5.3+9bcbce4433dec2570a34bc6b5ac9df74fdb7a383
NuGet's implementation of Semantic Versioning.
Nullable
by: Manuel Römer
- 2 total downloads
- Latest version: 1.3.1
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
Polly
by: Michael Wolfenden App vNext
- 8 total downloads
- Latest version: 5.1.1-v5-x-cachealpha0001
Polly is a .NET 4.5 / .NET Standard 1.0 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.