-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Questions regarding ref folder in publish output #6310
Comments
/cc @pakrym |
Anyone? |
Wondering the same thing. If I set I'm trying to build docker images, and this folder doubles the space required for the image. EDIT Actually, removing |
There has been some discussion on this issue: https://github.com/aspnet/websdk/issues/123 |
Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label. |
This issue will now be closed since it has been labeled 'stale' without activity for 30 days. |
What is the point of the
refs
folder in publish output when targeting full framework only (net46
)?Why is the main applications exe file present as a copy in the
refs
folder?How does
preserveCompilationContext
interact with therefs
folder? Is it only relevant for core applications that contain MVC views? If I don't target core and have no MVC views (due to SPA) can i ommit this flag?Read through various issues but couldn't really get definitive answers, so it would be great if someone could shed a bit more light on this subject.
The text was updated successfully, but these errors were encountered: