runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 27 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 24 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 22 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 24 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 31 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.win-x86.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly. d0d5c7b49271cadb6d97de26d8e623e98abdc8db When using NuGet 3.x this package requires at least version 3.4.
Sentry by: Sentry Team and Contributors
  • 4 total downloads
  • Latest version: 4.8.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog by: Serilog Contributors
  • 94 total downloads
  • Latest version: 2.12.0
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Formatting.Compact by: Serilog Contributors
  • 6 total downloads
  • Latest version: 1.1.0
  • serilog json
A simple, compact JSON-based event format for Serilog.
Serilog.Sinks.Debug by: Serilog Contributors
  • 5 total downloads
  • Latest version: 2.0.0
  • serilog debug
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.PeriodicBatching by: Serilog Contributors
  • 3 total downloads
  • Latest version: 3.1.0
  • serilog batching timer
Buffer batches of log events to be flushed asynchronously.
StackExchange.Redis by: Stack Exchange inc. marc.gravell
  • 5 total downloads
  • Latest version: 1.0.242
  • Async Redis NoSQL Client Distributed Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Swashbuckle.AspNetCore by: domaindrivendev
  • 14 total downloads
  • Latest version: 6.7.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Buffers by: Microsoft
  • 37 total downloads
  • Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
System.Collections by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22605
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Collections.Immutable by: Microsoft
  • 50 total downloads
  • Latest version: 5.0.0
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>
System.Collections.NonGeneric by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer
System.Composition by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.0
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions
System.Console by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides the System.Console class, which represents the standard input, output and error streams for console applications. Commonly Used Types: System.Console System.ConsoleColor