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
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:
Describe any alternative options you've considered:
Do nothing.
Any additional info?
ASP.NET Core blog post