-
Notifications
You must be signed in to change notification settings - Fork 6k
Update dotnet-test to reflect latest preview behavior #46279
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
base: main
Are you sure you want to change the base?
Conversation
> [!NOTE] | ||
> The format will change from `dotnet.test:runner` to `dotnet.test.runner` in .NET 10 SDK Preview 4. | ||
> [!IMPORTANT] | ||
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically namespaces, or packages are represented as code elements. If you're trying to refer to the product itself, use the product name instead.
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later. | |
> The `dotnet test` experience for MTP is only supported in `Microsoft.Testing.Platform` version 1.7 and later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IEvangelist Well, branding wise, I think the product name is the same as the package name AFAIK. cc @nohwnd and @Evangelink
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we use them interchangeably.
> [!NOTE] | ||
> The format will change from `dotnet.test:runner` to `dotnet.test.runner` in .NET 10 SDK Preview 4. | ||
> [!IMPORTANT] | ||
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> The `dotnet test` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later. | |
> The `dotnet test` experience for MTP is only supported in `Microsoft.Testing.Platform` version 1.7 and later. |
Internal previews