Skip to content

Commit

Permalink
Disable MD032
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Oct 24, 2024
1 parent 95dac82 commit 95d6d3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/deployment/nativeaot.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ For more information about trim warnings, see [Introduction to trim warnings](/d

Use the following checklist to help you adapt your app to Native AOT deployment requirements:

<!-- markdownlint-disable MD032 -->

> [!div class="checklist"]
>
> - Ensure that all XAML is compiled:
Expand All @@ -139,6 +141,8 @@ Use the following checklist to help you adapt your app to Native AOT deployment
> - Ensure that JSON serialization and deserialization uses a source generated context. For more information, see [Minimal APIs and JSON payloads](/aspnet/core/fundamentals/native-aot#minimal-apis-and-json-payloads).
> - Review and correct any trimming or AOT warnings. For more information, see [Introduction to trim warnings](/dotnet/core/deploying/trimming/fixing-warnings) and [Introduction to AOT warnings](/dotnet/core/deploying/native-aot/fixing-warnings).
<!-- markdownlint-enable MD032 -->

## See also

- [Trim a .NET MAUI app](trimming.md)

0 comments on commit 95d6d3d

Please sign in to comment.