You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet/runtime#94547 has been fixed in 9.0. We can now use the Configuration Binder in HeaderParsing.
This fixes the last AOT warning in the repo.
Fixdotnet#4914
dotnet/runtime#94547 has been fixed in 9.0. We can now use the Configuration Binder in HeaderParsing.
This fixes the last AOT warning in the repo.
Fix#4914
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.
extensions/src/Libraries/Microsoft.AspNetCore.HeaderParsing/Microsoft.AspNetCore.HeaderParsing.csproj
Lines 11 to 12 in a44a76e
When the underlying runtime bug is fixed we should enable the config source generator in this library and mark it as AOT compatible.
The text was updated successfully, but these errors were encountered: