From 3e6ab9f811712b3a323170a45ed8fdab1bd5ed6a Mon Sep 17 00:00:00 2001 From: gewarren Date: Fri, 1 Aug 2025 01:35:04 +0000 Subject: [PATCH] =?UTF-8?q?Bot=20=F0=9F=A4=96=20generated=20CleanRepo=20to?= =?UTF-8?q?ol=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/core/testing/mstest-analyzers/mstest0045.md | 2 +- docs/core/whats-new/dotnet-10/overview.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core/testing/mstest-analyzers/mstest0045.md b/docs/core/testing/mstest-analyzers/mstest0045.md index 2f9bfb024cee8..053d5ad09215e 100644 --- a/docs/core/testing/mstest-analyzers/mstest0045.md +++ b/docs/core/testing/mstest-analyzers/mstest0045.md @@ -38,7 +38,7 @@ When using cooperative cancellation mode, MSTest only triggers cancellation of t Use the provided code fixer to automatically set the `CooperativeCancellation` property to `true` on the . You can also manually add the property if needed. -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. +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. ## When to suppress warnings diff --git a/docs/core/whats-new/dotnet-10/overview.md b/docs/core/whats-new/dotnet-10/overview.md index 2b70efb375c74..a9517cbeab6a4 100644 --- a/docs/core/whats-new/dotnet-10/overview.md +++ b/docs/core/whats-new/dotnet-10/overview.md @@ -26,14 +26,14 @@ For more information, see [What's new in the .NET 10 runtime](runtime.md). 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. For more information, see [What's new in the .NET 10 libraries](libraries.md). -For details on JSON serialization, see [System.Text.Json overview](/dotnet/standard/serialization/system-text-json/overview). +For details on JSON serialization, see [System.Text.Json overview](../../../standard/serialization/system-text-json/overview.md). ## .NET SDK 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. For more information, see [What's new in the SDK for .NET 10](sdk.md). -For details on .NET tools, see [Manage .NET tools](/dotnet/core/tools/global-tools). +For details on .NET tools, see [Manage .NET tools](../../tools/global-tools.md). ## .NET Aspire