Show error dialog for missing runtime/framework (dotnet/core-setup#8509)
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Fri, 18 Oct 2019 16:38:13 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2019 16:38:13 +0000 (09:38 -0700)
commitc17bb033f9d7aaf228ded299080873761cbad435
treec5e1503bf0cf2ee79e621d71ed1c117e443eb6d2
parent4d82434a82bda1cb2639703d5a970fc6ee1ef0c0
Show error dialog for missing runtime/framework (dotnet/core-setup#8509)

Commit migrated from https://github.com/dotnet/core-setup/commit/346b717dc7be7f9b3c2554d883d26e8f33977b86
src/installer/corehost/cli/apphost/CMakeLists.txt
src/installer/corehost/cli/apphost/apphost.windows.cpp [new file with mode: 0644]
src/installer/corehost/cli/apphost/apphost.windows.h [new file with mode: 0644]
src/installer/corehost/cli/deps_format.cpp
src/installer/corehost/cli/fxr/fx_resolver.messages.cpp
src/installer/corehost/cli/fxr_resolver.cpp
src/installer/corehost/common/utils.cpp
src/installer/corehost/common/utils.h
src/installer/corehost/corehost.cpp
src/installer/test/HostActivation.Tests/Constants.cs
src/installer/test/HostActivation.Tests/PortableAppActivation.cs