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

Set IsAotCompatible=true for Microsoft.AspNetCore.HeaderParsing #4914

Open
eerhardt opened this issue Jan 29, 2024 · 0 comments
Open

Set IsAotCompatible=true for Microsoft.AspNetCore.HeaderParsing #4914

eerhardt opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels
enhancement This issue represents an ask for new feature or an enhancement to an existing one

Comments

@eerhardt
Copy link
Member

With #4871 all projects in src/Libraries were marked as AOT compatible, so the trim and AOT analyzers run during the build.

The only library that couldn't be marked is Microsoft.AspNetCore.HeaderParsing. This is because it is blocked on dotnet/runtime#94547.

<!-- blocked by https://github.com/dotnet/runtime/issues/94547 -->
<IsAotCompatible>false</IsAotCompatible>

When the underlying runtime bug is fixed we should enable the config source generator in this library and mark it as AOT compatible.

@geeknoid geeknoid added enhancement This issue represents an ask for new feature or an enhancement to an existing one and removed untriaged labels Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

No branches or pull requests

2 participants