We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DLLs should be referenced from the Build folder, not any other folder. For example:
Build
<HintPath>..\..\BHoM_Engine\Serialiser_Engine\obj\Debug\Serialiser_Engine.dll</HintPath> is wrong
<HintPath>..\..\BHoM_Engine\Serialiser_Engine\obj\Debug\Serialiser_Engine.dll</HintPath>
Fix any DLLs to point to the right folder.
FYI @al-fisher I'm sure you'll know how I've found this 😉
The text was updated successfully, but these errors were encountered:
#349 update references for compliance
792f724
173e398
FraserGreenroyd
Successfully merging a pull request may close this issue.
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 wrongSuggestions 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 😉
The text was updated successfully, but these errors were encountered: