NUnit3TestAdapter
by: NUnit Software
- 2 total downloads
- Latest version: 3.5.0
A package including the NUnit 3 TestAdapter for Visual Studio 2012/13/15. 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, 2013 and 2015.
PInvoke.NCrypt
by: Andrew Arnott
- 4 total downloads
- Latest version: 0.6.1
P/Invoke methods for the Windows NCrypt.dll.
- 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.
Sentry
by: Sentry Team and Contributors
- 7 total downloads
- Latest version: 6.0.0
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog
by: Serilog Contributors
- 66 total downloads
- Latest version: 2.12.1-dev-01621
Simple .NET logging with fully-structured events
Serilog.Enrichers.Thread
by: Serilog Contributors
- 1 total downloads
- Latest version: 3.1.1-dev-00745
Enrich Serilog events with properties from the current thread.
SharpDX.DXGI
by: Alexandre Mutel
- 1 total downloads
- Latest version: 4.0.0-ci130
Assembly providing DirectX - DXGI managed API.
SharpZipLib
by: http://www.icsharpcode.net/
- 1 total downloads
- Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
System.Collections.Immutable
by: Microsoft
- 1 total downloads
- Latest version: 1.5.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>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
System.Diagnostics.TraceSource
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package.
Commonly Used Types:
System.Diagnostics.TraceListener
System.Diagnostics.TraceLevel
System.Diagnostics.TraceSource
System.Diagnostics.TraceEventType
System.Diagnostics.DefaultTraceListener
System.Diagnostics.Trace
System.Private.ServiceModel
by: Microsoft
- 2 total downloads
- Latest version: 4.5.3
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
8ee6d65a6da34d4d37ce1d00d87febfeed0561a9
When using NuGet 3.x this package requires at least version 3.4.
System.Private.Uri
by: Microsoft
- 1 total downloads
- Latest version: 4.0.1-beta-23409
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
System.Reflection.TypeExtensions
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs.
Commonly Used Types:
System.Reflection.TypeExtensions
System.Reflection.BindingFlags
System.Runtime.Serialization.Json
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides classes for serializing objects to the JavaScript Object Notation (JSON) and deserializing JSON data to objects.
Xamarin.Android.Support.v4
by: Xamarin Inc.
- 2 total downloads
- Latest version: 25.1.0-beta2
v4 Android Support Library C# bindings for Xamarin