Skip to content

Investigate native AOT compatibility #1110

@martincostello

Description

@martincostello

Is your feature request related to a specific problem? Or an existing feature? Please describe.

ASP.NET Core 8 is making investments in supporting native AOT scenarios. In the case of APIs using Polly, we should ensure that we are also native AOT-friendly.

Describe your proposed or preferred solution:

Polly is fully usable with native AOT (or with known, documented, limitations).

Potential changes we may have to make include:

  • annotations for trimming
  • changes to any use of reflection

Describe any alternative options you've considered:

Do nothing.

Any additional info?

ASP.NET Core blog post

Metadata

Metadata

Labels

aotRelates to native AoT supportenhancementv8Issues related to the new version 8 of the Polly library.

Type

No type
No fields configured for issues without a type.

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions