-
Notifications
You must be signed in to change notification settings - Fork 6k
MTP documentation feedback #45643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gewarren @BillWagner @IEvangelist Do you have ideas here on how to re-word the doc to address the points of confusion here? I don't think the original intent here is to indicate that |
Further to this / my confusion. Here's a really good starting point (as to, which does what and why?)
So this makes me think: okay .. |
@PureKrome Thanks for the pointers! For the new |
@Evangelink completely agree! I always think "if a new person comes here and reads this code (or ci commands/steps/script) will they understand what is going on? fwiw, ![]() |
@PureKrome You need |
Ah yes - i remember trying that also, and ... it didn't display any tests :(
vs
displays tests Which was another reason why i though |
Maybe try: |
Nope - exactly the same thing, as above :( I think this is a great example about my anxiety with I feel like i'm hitting it hard, in it's v1/beta stage :awkward: Or .. I'm coal-face testing it for the rest of the world! |
The For the current experience, you need the following combination:
Example output of that: Restore complete (0.6s)
Determining projects to restore...
All projects are up-to-date for restore.
You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
TestProject69 succeeded (1.0s) → bin\Debug\net8.0\TestProject69.dll
TestProject69 test succeeded (1.4s)
Run tests: 'C:\Users\ygerges\source\repos\TestProject69\TestProject69\bin\Debug\net8.0\TestProject69.dll' [net8.0|x64]
MSTest v3.8.3 (UTC 17/03/2025) [win-x64 - .NET 8.0.14]
The following Tests are available:
TestMethod1
Tests succeeded: 'C:\Users\ygerges\source\repos\TestProject69\TestProject69\bin\Debug\net8.0\TestProject69.dll' [net8.0|x64] |
@PureKrome You are probably facing the issue linked to the .NET 9+ terminal logger that is basically just breaking discovery display. can you do |
@PureKrome Are you doing that in addition to |
|
The project you pasted is missing
|
Type of issue
Other (describe below)
Description
Originally posted in microsoft/testfx#5408 (reply in thread) by @PureKrome
Page URL
https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-intro?tabs=dotnetcli#use-dotnet-test
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/testing/microsoft-testing-platform-intro.md
Document Version Independent Id
e3466361-50b2-7399-3f1d-91ace5686996
Platform Id
5714f5f9-3384-187b-e8d8-2d810f1c0d7b
Article author
@Evangelink
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: