Skip to content

Always single layer? No caching? #613

Answered by baronfel
julioct asked this question in Q&A
Discussion options

You must be logged in to vote

Correct - you always get a single layer with all application assets.

We've definitely thought about using more layers for various kinds of dependencies:

  • Nuget package runtime​ assets
  • Static web assets
  • Assets from other projects
  • Etc

But unfortunately there's work that would need to be done in the .NET SDK itself to surface these categories in a way that's easier for containerization to consume. So we've been focusing more on the usability of the tech so far.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by baronfel
Comment options

You must be logged in to vote
1 reply
@baronfel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #612 on January 20, 2025 23:53.