[ABIChecker] Add feature to check internal api changes (#424)
authorJay Cho <chojoong@gmail.com>
Fri, 31 Aug 2018 07:24:40 +0000 (16:24 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 31 Aug 2018 07:24:40 +0000 (16:24 +0900)
commit079f997068b68e4eed38ea9b1932f9e57d4024c8
tree4025616bbe0eb6a1558d81d0e0a37c0361cc8862
parenta0ea5fba6a46154104b6bf7bfbe714b64791195b
[ABIChecker] Add feature to check internal api changes (#424)

* [ABIChecker] Add feature to check internal api changes

* Add new fature that checks changed module

* Remove repeated code

* Rename the file

    - Remame the file name from ABITester.cs to ABIChecker.cs
    - Fix typo

* Remove unused files and code blocks

* Apply Review comments

    - Fix property name
    - Remove unnessassary try-catch statement
17 files changed:
tools/bin/ABIChecker/ABIChecker.deps.json
tools/bin/ABIChecker/ABIChecker.dll
tools/bin/ABIChecker/ABIChecker.pdb
tools/bin/ABIChecker/System.Composition.AttributedModel.dll [changed mode: 0644->0755]
tools/bin/ABIChecker/System.Composition.Convention.dll [changed mode: 0644->0755]
tools/bin/ABIChecker/System.Composition.Hosting.dll [changed mode: 0644->0755]
tools/bin/ABIChecker/System.Composition.Runtime.dll [changed mode: 0644->0755]
tools/bin/ABIChecker/System.Composition.TypedParts.dll [changed mode: 0644->0755]
tools/src/ABIChecker/ABIChecker.cs [new file with mode: 0644]
tools/src/ABIChecker/ABITester.cs [deleted file]
tools/src/ABIChecker/AssemblyChecker.cs [new file with mode: 0644]
tools/src/ABIChecker/Checker/AssemblyChecker.cs [deleted file]
tools/src/ABIChecker/Checker_ABI.sln [deleted file]
tools/src/ABIChecker/Program.cs
tools/src/ABIChecker/Properties/launchSettings.json [deleted file]
tools/src/ABIChecker/Utilities/ObjectUtil.cs [deleted file]
tools/src/ABIChecker/Utilities/ReflectionExtension.cs [deleted file]