[FEATURE REQ] Trim Warning with Azure.Data.Tables #47687
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Tables
Library name
Azure.Data.Tables
Please describe the feature.
Many of the Azure SDK packages have been making progress in becoming compatible with trimming for native AOT compilations. However, I see that
Azure.Data.Tables
has a few more issues to work through. When compiling a project of mine with<PublishAot>true</PublishAot>
, I encountered the following warning:Details for warning IL2091 can be found here: https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings/il2091
The text was updated successfully, but these errors were encountered: