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

Composite R2R images. #7

Closed
voroninp opened this issue Jan 5, 2024 · 3 comments
Closed

Composite R2R images. #7

voroninp opened this issue Jan 5, 2024 · 3 comments

Comments

@voroninp
Copy link

voroninp commented Jan 5, 2024

ASP.NET Core Composite images provide a smaller size on disk while keeping the performance of the default ReadyToRun (R2R) setting. The caveat is that the composite images have tighter version coupling. This means the final app run on them cannot use handpicked custom versions of the framework and/or ASP.NET assemblies that are built into the composite binary. For a full technical description on how the composites work, we have a feature
doc here
.

How do I find out which assemblies and of what version?

@richlander
Copy link
Owner

https://github.com/dotnet/aspnetcore/blob/e1758535a7f9922a61a919ebbc26be06f70fa5a1/src/Framework/App.Runtime/src/PartialCompositeAssemblyList.txt

The version is the same version as the rest of the product.

@voroninp
Copy link
Author

voroninp commented Jan 8, 2024

Thanks. So effectively I should not even need to reference these assemblies separately as they are part of ASP.NET metapackage.

@richlander
Copy link
Owner

Right. Zero user gesture required. It's all automatic.

@voroninp voroninp closed this as completed Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants