Microsoft.SourceLink.Common
by: Microsoft
- 81 total downloads
- Latest version: 11.0.100-rc.1.26425.128
MSBuild tasks providing source control information.
Microsoft.SourceLink.GitHub
by: Microsoft
- 86 total downloads
- Latest version: 11.0.100-rc.1.26425.128
Generates source link for GitHub repositories.
Microsoft.SqlServer.Server
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0
This is a helper library for Microsoft.Data.SqlClient enabling cross framework support of UDT types.
Available Types:
Microsoft.SqlServer.Server.IBinarySerializer
Microsoft.SqlServer.Server.InvalidUdtException
Microsoft.SqlServer.Server.SqlFacetAttribute
Microsoft.SqlServer.Server.SqlFunctionAttribute
Microsoft.SqlServer.Server.SqlMethodAttribute
Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute
Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute
Microsoft.SqlServer.Server.DataAccessKind
Microsoft.SqlServer.Server.SystemDataAccessKind
Microsoft.SqlServer.Server.Format
Microsoft.Testing.Extensions.Telemetry
by: Microsoft
- 106 total downloads
- Latest version: 2.4.0
This package provides telemetry for the platform.
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.Extensions.TrxReport.Abstractions
by: Microsoft
- 96 total downloads
- Latest version: 2.4.0
This package provides the abstractions used by extensions that contribute data to, or read data from, TRX test reports. Install Microsoft.Testing.Extensions.TrxReport to generate the reports themselves.
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.Extensions.VSTestBridge
by: Microsoft
- 104 total downloads
- Latest version: 2.4.0
This package provides a bridge integration for test adapters wanting to target both VSTest and Microsoft.Testing.Platform test platforms.
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
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
- 334 total downloads
- Latest version: 18.10.0
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 235 total downloads
- Latest version: 17.4.0-preview-20220707-01
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
- 276 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
- 9 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
- 87 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
- 73 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
- 204 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).