Skip to content

Commit

Permalink
Remove 'en-us' from Microsoft links
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Feb 10, 2025
1 parent 2efde75 commit a58f925
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ You can switch between `VSTest` and `dotnet test` using a property in your cspro
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
```

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)

0 comments on commit a58f925

Please sign in to comment.