Skip to content

Commit d52620e

Browse files
committed
MSTest SDK document limitations
1 parent 4b20a24 commit d52620e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/core/testing/unit-testing-mstest-sdk.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,14 @@ Here's an example update when using the `DotNetCoreCLI` task in Azure DevOps:
254254
+ arguments: '--configuration Release -p:TestingPlatformCommandLineArguments="--report-trx --results-directory $(Agent.TempDirectory) --coverage"'
255255
```
256256

257+
## Known limitations
258+
259+
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).
260+
261+
> [!NOTE]
262+
> This limitation is not specific to MSTest SDK but to any MSBuild SDK.
263+
> Dependabot will handle updating the version in the global.json file, but you will need to manually update the version in the project file.
264+
257265
## See also
258266

259267
- [Test project–related properties](../project-sdk/msbuild-props.md#test-projectrelated-properties)

0 commit comments

Comments
 (0)