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.
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
NUnit.ConsoleRunner by: Charlie Poole, Rob Prouse
  • 5 total downloads
  • Latest version: 3.8.0
  • nunit test testing tdd runner
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.
Perfolizer by: Andrey Akinshin
  • 6 total downloads
  • Latest version: 0.2.1
  • analysis performance tool
Performance analysis toolkit
PropertyTools by: PropertyTools
  • 3 total downloads
  • Latest version: 3.0.0
Package Description
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.
runtime.any.System.Diagnostics.Tracing by: Microsoft
  • 3 total downloads
  • Latest version: 4.1.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Globalization by: Microsoft
  • 10 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. 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 When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.IO by: Microsoft
  • 3 total downloads
  • Latest version: 4.1.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.