Microsoft.VisualStudio.Web.CodeGeneration.Design
by: Microsoft
- 2 total downloads
- Latest version: 3.1.1
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
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
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 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
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
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
- 14 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.
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.
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.
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.