Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change adapter package to use tools directory #221

Closed
CharliePoole opened this issue Aug 26, 2016 · 0 comments · Fixed by #246
Closed

Change adapter package to use tools directory #221

CharliePoole opened this issue Aug 26, 2016 · 0 comments · Fixed by #246

Comments

@CharliePoole
Copy link
Contributor

Use of the lib directory creates unneeded references in the user project. At times, they cause problems, particularly in the case of the Mono.Cecil reference. For example, the user may want to reference a different version of that assembly than we use. In addition, this reference may give rise to duplicate definitions of System.Runtime.CompilerServices.ExtensionAttribute.

When the adapter was originally developed, use of the lib directory was required. However, it appears that this has not been true since VS2012. Too bad this stuff isn't documented anywhere!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant