Some ASP.NET Core shared framework assemblies are no longer crossgenned. #60174
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
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:
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 atartifacts/obj/aspnetcore-sfx/Release/linux-x64/R2R
.cc @dougbu
The text was updated successfully, but these errors were encountered: