You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI layout on disk after installation includes numerous ref directories. None of these, as far as I can tell, are required but were included because one is produced by default in build output since .NET 5 and thus they get included in the overall CLI layout.
We should look at tweaking the build properties to remove these directories as they simply add to the install time and on disk footprint of the CLI.
For 6.0.100, we should not include these in the sdk install. Separately, we should discuss not including them in the bin directory output at all on a build and the repercussions of that change.
The CLI layout on disk after installation includes numerous
ref
directories. None of these, as far as I can tell, are required but were included because one is produced by default in build output since .NET 5 and thus they get included in the overall CLI layout.We should look at tweaking the build properties to remove these directories as they simply add to the install time and on disk footprint of the CLI.
Note that changing the default for exe outputs to not produce a
ref
dir is being considered for .NET 6 #16193The text was updated successfully, but these errors were encountered: