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)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Mon, 13 Apr 2020 04:24:23 +0000 (13:24 +0900)
commit1528704f8927d175ee339857076c336c6edbc0fb
tree96c62b0a2d43d731e97febca763b1f5c61eb3eef
parent986b415f86e408ac411340ae1a586bd1c486de8f
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