RevitTestFramework icon indicating copy to clipboard operation
RevitTestFramework copied to clipboard

AdditionalResolutionDirectories for console app

Open sharadkjaiswal opened this issue 9 years ago • 2 comments

Purpose

This PR provides support for AdditionalResolutionDirectories parameter for the console app so that users can provide list of additional path to resolve the test assembly. This option can be accessed using add: parameter to the console app, this was already available on the GUI.

This PR also makes use of AssemblyResolver class implementation to resolve the assembly path as using by the GUI application.

Reviewer

  • [ ] @Randy-Ma

sharadkjaiswal avatar Mar 01 '16 04:03 sharadkjaiswal

@sharadkjaiswal Thanks for the effort! Except that the new setup binary can not verified here and several comments, LGTM!

Randy-Ma avatar Mar 02 '16 06:03 Randy-Ma

@Randy-Ma @sharadkjaiswal What's the state of this PR? Can we resolve the conflicts and merge this in?

QilongTang avatar Feb 03 '17 14:02 QilongTang