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

Some ASP.NET Core shared framework assemblies are no longer crossgenned. #60174

Open
tmds opened this issue Feb 3, 2025 · 1 comment
Open
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Comments

@tmds
Copy link
Member

tmds commented Feb 3, 2025

As part of our test suite, we have a test that checks .NET's dlls are R2R compiled.

This is no longer the case for these shared framework assemblies:

Microsoft.AspNetCore.Metadata.dll
Microsoft.AspNetCore.ResponseCaching.Abstractions.dll

For the composite framework they are still crossgenned. The build is producing these composite crossgenned assemblies at artifacts/obj/Microsoft.AspNetCore.App.Runtime.Composite/Release/linux-x64/. They are not produced for the shared framework at artifacts/obj/aspnetcore-sfx/Release/linux-x64/R2R.

cc @dougbu

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 3, 2025
@dougbu
Copy link
Member

dougbu commented Feb 4, 2025

@tmds I'm not on the ASP.NET team these days. what question did you have for me here❓

/cc @wtgodbe in case you need ASP.NET build team help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

No branches or pull requests

2 participants