Microsoft.SourceLink.Common by: Microsoft
  • 9 total downloads
  • Latest version: 1.0.0
  • MSBuild Tasks source control
MSBuild tasks providing source control information.
Microsoft.TestPlatform.ObjectModel by: Microsoft
  • 6 total downloads
  • Latest version: 16.1.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost by: Microsoft
  • 6 total downloads
  • Latest version: 16.9.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Testplatform host executes the test using specified adapter.
Microsoft.VisualStudio.Composition by: Microsoft
  • 5 total downloads
  • Latest version: 16.4.11
  • Mef Composition Extensibility
Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.
Microsoft.VisualStudio.Validation by: Microsoft
  • 6 total downloads
  • Latest version: 15.0.82
  • InputValidation IntegrityCheck
Common input validation and state verification utility methods.
Microsoft.VisualStudio.Web.CodeGeneration.Design by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.1
  • aspnetcore codegenerator scaffolding visualstudioweb
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.VisualStudio.Web.CodeGeneration.Utils by: Microsoft
  • 5 total downloads
  • Latest version: 3.1.1
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains utilities used by ASP.NET Core Code Generation packages.
Microsoft.Win32.SystemEvents by: Microsoft
  • 7 total downloads
  • Latest version: 5.0.0
Provides access to Windows system event notifications. Commonly Used Types: Microsoft.Win32.SystemEvents When using NuGet 3.x this package requires at least version 3.4.
Microsoft.WindowsDesktop.App.Runtime.win-x64 by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.1
Internal implementation package not meant for direct consumption. Please do not reference directly. cc1f119dc6ed7ca15c5d395cf7bdaa5c472f00e9 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.WindowsDesktop.App.Runtime.win-x86 by: Microsoft
  • 8 total downloads
  • Latest version: 5.0.0
Internal implementation package not meant for direct consumption. Please do not reference directly. ec2af60c1eb8b2665745750f6445b3ff133178fb When using NuGet 3.x this package requires at least version 3.4.
MimeMapping by: Matthew Little
  • 9 total downloads
  • Latest version: 1.0.1.26
  • mimetype contenttype mime type mimemapping GetMimeMapping media-types rfc 4288
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
  • 34 total downloads
  • Latest version: 4.15.2
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET. Built from https://github.com/moq/moq4/tree/f2aa090ff
MQTTnet by: Christian Kratky
  • 14 total downloads
  • Latest version: 2.5.0
  • MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin
MQTTnet is a high performance .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
  • MSBuild
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
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
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
  • 14 total downloads
  • Latest version: 2.1.0
  • source dotnet nuget msbuild
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.
NAudio by: Mark Heath & Contributors
  • 9 total downloads
  • Latest version: 1.10.0
  • C# .NET audio sound
NAudio, an audio library for .NET
Newtonsoft.Json.Bson by: James Newton-King
  • 3 total downloads
  • Latest version: 1.0.2
  • bson
Json.NET BSON adds support for reading and writing BSON
Nito.Disposables by: Stephen Cleary
  • 6 total downloads
  • Latest version: 2.0.0
  • idisposable disposable
IDisposable helper types.
NUnit by: Charlie Poole, Rob Prouse
  • 9 total downloads
  • Latest version: 3.12.0
  • nunit test testing tdd framework fluent assert theory plugin addin
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