From d9cf7a92311921d21cbe6e4d938836aaed16012e Mon Sep 17 00:00:00 2001 From: Ivan Povazan <55002338+ivanpovazan@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:17:55 +0100 Subject: [PATCH] Correct documentation on observability support with Native AOT on iOS and Mac Catalyst (#2619) Co-authored-by: David Britch --- docs/deployment/nativeaot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/nativeaot.md b/docs/deployment/nativeaot.md index cc05f58d7..1aee13bda 100644 --- a/docs/deployment/nativeaot.md +++ b/docs/deployment/nativeaot.md @@ -147,7 +147,7 @@ The following table shows the diagnostics support with Native AOT on iOS and Mac | Feature | Fully supported | Partially supported | Not supported | | - | - | - | - | -| [Observability and telemetry](#observability-and-telemetry) | | | Not supported | +| [Observability and telemetry](#observability-and-telemetry) | | Partially supported | | | [Development-time diagnostics](#development-time-diagnostics) | Fully supported | | | | [Native debugging](#native-debugging) | | Partially supported | | | [CPU Profiling](#cpu-profiling) | | Partially supported | | @@ -157,7 +157,7 @@ The following sections provide additional information about this diagnostics sup ### Observability and telemetry -Tracing of .NET MAUI applications on mobile platforms is enabled through [dotnet-dsrouter](/dotnet/core/diagnostics/dotnet-dsrouter) which connects diagnostic tooling with .NET applications running on iOS and Mac Catalyst, over TCP/IP. However, Native AOT is currently not compatible with this scenario as it doesn't support EventPipe/DiagnosticServer components built with the TCP/IP stack. +Tracing of .NET MAUI applications on mobile platforms is enabled through [dotnet-dsrouter](/dotnet/core/diagnostics/dotnet-dsrouter) which connects diagnostic tooling with .NET applications running on iOS and Mac Catalyst, over TCP/IP. However, Native AOT is currently not compatible with this scenario as it doesn't support EventPipe/DiagnosticServer components built with the TCP/IP stack. Observability is still achievable explicitly in the code. ### Development-time diagnostics