-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure extensions libraries are marked <IsAotCompatible>true</IsAotCompatible> #4622
Comments
cc @eerhardt |
It seems like we need to at a minimum rebuild with this dotnet/runtime#93193 to get rid of the source gen warnings with options validation? |
@davidfowl right. You need dotnet/runtime#93193 to get rid of the trimming warnings. Could you please give it a try and let me know if you still see any case? |
I thought the extensions repo already picked recent version of the source gen. isn't the case? |
Contributes to dotnet#4622
Contributes to #4622 Co-authored-by: Eric Erhardt <[email protected]>
Was this intended to be fixed in 8.0.0? I'm seeing these warnings in an app using the 8.0.100 SDK and the 8.0.0 packages. |
I think there is still work to be done per #4625 |
#4625 is targeting the |
This was fixed with #4871. |
While trying to use the Http resilisnce library auth PublishAot I got warnings:
EnableReloads
Options Validation cc @tarekgh ?
We should do a pass and make sure that we avoid warnings to make sure its possible to use these libraries with NativeAOT.
The text was updated successfully, but these errors were encountered: