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

XML_Toolkit: Fix references to other DLLs #349

Closed
FraserGreenroyd opened this issue Sep 17, 2019 · 0 comments · Fixed by #350
Closed

XML_Toolkit: Fix references to other DLLs #349

FraserGreenroyd opened this issue Sep 17, 2019 · 0 comments · Fixed by #350
Assignees
Labels
type:compliance Non-conforming to code guidelines

Comments

@FraserGreenroyd
Copy link
Contributor

Broken rules:

DLLs should be referenced from the Build folder, not any other folder. For example:

<HintPath>..\..\BHoM_Engine\Serialiser_Engine\obj\Debug\Serialiser_Engine.dll</HintPath> is wrong

Suggestions to restore compliance:

Fix any DLLs to point to the right folder.

FYI @al-fisher I'm sure you'll know how I've found this 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:compliance Non-conforming to code guidelines
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant