-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
MSTest SDK document limitations #43717
base: main
Are you sure you want to change the base?
Conversation
@@ -254,6 +254,14 @@ Here's an example update when using the `DotNetCoreCLI` task in Azure DevOps: | |||
+ arguments: '--configuration Release -p:TestingPlatformCommandLineArguments="--report-trx --results-directory $(Agent.TempDirectory) --coverage"' | |||
``` | |||
|
|||
## Known limitations | |||
|
|||
The MSTest SDK has limited integration with NuGet meaning that the usual NuGet update and Visual Studio UI for managing NuGet packages won't work as expected. See this issue for more details: [NuGet#13127](https://github.com/NuGet/Home/issues/13127). |
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.
Not very sure but I feel it's more correct/readable with comma?
The MSTest SDK has limited integration with NuGet meaning that the usual NuGet update and Visual Studio UI for managing NuGet packages won't work as expected. See this issue for more details: [NuGet#13127](https://github.com/NuGet/Home/issues/13127). | |
The MSTest SDK has limited integration with NuGet, meaning that the usual NuGet update and Visual Studio UI for managing NuGet packages won't work as expected. See this issue for more details: [NuGet#13127](https://github.com/NuGet/Home/issues/13127). |
The MSTest SDK has limited integration with NuGet meaning that the usual NuGet update and Visual Studio UI for managing NuGet packages won't work as expected. See this issue for more details: [NuGet#13127](https://github.com/NuGet/Home/issues/13127). | ||
|
||
> [!NOTE] | ||
> This limitation is not specific to MSTest SDK but to any MSBuild SDK. |
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.
> This limitation is not specific to MSTest SDK but to any MSBuild SDK. | |
> This limitation is not specific to MSTest SDK but to any NuGet-provided MSBuild SDK. |
|
||
> [!NOTE] | ||
> This limitation is not specific to MSTest SDK but to any MSBuild SDK. | ||
> Dependabot will handle updating the version in the global.json file, but you will need to manually update the version in the project file. |
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.
Maybe refer to dependabot/dependabot-core#8615 ?
Summary
Fixes microsoft/testfx#4114
Internal previews