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

.NET SDK has some runtime folders that can probably be trimmed #14065

Open
tmds opened this issue Jul 1, 2022 · 3 comments
Open

.NET SDK has some runtime folders that can probably be trimmed #14065

tmds opened this issue Jul 1, 2022 · 3 comments

Comments

@tmds
Copy link
Member

tmds commented Jul 1, 2022

I've extracted .NET 7 preview 5 tar.gz for Linux.

The installation contains a number of win folders:

./sdk/7.0.100-preview.5.22307.18/Sdks/Microsoft.NET.Sdk.Publish/tools/net7.0/runtimes/win
./sdk/7.0.100-preview.5.22307.18/DotnetTools/dotnet-format/runtimes/win
./sdk/7.0.100-preview.5.22307.18/DotnetTools/dotnet-watch/7.0.100-preview.5.22307.7/tools/net7.0/any/runtimes/win
./sdk/7.0.100-preview.5.22307.18/FSharp/runtimes/win
./sdk/7.0.100-preview.5.22307.18/runtimes/win

These folders are probably not necessary on Linux and can be left out the SDK.

@tmds
Copy link
Member Author

tmds commented Jul 1, 2022

cc @crummel @MichaelSimons @omajid

@tmds
Copy link
Member Author

tmds commented Jul 8, 2022

cc @richlander

@richlander
Copy link
Member

Similar to:

I think it would be great if we could use .NET 7 source-build as a proof of concept for the future goals.

@marcpopMSFT marcpopMSFT changed the title .NET 7 preview 5 SDK has some runtime folders that can probably be trimmed .NET SDK has some runtime folders that can probably be trimmed Oct 22, 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