Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dotnet-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ For further reading: https://devblogs.microsoft.com/devops/understanding-symbol-

### PublishAOT Setting

The <PublishAot> setting controls Ahead-of-Time (AOT) compilation for your application. To ensure compatibility with Rookout, set <PublishAot> to false in your project’s configuration
The PublishAot setting controls Ahead-of-Time (AOT) compilation for your application. To ensure compatibility with Rookout, set PublishAot to false in your project’s configuration

In your project’s settings, set the “PublishAot” to `false` like so:

Expand Down