Rework dotnet executable (#204)
author김상욱/Common Platform Lab(SR)/Engineer/삼성전자 <swift.kim@samsung.com>
Mon, 13 Apr 2020 03:02:36 +0000 (12:02 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 13 Apr 2020 03:02:36 +0000 (12:02 +0900)
commit728356fda3ee62c5cc3690498ccd3254297d659b
tree96c62b0a2d43d731e97febca763b1f5c61eb3eef
parent440fd9210d3216c13500675d1b7a30d14b6e674d
Rework dotnet executable (#204)

* Re-implement dotnet binary

* Implement additional switches

* Remove corerun-related code from dotnet_launcher.cc

* Update code formatting

* Fix addAssembliesFromDirectories logic and refactor

* Fix the usage of depth parameter

* Organize command line options

* Minor fixes
NativeLauncher/inc/utils.h
NativeLauncher/launcher/exec/corerun.cc
NativeLauncher/launcher/exec/launcher.cc
NativeLauncher/launcher/exec/loader.cc
NativeLauncher/launcher/lib/dotnet_launcher.cc
NativeLauncher/launcher/lib/dotnet_launcher.h
NativeLauncher/tool/ni_common.cc
NativeLauncher/util/path_manager.cc
NativeLauncher/util/utils.cc