Skip to content
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

[AOT] Annotate Microsoft.AspNetCore.Http.Results for trimming and AOT #46075

Closed
JamesNK opened this issue Jan 13, 2023 · 0 comments · Fixed by #46082
Closed

[AOT] Annotate Microsoft.AspNetCore.Http.Results for trimming and AOT #46075

JamesNK opened this issue Jan 13, 2023 · 0 comments · Fixed by #46082
Assignees
Labels
area-web-frameworks *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels linker-friendliness Tracking linker friendliness NativeAOT
Milestone

Comments

@JamesNK
Copy link
Member

JamesNK commented Jan 13, 2023

Microsoft.AspNetCore.Http.Results is used by minimal API. It is currently unannotated. Because it is unannotated, minimal API apps that use results will get warnings from unresolved trimming and AOT issues in this assembly.

@JamesNK JamesNK added linker-friendliness Tracking linker friendliness NativeAOT area-web-frameworks *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels labels Jan 13, 2023
@JamesNK JamesNK self-assigned this Jan 13, 2023
@captainsafia captainsafia added this to the 8.0 milestone Jan 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 26, 2023
@wtgodbe wtgodbe modified the milestones: 8.0, 8.0.0 Oct 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-web-frameworks *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels linker-friendliness Tracking linker friendliness NativeAOT
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants