Skip to content

[AOT] Remove usage of System.Linq.Expressions #46014

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

Closed
JamesNK opened this issue Jan 11, 2023 · 0 comments · Fixed by #46020
Closed

[AOT] Remove usage of System.Linq.Expressions #46014

JamesNK opened this issue Jan 11, 2023 · 0 comments · Fixed by #46020
Assignees
Labels
linker-friendliness Tracking linker friendliness NativeAOT

Comments

@JamesNK
Copy link
Member

JamesNK commented Jan 11, 2023

ASP.NET Core empty website shouldn't use System.Linq.Expressions.

Two reasons:

  • System.Linq.Expressions is reporting internal warnings. We want to eliminate those.
  • We don't want to bring in System.Linq.Expressions for size reasons.
@JamesNK JamesNK added linker-friendliness Tracking linker friendliness NativeAOT labels Jan 11, 2023
@JamesNK JamesNK self-assigned this Jan 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
linker-friendliness Tracking linker friendliness NativeAOT
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant