Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100 by: Microsoft
  • 2.228k total downloads
  • Latest version: 8.0.23
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100 by: Microsoft
  • 79 total downloads
  • Latest version: 9.0.12
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100 by: Microsoft
  • 2.23k total downloads
  • Latest version: 8.0.23
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100 by: Microsoft
  • 79 total downloads
  • Latest version: 9.0.12
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100 by: Microsoft
  • 78 total downloads
  • Latest version: 9.0.12
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.Platforms by: Microsoft
  • 5.739k total downloads
  • Latest version: 5.0.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Targets by: Microsoft
  • 2.214k total downloads
  • Latest version: 1.1.0
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets by: Microsoft
  • 195 total downloads
  • Latest version: 1.21.2
  • container containers Docker microservices Azure
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.Win32.Registry by: Microsoft
  • 1.697k total downloads
  • Latest version: 5.0.0
Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView When using NuGet 3.x this package requires at least version 3.4.
MimeTypes by: Kristian Hellang
  • 175 total downloads
  • Latest version: 2.5.2
  • mime mimetype mediatype file type extension
A simple lookup from file name/extension to MIME/media type and vice versa, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
Mongo2Go by: Johannes Hoppe and many contributors
  • 263 total downloads
  • Latest version: 2.2.16
  • MongoDB Mongo unit test integration runner
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 1.6. This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.6.1 for Windows, Linux and macOS. Mongo2Go has two use cases: 1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests) 2. Providing a quick to set up MongoDB database for a local developer environment
MongoDB.Driver.Core by: MongoDB Inc.
  • 61 total downloads
  • Latest version: 2.14.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 1.628k total downloads
  • Latest version: 1.11.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
NCrontab by: Atif Aziz
  • 141 total downloads
  • Latest version: 3.3.3
  • cron schedule time
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
  • 1.808k total downloads
  • Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 3.236k total downloads
  • Latest version: 13.0.4
  • json
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson by: James Newton-King
  • 1.537k total downloads
  • Latest version: 1.0.2
  • bson
Json.NET BSON adds support for reading and writing BSON
OfficeIMO.Word by: Przemyslaw Klys
  • 243 total downloads
  • Latest version: 1.0.9
  • docx net60 word office openxml net472 net48 net50 netstandard netstandard2.0,netstandard2.1 net70
An Open Source cross-platform .NET library providing an easy way to create Microsoft Word (DocX) documents.
Polly by: Michael Wolfenden, App vNext
  • 1.019k total downloads
  • Latest version: 7.2.4
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization
Polly is a 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.
Polly.Extensions.Http by: App vNext
  • 999 total downloads
  • Latest version: 3.0.0
  • HttpClient HttpClientFactory Exception Handling Resilience Transient Fault Policy
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.