From 2efde7598f5aed346df44f406904b560cb848611 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 10 Feb 2025 12:07:38 +0100 Subject: [PATCH 1/2] Update MTP wording from Microsoft Test Platform to Microsoft.Testing.Platform --- .../NUnit-And-Microsoft-Test-Platform.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md b/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md index bbddb20f1..6fb28f31c 100644 --- a/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md +++ b/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md @@ -1,8 +1,8 @@ -# NUnit and Microsoft Test Platform +# NUnit and Microsoft.Testing.Platform ## Overview -Microsoft Test Platform (MTP) is the new platform for testing from Microsoft. Test projects can be run as executables, +Microsoft.Testing.Platform (MTP) is the new platform for testing from Microsoft. Test projects can be run as executables, as with [NUnitLite](../nunit/running-tests/NUnitLite-Runner.md) currently. There is no longer a test runner; the executable _is_ the test runner. @@ -41,10 +41,10 @@ You can switch between `VSTest` and `dotnet test` using a property in your cspro See [this article](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#dotnet-test---microsofttestingplatform-mode) for more information. -## Information on the Microsoft Test Platform +## Information on the Microsoft.Testing.Platform -* [Microsoft Test Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli) +* [Microsoft.Testing.Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli) * [Use Microsoft.Testing.Platform with dotnet test](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-integration-dotnet-test) -* [Microsoft Test Platform Architecture](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-architecture) +* [Microsoft.Testing.Platform Architecture](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-architecture) * [NUnit Samples](https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue1152) * [Adapter issue for implementing MTP](https://github.com/nunit/nunit3-vs-adapter/issues/1152) From a58f9258814c3dd2c1d4219a7f991617e1c35761 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 10 Feb 2025 12:08:33 +0100 Subject: [PATCH 2/2] Remove 'en-us' from Microsoft links --- .../vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md b/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md index 6fb28f31c..6fb807103 100644 --- a/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md +++ b/docs/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.md @@ -38,13 +38,13 @@ You can switch between `VSTest` and `dotnet test` using a property in your cspro true ``` -See [this article](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#dotnet-test---microsofttestingplatform-mode) +See [this article](https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#dotnet-test---microsofttestingplatform-mode) for more information. ## Information on the Microsoft.Testing.Platform -* [Microsoft.Testing.Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli) -* [Use Microsoft.Testing.Platform with dotnet test](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-integration-dotnet-test) -* [Microsoft.Testing.Platform Architecture](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-architecture) +* [Microsoft.Testing.Platform](https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-intro) +* [Use Microsoft.Testing.Platform with dotnet test](https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test) +* [Microsoft.Testing.Platform Architecture](https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-architecture) * [NUnit Samples](https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue1152) * [Adapter issue for implementing MTP](https://github.com/nunit/nunit3-vs-adapter/issues/1152)