Skip to content

Commit 40b4398

Browse files
authored
Bot 🤖 generated CleanRepo tool run
1 parent 1d923f6 commit 40b4398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/core/testing/mstest-analyzers/mstest0045.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When using cooperative cancellation mode, MSTest only triggers cancellation of t
3838

3939
Use the provided code fixer to automatically set the `CooperativeCancellation` property to `true` on the <xref:Microsoft.VisualStudio.TestTools.UnitTesting.TimeoutAttribute>. You can also manually add the property if needed.
4040

41-
Alternatively, you can configure cooperative cancellation globally in your [runsettings](/dotnet/core/testing/unit-testing-mstest-configure#mstest-element) or [testconfig.json](/dotnet/core/testing/unit-testing-mstest-configure#timeout-settings) file to apply this setting to all timeout attributes in your test project.
41+
Alternatively, you can configure cooperative cancellation globally in your [runsettings](../unit-testing-mstest-configure.md#mstest-element) or [testconfig.json](../unit-testing-mstest-configure.md#timeout-settings) file to apply this setting to all timeout attributes in your test project.
4242

4343
## When to suppress warnings
4444

‎docs/core/whats-new/dotnet-10/overview.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ For more information, see [What's new in the .NET 10 runtime](runtime.md).
2626
The .NET 10 libraries introduce new APIs in cryptography, globalization, numerics, serialization, collections, and diagnostics, and when working with ZIP files. New JSON serialization options include disallowing duplicate properties and strict serialization settings. Post-quantum cryptography support has been expanded with Windows Cryptography API: Next Generation (CNG) support.
2727

2828
For more information, see [What's new in the .NET 10 libraries](libraries.md).
29-
For details on JSON serialization, see [System.Text.Json overview](/dotnet/standard/serialization/system-text-json/overview).
29+
For details on JSON serialization, see [System.Text.Json overview](../../../standard/serialization/system-text-json/overview.md).
3030

3131
## .NET SDK
3232

3333
The .NET 10 SDK includes support for [Microsoft.Testing.Platform](../../testing/microsoft-testing-platform-intro.md) in `dotnet test`, standardizes CLI command order, and updates the CLI to generate native tab-completion scripts for popular shells. For containers, console apps can natively create container images, and a new property lets you explicitly set the format of container images. The SDK also supports platform-specific .NET tools, one-shot tool execution with `dotnet tool exec`, the new `dnx` tool execution script, CLI introspection with `--cli-schema`, and enhanced file-based apps with publish support and native AOT.
3434

3535
For more information, see [What's new in the SDK for .NET 10](sdk.md).
36-
For details on .NET tools, see [Manage .NET tools](/dotnet/core/tools/global-tools).
36+
For details on .NET tools, see [Manage .NET tools](../../tools/global-tools.md).
3737

3838
## .NET Aspire
3939

0 commit comments

Comments
 (0)