SQLitePCLRaw.lib.e_sqlite3.v140 by: Eric Sink, D. Richard Hipp, et al
  • 3 total downloads
  • Latest version: 1.1.12
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
StackExchange.Redis by: Stack Exchange inc., marc.gravell
  • 3 total downloads
  • Latest version: 1.0.236
  • Async Redis NoSQL Client Distributed Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
StyleCop.Analyzers by: Sam Harwell et. al.
  • 5 total downloads
  • Latest version: 1.2.0-beta.406
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 2 total downloads
  • Latest version: 1.2.0.435
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore by: domaindrivendev
  • 7 total downloads
  • Latest version: 7.2.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Collections by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
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.ComponentModel.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection
System.Composition by: Microsoft
  • 7 total downloads
  • Latest version: 6.0.0-preview.7.21377.19
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.Data.SqlClient by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-beta1
Microsoft SQL Server implementation of the DataCommon provider model.
System.Diagnostics.Contracts by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides static classes for representing program contracts such as preconditions, postconditions, and invariants. Commonly Used Types: System.Diagnostics.Contracts.Contract System.Diagnostics.Contracts.ContractClassAttribute System.Diagnostics.Contracts.ContractClassForAttribute System.Diagnostics.Contracts.ContractFailureKind System.Runtime.CompilerServices.ContractHelper System.Diagnostics.Contracts.ContractInvariantMethodAttribute System.Diagnostics.Contracts.PureAttribute System.Diagnostics.Contracts.ContractArgumentValidatorAttribute System.Diagnostics.Contracts.ContractVerificationAttribute System.Diagnostics.Contracts.ContractOptionAttribute
System.Diagnostics.DiagnosticSource by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.1.25080.5
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.Diagnostics.FileVersionInfo by: Microsoft
  • 3 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk. Commonly Used Types: System.Diagnostics.FileVersionInfo
System.Globalization by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory
System.IO.Compression by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes that support the compression and decompression of streams.
System.IO.Pipes by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream
System.IO.UnmanagedMemoryStream by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides classes for access to unmanaged blocks of memory from managed code. Commonly Used Types: System.IO.UnmanagedMemoryStream System.IO.UnmanagedMemoryAccessor
System.Linq by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable<TElement> System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement>
System.Linq.Async by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 7.0.0-preview.10
  • LINQ async streams query
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
System.Linq.Parallel by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes that supports parallel queries that use Language-Integrated Query (LINQ).
System.Private.ServiceModel by: Microsoft
  • 6 total downloads
  • Latest version: 4.5.0-preview1-26228-01
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. be2ad4a596dbfdcdb23efa4348e3200712729258 When using NuGet 3.x this package requires at least version 3.4.