Microsoft.VisualStudio.Text.Data
by: Microsoft
- 3 total downloads
- Latest version: 15.5.27130
Microsoft.VisualStudio.Text.Data
Microsoft.VisualStudio.Text.Logic
by: Microsoft
- 4 total downloads
- Latest version: 15.5.27130
Microsoft.VisualStudio.Text.Logic
Microsoft.VisualStudio.Validation
by: Microsoft
- 6 total downloads
- Latest version: 15.0.82
Common input validation and state verification utility methods.
MimeMapping
by: Matthew Little
- 9 total downloads
- Latest version: 1.0.1.26
Constants for (almost) all MIME types and method to determine MIME type from a file name. Contains just over 1000 mime types.
Generated from the Apache server mime.types file and the H5PB nginx mime.types file. Works similar to .NET's System.Web.MimeMapping.GetMimeMapping.
See:
http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
https://github.com/h5bp/server-configs-nginx/blob/master/mime.types
https://msdn.microsoft.com/en-us/library/system.web.mimemapping.getmimemapping(v=vs.110).aspx
Moq
by: Daniel Cazzulino, kzu
- 38 total downloads
- Latest version: 4.15.2
Moq is the most popular and friendly mocking framework for .NET.
Built from https://github.com/moq/moq4/tree/f2aa090ff
MQTTnet
by: Christian Kratky
- 8 total downloads
- Latest version: 2.4.0
MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).
MSBuildTasks
by: Paul Welter
- 5 total downloads
- Latest version: 1.4.0.56
The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.
MSTest.TestAdapter
by: Microsoft
- 9 total downloads
- Latest version: 2.1.2
The adapter to discover and execute MSTest Framework based tests.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- ASP.NET Core 1.0+ (Visual Studio 2017)
MSTestEnhancer
by: dotnet-campus
- 12 total downloads
- Latest version: 2.1.0
MSTestEnhancer helps you to write unit tests without naming any method. You can write method contract descriptions instead of writing confusing test method name when writing unit tests.
MvvmLightLibs
by: Laurent Bugnion (GalaSoft)
- 5 total downloads
- Latest version: 5.4.1.1
The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version contains only the libraries and doesn't add any scaffolding to your application!
NAudio
by: Mark Heath & Contributors
- 9 total downloads
- Latest version: 1.10.0
NAudio, an audio library for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 3 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
Nito.Disposables
by: Stephen Cleary
- 6 total downloads
- Latest version: 2.0.0
IDisposable helper types.
NReco.VideoConverter
by: Vitalii Fedorchenko
- 3 total downloads
- Latest version: 1.1.4
Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files).
NUnit
by: Charlie Poole, Rob Prouse
- 9 total downloads
- Latest version: 3.12.0
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.
This package includes the NUnit 3 framework assembly, which is referenced by your tests. You will need to install version 3 of the nunit3-console program or a third-party runner that supports NUnit 3 in order to execute tests. Runners intended for use with NUnit 2.x will not run NUnit 3 tests correctly.
Supported platforms:
- .NET Framework 3.5+
- .NET Standard 1.4+
- .NET Core
NUnit.ConsoleRunner
by: Charlie Poole, Rob Prouse
- 5 total downloads
- Latest version: 3.8.0
This package includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework.
Any extensions, if needed, may be installed as separate packages.
Prism
by: Microsoft patterns & practices
- 5 total downloads
- Latest version: 4.1.0
Prism helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications and Silverlight Rich Internet Applications (RIAs) and Windows Phone 7 applications. These libraries assist in buildling loosley coupled applications as well as support implementing MVVM in your applications. To get the most of these libraries, follow the More information link above.
Prism.MEFExtensions
by: Microsoft patterns & practices
- 4 total downloads
- Latest version: 4.1.0
Use these extensions to Prism.Core to build Prism applications based on the Managed Extensibility Framework (MEF).
runtime.any.System.Collections
by: Microsoft
- 3 total downloads
- Latest version: 4.0.11
Internal implementation package not meant for direct consumption. Please do not reference directly.
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>
When using NuGet 3.x this package requires at least version 3.4.