-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area-InstalldotnetupWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryuntriagedRequest triage from a team memberRequest triage from a team member
Description
When installing the .NET SDK or runtime, there may be existing versions of the muxer installed in the dotnet root. We should install a new one if it is newer than the existing one. Currently DotnetArchiveExtractor tries to do this but does it incorrectly by comparing SDK versions to runtime versions.
If possible, the right way to do this is to probably look at the file metadata for the existing version and the version coming from the new install, to determine which one is newer.
Metadata
Metadata
Assignees
Labels
Area-InstalldotnetupWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryWork items around the proposed `dotnetup` bootstrapper/toolchain management tool and libraryuntriagedRequest triage from a team memberRequest triage from a team member