Skip to content

Commit 8545c42

Browse files
committed
Add a note on diagnostics support on iOS-like platforms
1 parent e20eb39 commit 8545c42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/core/deploying/native-aot/diagnostics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ ms.date: 08/07/2023
1010

1111
Native AOT shares some, but not all, diagnostics and instrumentation capabilities with CoreCLR. Because of CoreCLR's rich selection of diagnostic utilities, it's sometimes appropriate to diagnose and debug problems in CoreCLR. Apps that are [trim-compatible](../trimming/prepare-libraries-for-trimming.md) shouldn't have behavioral differences, so investigations often apply to both runtimes. Nonetheless, some information can only be gathered after publishing, so Native AOT also provides post-publish diagnostic tooling.
1212

13-
## .NET 8 Native AOT diagnostic support
13+
## Native AOT diagnostic support
14+
15+
> [!NOTE]
16+
> Starting from .NET 9, Native AOT supports targeting iOS-like platforms with .NET MAUI for which diagnostics support is described in the following [document](https://github.com/dotnet/docs-maui/blob/7ff3052a0b3535316775bba2583ee09ffdd9befa/docs/deployment/nativeaot.md#native-aot-diagnostic-support-on-ios-like-platforms).
1417
1518
The following table summarizes diagnostic features supported for Native AOT deployments:
1619

0 commit comments

Comments
 (0)