Skip to content

Add OData to Native AOT feature compatibility table#37221

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/clarify-odata-support-native-aot
Open

Add OData to Native AOT feature compatibility table#37221
Copilot wants to merge 2 commits into
mainfrom
copilot/clarify-odata-support-native-aot

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 2, 2026

Fixes #37015

The Native AOT compatibility table in aspnetcore/fundamentals/native-aot.md omitted OData, leaving developers without clear guidance on whether it's supported.

Changes

  • aspnetcore/fundamentals/native-aot.md: Added OData row to the ASP.NET Core + Native AOT compatibility table, marked as ❌ Not Supported. OData is built on MVC and relies heavily on reflection — both incompatible with Native AOT. Row inserted alphabetically between MVC and Other Authentication.
  • Updated ms.date to 06/02/2026.

Internal previews

📄 File 🔗 Preview link
aspnetcore/fundamentals/native-aot.md aspnetcore/fundamentals/native-aot

Copilot AI changed the title [WIP] Clarify if OData is supported in native-aot article Add OData to Native AOT feature compatibility table Jun 2, 2026
Copilot AI requested a review from tdykstra June 2, 2026 15:48
@tdykstra tdykstra marked this pull request as ready for review June 2, 2026 16:45
@tdykstra tdykstra requested a review from wadepickett June 2, 2026 17:42
Copy link
Copy Markdown
Contributor

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify if OData is supported in native-aot article Add whether or not OData is supported to NativeAoT doc

3 participants