Microsoft.IdentityModel.Tokens.Saml by: Microsoft
  • 5 total downloads
  • Latest version: 5.3.0
  • .NET Windows Authentication Identity SamlTokens Saml Token Saml2 Token
Includes types that provide support for SamlTokens version 1 and 2.
Microsoft.IdentityModel.Xml by: Microsoft
  • 4 total downloads
  • Latest version: 5.3.0
  • .NET Windows Authentication Identity Reading XML Writing XML Enveloped Signatures
Includes types that provide support for Reading / Writing XML with Enveloped Signatures.
Microsoft.Net.Compilers by: Microsoft
  • 2 total downloads
  • Latest version: 2.9.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compilers package. Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version. This package can be used to compile code targeting any platform, but can only be run using the desktop .NET 4.6+ Full Framework. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/958f2354c4d83dbb0e7723d0a8079a0dfbc33f25.
Microsoft.NetCore.Analyzers by: Microsoft
  • 3 total downloads
  • Latest version: 3.3.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Microsoft recommended .NetCore API usage rules implemented as analyzers using the .NET Compiler Platform (Roslyn). This package is included as a part of Microsoft.CodeAnalysis.FxCopAnalyzers NuGet package and does not need to be installed separately.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 8 total downloads
  • Latest version: 2.1.0
Provides the .NET Core app bootstrapper intended for use in the application directory caa7b7e2bad98e56a687fb5cbaf60825500800f7 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 11 total downloads
  • Latest version: 2.1.0
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost caa7b7e2bad98e56a687fb5cbaf60825500800f7 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Platforms by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Targets by: Microsoft
  • 13 total downloads
  • Latest version: 2.1.0
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.UniversalWindowsPlatform by: Microsoft
  • 9 total downloads
  • Latest version: 6.2.9
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 62104e14e02e93e5808e884b94bed426f9529cc3 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.SourceLink.Common by: Microsoft
  • 8 total downloads
  • Latest version: 1.0.0
  • MSBuild Tasks source control
MSBuild tasks providing source control information.
Microsoft.TestPlatform.ObjectModel by: Microsoft
  • 5 total downloads
  • Latest version: 16.1.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The Microsoft Test Platform Object Model.
Microsoft.VisualStudio.Validation by: Microsoft
  • 5 total downloads
  • Latest version: 15.0.82
  • InputValidation IntegrityCheck
Common input validation and state verification utility methods.
MimeMapping by: Matthew Little
  • 8 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
MQTTnet by: Christian Kratky
  • 11 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
  • 4 total downloads
  • Latest version: 1.4.0.56
  • MSBuild
The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.
Newtonsoft.Json.Bson by: James Newton-King
  • 2 total downloads
  • Latest version: 1.0.2
  • bson
Json.NET BSON adds support for reading and writing BSON
Nito.Disposables by: Stephen Cleary
  • 5 total downloads
  • Latest version: 2.0.0
  • idisposable disposable
IDisposable helper types.
NUnit by: Charlie Poole, Rob Prouse
  • 7 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
  • 4 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.
runtime.any.System.Collections by: Microsoft
  • 2 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.