8000 .NET SDK has some runtime folders that can probably be trimmed · Issue #49005 · dotnet/sdk · GitHub
[go: up one dir, main page]

Skip to content

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

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

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

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

tmds opened this issue Jul 1, 2022 · 4 comments
Labels
untriaged Request triage from a team member

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
@tmds
Copy link
Member Author
tmds commented May 16, 2025

Update for .NET 10. The SDK has these win folders:

./sdk/10.0.100-preview.5.25263.6/DotnetTools/dotnet-watch/10.0.100-preview.5.25263.6/tools/net10.0/any/runtimes/win
└── lib
    └── net10.0
        ├── System.Diagnostics.EventLog.Messages.dll
        ├── System.ServiceProcess.ServiceController.dll
        └── System.Windows.Extensions.dll
./sdk/10.0.100-preview.5.25263.6/DotnetTools/dotnet-format/runtimes/win
└── lib
    └── net10.0
        ├── System.Diagnostics.EventLog.dll
        ├── System.Diagnostics.EventLog.Messages.dll
        ├── System.Security.Cryptography.Pkcs.dll
        └── System.Windows.Extensions.dll
./sdk/10.0.100-preview.5.25263.6/runtimes/win
└── lib
    └── net10.0
        ├── System.Diagnostics.EventLog.dll
        ├── System.Diagnostics.EventLog.Messages.dll
        ├── System.Security.Cryptography.Pkcs.dll
        └── System.ServiceProcess.ServiceController.dll
./sdk/10.0.100-preview.5.25263.6/FSharp/runtimes/win
└── lib
    └── net10.0
        ├── System.Diagnostics.EventLog.dll
        ├── System.Diagnostics.EventLog.Messages.dll
        └── System.Security.Cryptography.Pkcs.dll

cc @ViktorHofer @baronfel

@ViktorHofer ViktorHofer transferred this issue from dotnet/installer May 16, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged Request triage from a team member label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants
0