Microsoft.TestPlatform.ObjectModel
15.0.0-preview-20161028-03
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.TestPlatform.ObjectModel --version 15.0.0-preview-20161028-03
NuGet\Install-Package Microsoft.TestPlatform.ObjectModel -Version 15.0.0-preview-20161028-03
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.0.0-preview-20161028-03" />
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="15.0.0-preview-20161028-03" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" />
paket add Microsoft.TestPlatform.ObjectModel --version 15.0.0-preview-20161028-03
#r "nuget: Microsoft.TestPlatform.ObjectModel, 15.0.0-preview-20161028-03"
#addin nuget:?package=Microsoft.TestPlatform.ObjectModel&version=15.0.0-preview-20161028-03&prerelease
#tool nuget:?package=Microsoft.TestPlatform.ObjectModel&version=15.0.0-preview-20161028-03&prerelease
The Microsoft Test Platform Object Model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.EventBasedAsync (>= 4.0.11)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Diagnostics.Process (>= 4.1.0)
- System.Diagnostics.TextWriterTraceListener (>= 4.0.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Diagnostics.Tracing (>= 4.1.0)
- System.IO.FileSystem (>= 4.0.1)
- System.Reflection.Metadata (>= 1.3.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Loader (>= 4.0.0)
- System.Runtime.Serialization.Json (>= 4.0.2)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Threading.Thread (>= 4.0.0)
- System.Xml.XPath.XmlDocument (>= 4.0.1)
NuGet packages (80)
Showing the top 5 NuGet packages that depend on Microsoft.TestPlatform.ObjectModel:
Package | Downloads |
---|---|
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter. |
|
xunit.runner.visualstudio
Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1, v2, and v3 tests. Supports .NET 4.7.2 or later, and .NET 6 or later. |
|
Microsoft.Testing.Extensions.VSTestBridge
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package provides a bridge integration for test adapters wanting to target both VSTest and Microsoft.Testing.Platform test platforms. |
|
TeamCity.VSTest.TestAdapter
Provides an integration with TeamCity for test frameworks. Usage: - Create a test project, for example using the command line: dotnet new xunit - Add the NuGet reference to this package |
|
JUnitTestLogger
Package Description |
GitHub repositories (67)
Showing the top 20 popular GitHub repositories that depend on Microsoft.TestPlatform.ObjectModel:
Repository | Stars |
---|---|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
cake-build/cake
:cake: Cake (C# Make) is a cross platform build automation system.
|
|
coverlet-coverage/coverlet
Cross platform code coverage for .NET
|
|
CosmosOS/Cosmos
Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
microsoft/playwright-dotnet
.NET version of the Playwright testing and automation library.
|
|
scriptcs/scriptcs
Write C# apps with a text editor, nuget and the power of Roslyn!
|
|
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
|
|
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
|
|
microsoft/nodejstools
Node.js Tools for Visual Studio
|
|
castleproject/Windsor
Castle Windsor is a best of breed, mature Inversion of Control container available for .NET
|
|
ikvmnet/ikvm
A Java Virtual Machine and Bytecode-to-IL Converter for .NET
|
|
kubernetes-client/csharp
Officially supported dotnet Kubernetes Client library
|
|
ardalis/Result
A result abstraction that can be mapped to HTTP response codes if needed.
|
|
microsoft/vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
|
|
TabularEditor/TabularEditor
This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
|
Version | Downloads | Last updated |
---|---|---|
17.14.0-preview-25107-01 | 63,145 | 2/10/2025 |
17.13.0 | 10,211,080 | 2/10/2025 |
17.12.0 | 23,970,780 | 11/19/2024 |
17.11.1 | 30,779,520 | 9/5/2024 |
17.11.0 | 7,719,389 | 8/20/2024 |
17.11.0-release-24373-02 | 80,751 | 7/24/2024 |
17.11.0-release-24352-06 | 68,778 | 7/2/2024 |
17.10.0 | 34,503,308 | 5/22/2024 |
17.10.0-release-24177-07 | 145,255 | 4/2/2024 |
17.10.0-preview-24080-01 | 218,635 | 1/30/2024 |
17.9.0 | 40,656,061 | 2/6/2024 |
17.9.0-release-23619-01 | 148,993 | 1/8/2024 |
17.9.0-preview-23577-04 | 155,339 | 12/5/2023 |
17.9.0-preview-23531-01 | 153,664 | 11/8/2023 |
17.9.0-preview-23503-02 | 150,051 | 10/9/2023 |
17.8.0 | 51,415,217 | 11/8/2023 |
17.8.0-release-23468-02 | 26,417 | 10/4/2023 |
17.8.0-preview-23424-02 | 101,226 | 8/29/2023 |
17.8.0-preview-23371-04 | 93,419 | 8/3/2023 |
17.7.2 | 21,974,519 | 8/29/2023 |
17.7.1 | 8,074,601 | 8/16/2023 |
17.7.0 | 3,811,757 | 8/4/2023 |
17.7.0-preview-23364-03 | 120,265 | 7/16/2023 |
17.7.0-preview.23280.1 | 138,209 | 6/12/2023 |
17.6.3 | 13,128,984 | 6/27/2023 |
17.6.2 | 7,497,053 | 6/6/2023 |
17.6.1 | 1,598,559 | 6/1/2023 |
17.6.0 | 16,228,168 | 5/16/2023 |
17.6.0-preview-20230223-05 | 183,564 | 3/13/2023 |
17.5.0 | 57,212,922 | 2/21/2023 |
17.5.0-preview-20221221-03 | 258,597 | 12/21/2022 |
17.5.0-preview-20221003-04 | 577,988 | 10/3/2022 |
17.4.1 | 27,443,229 | 12/16/2022 |
17.4.0 | 20,196,692 | 11/7/2022 |
17.4.0-preview-20221003-03 | 6,510 | 10/3/2022 |
17.4.0-preview-20220726-02 | 206,862 | 8/9/2022 |
17.4.0-preview-20220707-01 | 513,872 | 7/11/2022 |
17.3.3 | 404,041 | 3/24/2023 |
17.3.2 | 37,874,494 | 9/26/2022 |
17.3.1 | 10,621,851 | 8/30/2022 |
17.3.0 | 17,201,876 | 8/10/2022 |
17.3.0-preview-20220612-01 | 56,656 | 6/13/2022 |
17.3.0-preview-20220530-08 | 10,094 | 6/8/2022 |
17.3.0-preview-20220426-02 | 11,537 | 6/2/2022 |
17.2.1 | 117,934 | 3/24/2023 |
17.2.0 | 35,143,678 | 5/11/2022 |
17.2.0-preview-20220401-08 | 86,132 | 4/7/2022 |
17.2.0-preview-20220401-07 | 14,624 | 4/4/2022 |
17.2.0-preview-20220301-01 | 48,886 | 3/18/2022 |
17.2.0-preview-20220131-20 | 230,424 | 2/9/2022 |
17.1.0 | 67,356,637 | 2/16/2022 |
17.1.0-release-20220113-05 | 62,369 | 2/1/2022 |
17.1.0-preview-20211130-02 | 569,873 | 11/30/2021 |
17.1.0-preview-20211109-03 | 121,045 | 11/9/2021 |
17.0.2 | 198,353 | 3/24/2023 |
17.0.1-release-20211109-01 | 23,746 | 11/11/2021 |
17.0.0 | 44,211,104 | 10/26/2021 |
16.11.0 | 50,287,790 | 8/13/2021 |
16.11.0-release-20210626-04 | 195,651 | 6/27/2021 |
16.10.0 | 19,618,835 | 5/25/2021 |
16.10.0-release-20210429-01 | 92,027 | 4/29/2021 |
16.10.0-release-20210422-02 | 10,525 | 4/23/2021 |
16.10.0-release-20210330-02 | 857,683 | 3/30/2021 |
16.10.0-release-20210329-03 | 5,958 | 3/30/2021 |
16.10.0-preview-20210219-03 | 125,881 | 2/23/2021 |
16.9.4 | 34,089,214 | 4/1/2021 |
16.9.4-release-20210331-01 | 4,307 | 4/1/2021 |
16.9.1 | 10,425,625 | 2/23/2021 |
16.9.0-preview-20210127-04 | 76,226 | 1/27/2021 |
16.9.0-preview-20210106-01 | 137,926 | 1/6/2021 |
16.9.0-preview-20201123-03 | 135,905 | 11/23/2020 |
16.9.0-preview-20201020-06 | 269,207 | 10/21/2020 |
16.8.3 | 22,505,050 | 12/2/2020 |
16.8.0 | 7,388,456 | 11/8/2020 |
16.8.0-preview-20200921-01 | 101,452 | 9/21/2020 |
16.8.0-preview-20200812-03 | 123,408 | 8/13/2020 |
16.8.0-preview-20200806-02 | 23,188 | 8/6/2020 |
16.7.1 | 45,212,675 | 8/20/2020 |
16.7.0 | 3,865,371 | 8/6/2020 |
16.7.0-preview-20200519-01 | 198,837 | 5/20/2020 |
16.7.0-preview-20200428-01 | 119,441 | 4/28/2020 |
16.6.1 | 27,577,724 | 4/24/2020 |
16.6.0-preview-20200318-01 | 161,652 | 3/20/2020 |
16.6.0-preview-20200310-03 | 73,601 | 3/13/2020 |
16.6.0-preview-20200309-01 | 32,234 | 3/9/2020 |
16.6.0-preview-20200226-03 | 81,637 | 2/27/2020 |
16.5.0 | 72,642,021 | 2/5/2020 |
16.5.0-preview-20200203-01 | 25,369 | 2/3/2020 |
16.5.0-preview-20200116-01 | 96,191 | 1/16/2020 |
16.5.0-preview-20200102-01 | 31,741 | 1/2/2020 |
16.5.0-preview-20191216-02 | 44,818 | 12/23/2019 |
16.5.0-preview-20191115-01 | 100,088 | 11/15/2019 |
16.4.0 | 28,291,384 | 11/6/2019 |
16.3.0 | 7,020,460 | 9/19/2019 |
16.3.0-preview-20190828-03 | 50,145 | 8/29/2019 |
16.3.0-preview-20190808-03 | 78,828 | 8/9/2019 |
16.3.0-preview-20190715-02 | 16,495 | 8/1/2019 |
16.2.0 | 37,483,194 | 6/27/2019 |
16.2.0-preview-20190606-02 | 42,407 | 6/7/2019 |
16.1.1 | 4,789,755 | 5/30/2019 |
16.1.0 | 3,892,579 | 5/9/2019 |
16.0.2-preview-20190502-01 | 22,415 | 5/2/2019 |
16.0.1 | 17,613,003 | 3/4/2019 |
16.0.0 | 425,050 | 2/28/2019 |
16.0.0-preview-20190203-03 | 93,429 | 2/3/2019 |
16.0.0-preview-20190201-03 | 9,191 | 2/1/2019 |
16.0.0-preview-20190124-02 | 100,971 | 1/25/2019 |
16.0.0-preview-20181205-02 | 315,102 | 12/5/2018 |
16.0.0-preview-20181128-01 | 9,404 | 11/28/2018 |
15.9.2 | 12,433,698 | 5/2/2019 |
15.9.1 | 76,946 | 3/6/2019 |
15.9.0 | 35,054,299 | 10/10/2018 |
15.9.0-preview-20180924-03 | 21,935 | 9/28/2018 |
15.9.0-preview-20180816-01 | 90,519 | 8/20/2018 |
15.9.0-preview-20180807-05 | 42,544 | 8/10/2018 |
15.8.0 | 19,278,802 | 7/13/2018 |
15.8.0-preview-20180610-02 | 116,521 | 6/11/2018 |
15.8.0-preview-20180605-02 | 26,582 | 6/5/2018 |
15.8.0-preview-20180510-03 | 116,617 | 5/10/2018 |
15.7.2 | 4,121,914 | 5/16/2018 |
15.7.0 | 8,661,845 | 4/4/2018 |
15.7.0-preview-20180320-02 | 34,798 | 3/22/2018 |
15.7.0-preview-20180307-01 | 20,976 | 3/8/2018 |
15.7.0-preview-20180221-13 | 52,480 | 2/21/2018 |
15.6.2 | 350,901 | 3/28/2018 |
15.6.1 | 1,015,200 | 3/9/2018 |
15.6.0 | 1,986,302 | 2/19/2018 |
15.6.0-preview-20180207-05 | 25,219 | 2/7/2018 |
15.6.0-preview-20180109-01 | 89,421 | 1/9/2018 |
15.6.0-preview-20171211-02 | 62,464 | 12/11/2017 |
15.5.0 | 24,479,679 | 11/9/2017 |
15.5.0-preview-20171031-01 | 42,431 | 10/31/2017 |
15.5.0-preview-20171025-02 | 17,199 | 10/26/2017 |
15.5.0-preview-20171012-09 | 34,756 | 10/13/2017 |
15.5.0-preview-20171009-10 | 19,773 | 10/10/2017 |
15.5.0-preview-20170923-02 | 55,306 | 9/26/2017 |
15.5.0-preview-20170914-09 | 269,477 | 9/14/2017 |
15.5.0-preview-20170810-02 | 280,787 | 8/10/2017 |
15.5.0-preview-20170727-01 | 25,584 | 7/28/2017 |
15.3.0 | 4,555,295 | 8/7/2017 |
15.3.0-preview-20170628-02 | 1,980,011 | 6/28/2017 |
15.3.0-preview-20170618-03 | 60,760 | 6/18/2017 |
15.3.0-preview-20170601-03 | 37,532 | 6/1/2017 |
15.3.0-preview-20170517-02 | 57,556 | 5/18/2017 |
15.3.0-preview-20170502-03 | 40,868 | 5/3/2017 |
15.3.0-preview-20170427-09 | 86,848 | 4/27/2017 |
15.3.0-preview-20170425-07 | 75,899 | 4/25/2017 |
15.0.0 | 25,158,916 | 2/23/2017 |
15.0.0-preview-20170222-09 | 17,859 | 2/22/2017 |
15.0.0-preview-20170217-05 | 17,605 | 2/17/2017 |
15.0.0-preview-20170210-02 | 22,460 | 2/10/2017 |
15.0.0-preview-20170125-04 | 44,130 | 1/27/2017 |
15.0.0-preview-20170123-02 | 33,202 | 1/23/2017 |
15.0.0-preview-20170113-02 | 12,717 | 1/13/2017 |
15.0.0-preview-20170106-08 | 656,691 | 1/6/2017 |
15.0.0-preview-20161227-02 | 18,680 | 12/27/2016 |
15.0.0-preview-20161216-01 | 15,641 | 12/16/2016 |
15.0.0-preview-20161101-02 | 13,516 | 11/1/2016 |
15.0.0-preview-20161028-03 | 4,509 | 10/28/2016 |
15.0.0-preview-20161024-02 | 5,496 | 10/25/2016 |
15.0.0-preview-20161012-02 | 97,344 | 10/12/2016 |
15.0.0-preview-20161012-01 | 4,158 | 10/12/2016 |
15.0.0-preview-20161005-01 | 7,437 | 10/6/2016 |
15.0.0-preview-20161004-03 | 4,339 | 10/6/2016 |
15.0.0-preview-20160928-07 | 3,497 | 9/28/2016 |
11.0.0 | 8,815,158 | 8/30/2016 |