NuGet.Packaging.Core
by: NuGet
- 1 total downloads
- Latest version: 3.5.0
The core data structures for NuGet.Packaging
NUnit
by: Charlie Poole
- 4 total downloads
- Latest version: 2.7.1
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests.
Version 2.6 is the seventh major release of this well-known and well-tested programming tool.
This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.
NUnit3TestAdapter
by: NUnit Software
- 4 total downloads
- Latest version: 3.6.0
A package including the NUnit 3 TestAdapter for Visual Studio 2012 onwards. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server.
Note that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework. You only need one such package for a solution.
The package works with Visual Studio 2012 and newer.
runtime.native.System.Data.SqlClient.sni
by: Microsoft
- 4 total downloads
- Latest version: 4.6.0-preview5.19224.8
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.
runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary
by: Microsoft
- 1 total downloads
- Latest version: 2.2.8-rel-33220-00
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.2
Sentry
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 3.27.0
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android
by: Sentry Team and Contributors
- 2 total downloads
- Latest version: 5.2.0
.NET Bindings for the Sentry Android SDK
StackExchange.Redis
by: Stack Exchange inc., marc.gravell
- 2 total downloads
- Latest version: 1.0.209
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Swashbuckle.AspNetCore
by: Swashbuckle.AspNetCore
- 1 total downloads
- Latest version: 6.1.1
Swagger tools for documenting APIs built on ASP.NET Core
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.Concurrent
by: Microsoft
- 1 total downloads
- Latest version: 4.0.10-beta-22605
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
System.Data.SqlClient
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22816
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
System.IO.Pipes
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
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.Linq
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
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.Expressions
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.
System.Linq.Parallel
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides classes that supports parallel queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.ParallelQuery<TSource>
System.Linq.ParallelEnumerable
System.Linq.ParallelQuery
System.Linq.OrderedParallelQuery<TSource>
xunit.analyzers
by: jnewkirk, bradwilson, marcind
- 2 total downloads
- Latest version: 1.11.0
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
Xunit.SkippableFact
by: Andrew Arnott
- 4 total downloads
- Latest version: 1.2.5
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.