Skip to content

Commit 0c462c0

Browse files
committed
Add better description
1 parent 667cc4c commit 0c462c0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/core/deploying/native-aot/diagnostics/ios-like-platforms.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
title: Diagnostics and instrumentation on iOS-like platforms
3-
description: Learn about diagnostics in Native AOT applications on iOS-like platforms
3+
description: Learn about diagnostics in Native AOT applications on iOS-like platforms in .NET 9
44
author: ivanpovazan
55
ms.author: ivanpovazan
66
ms.date: 11/11/2024
77
---
88

9-
# Native AOT diagnostic support on iOS-like platforms
9+
# Native AOT diagnostic support on iOS-like platforms in .NET 9
10+
11+
Starting from .NET 9, .NET MAUI officially supports publishing [.NET MAUI iOS and MacCatalyst applications with Native AOT](https://learn.microsoft.com/dotnet/maui/deployment/nativeaot?view=net-maui-9.0) deployment model.
12+
The following sections describe diagnostics support with Native AOT and .NET MAUI applications.
1013

1114
## Observability and telemetry
1215

13-
Tracing of .NET applications on mobile platforms is enabled through [dotnet-dsrouter](../../../diagnostics/dotnet-dsrouter.md) which connects diagnostic tooling with .NET mobile applications running on iOS-like platforms over TCP/IP. However, Native AOT is currently not compatible with this scenario as it does not support EventPipe/DiagnosticServer components built with TCP/IP stack.
16+
Tracing of .NET MAUI applications on mobile platforms is enabled through [dotnet-dsrouter](../../../diagnostics/dotnet-dsrouter.md) which connects diagnostic tooling with .NET mobile applications running on iOS-like platforms over TCP/IP. However, Native AOT is currently not compatible with this scenario as it does not support EventPipe/DiagnosticServer components built with TCP/IP stack.
1417

1518
## Development-time diagnostics
1619

@@ -27,7 +30,7 @@ After publishing, Native AOT applications are true native binaries. The managed
2730

2831
### Debugging .NET MAUI iOS applications with NativeAOT
2932

30-
.NET MAUI applications which are compatible with NativeAOT and are properly configured and published with this deployment model (for more information see: [Publish using Native AOT](https://learn.microsoft.com/dotnet/maui/deployment/nativeaot?view=net-maui-9.0#publish-using-native-aot), can be debugged in the following ways.
33+
.NET MAUI iOS applications which are compatible with NativeAOT and are properly configured and published with this deployment model (for more information see: [Publish using Native AOT](https://learn.microsoft.com/dotnet/maui/deployment/nativeaot?view=net-maui-9.0#publish-using-native-aot), can be debugged in the following ways.
3134

3235
#### iOS
3336

0 commit comments

Comments
 (0)