Skip to content

Implement Local Runtime Archive Installation #51098

@nagilson

Description

@nagilson

#50602 tracks the work involved in extracting and installing an SDK into a specified folder. It does not track the management of the installation or race conditions that could occur within an installer. That work only refers to the SDK archives. We should do similarly for the runtime archives, including but not limited to the aspnetcore runtime and windows desktop runtime. The logic should be quite similar for each of these, including the SDK.

The command to do so, whether it be dnup runtime install or not, is not pertinent to this issue. The command syntax can be modified at a later point because we should follow SOLID and have the installation logic layer separate from the command argument layer. Simply add the logic and a hidden command 'hook' to test the functionality.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions