Microsoft.Testing.Platform
by: Microsoft
- 111 total downloads
- Latest version: 2.4.0
This package provides the core platform and the .NET implementation of the protocol.
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
Microsoft.Testing.Platform.MSBuild
by: Microsoft
- 102 total downloads
- Latest version: 2.4.0
This package provides MSBuild integration of the platform, its extensions and configuration files.
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
Microsoft.TestPlatform.AdapterUtilities
by: Microsoft
- 132 total downloads
- Latest version: 18.10.1
Includes helpers for the Test Platform's modern functionality such as standardized fully qualified names and hierarchical test case names.
Microsoft.TestPlatform.ObjectModel
by: Microsoft
- 333 total downloads
- Latest version: 18.10.0
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 125 total downloads
- Latest version: 16.2.0
Testplatform host executes the test using specified adapter.
Microsoft.Toolkit.HighPerformance
by: Microsoft.Toolkit
- 1 total downloads
- Latest version: 7.1.2
This package includes high performance .NET Standard helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 274 total downloads
- Latest version: 7.0.1
The TypeScript MSBuild task, and matching compiler version.
Microsoft.UpgradeAssistant.ApiCatalog.Assets
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
Contains .NET ApiCatalog database used by Upgrade Assistant.
Microsoft.VisualBasic
by: Microsoft
- 7 total downloads
- Latest version: 10.3.0
Provides types that support the Visual Basic runtime
Commonly Used Types:
Microsoft.VisualBasic.Strings
Microsoft.VisualBasic.CompilerServices.Conversions
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.VisualStudio.Composition
by: Microsoft
- 70 total downloads
- Latest version: 17.13.41
Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.
Microsoft.VisualStudio.Composition.Analyzers
by: Microsoft
- 40 total downloads
- Latest version: 17.13.41
Analyzers for MEF consumers to help identify common errors in MEF parts.
Microsoft.VisualStudio.Composition.NetFxAttributes
by: Microsoft
- 26 total downloads
- Latest version: 16.9.20
The MEF attributes and runtime classes in the .NET Managed Extensibility Framework (MEF) that are used for imports and exports, and exception types, in a .NET Standard compliant NuGet package form, as found in the System.ComponentModel.Composition namespace.
Microsoft.VisualStudio.Setup.Configuration.Interop
by: Microsoft
- 32 total downloads
- Latest version: 3.14.2075
Managed query API for enumerating Visual Studio setup instances using embeddable interoperability types.
Microsoft.VisualStudio.Threading
by: Microsoft
- 175 total downloads
- Latest version: 18.7.23
Async synchronization primitives, async collections, TPL and dataflow extensions.
The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This
package is applicable to any .NET application (not just Visual Studio).
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 172 total downloads
- Latest version: 18.7.23
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Threading.Only
by: Microsoft
- 7 total downloads
- Latest version: 18.7.23
Async synchronization primitives, async collections, TPL and dataflow extensions.
The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This
package is applicable to any .NET application (not just Visual Studio).
This package contains only the library, without a dependency on the analyzers.
Use the Microsoft.VisualStudio.Threading package to get the library and analyzers together.
Microsoft.VisualStudio.Validation
by: Microsoft
- 73 total downloads
- Latest version: 17.13.22
Common input validation and state verification utility methods.
Microsoft.VisualStudio.Web.BrowserLink
by: Microsoft
- 28 total downloads
- Latest version: 2.2.0
A middleware that supports creating a communication channel between the development environment and one or more web browsers.
This package was built from the source code at https://github.com/aspnet/BrowserLink/tree/8cd3e0844d74975060a2bb1abb1e0a5ff943ce45
Microsoft.Web.WebView2
by: Microsoft
- 272 total downloads
- Latest version: 1.0.4255-prerelease
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).
This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Microsoft.Web.Xdt
by: Microsoft
- 21 total downloads
- Latest version: 3.3.0-rc.1.26425.128
Microsoft Xml Document Transformation (XDT) enables transformig XML files. This is the same technology used to transform web.config files for Visual Studio web projects.