InstalledSize should be in kilobytes#3366
Merged
NikolaMilosavljevic merged 1 commit intodotnet:release/10.0.1xxfrom Nov 15, 2025
Merged
InstalledSize should be in kilobytes#3366NikolaMilosavljevic merged 1 commit intodotnet:release/10.0.1xxfrom
NikolaMilosavljevic merged 1 commit intodotnet:release/10.0.1xxfrom
Conversation
akoeplinger
approved these changes
Nov 14, 2025
Member
Author
|
Infra change, affecting package metadata only. |
fa3a60c
into
dotnet:release/10.0.1xx
10 checks passed
Member
Author
|
/backport to release/10.0.2xx |
Contributor
|
Started backporting to |
Member
Author
|
/backport to main |
Contributor
|
Started backporting to |
This was referenced Nov 15, 2025
Member
Author
|
@mmitche this is needed for 10.0.101. What is necessary to get it in that release? Would it just get included when we fork for |
Member
|
Backport into release/10.0.1xx if your change goes in today or later this week into release/10.0.101 when the branch got created. |
akoeplinger
added a commit
to dotnet/arcade
that referenced
this pull request
Nov 21, 2025
The Installed-Size field got fixed in dotnet/dotnet#3366 to be kilobytes instead of bytes. Update the test to reflect that.
akoeplinger
added a commit
to dotnet/arcade
that referenced
this pull request
Nov 21, 2025
The Installed-Size field got fixed in dotnet/dotnet#3366 to be kilobytes instead of bytes. Update the test to reflect that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New DEB packaging tooling sets the
Installed-Sizeto a value in bytes.This is a regression from old tooling which was setting this to the value in kilobytes. Debian packages, unlike RPM ones, require that this be in kilobytes.
Notes
The value is calculated in
CreateMD5SumsFiletask and later consumed bydotnet/src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/installer.build.targets
Line 217 in 6317700
dotnet/src/arcade/src/Microsoft.DotNet.SignTool/src/ZipData.cs
Line 618 in 6317700
Testing
Verification build