-
Notifications
You must be signed in to change notification settings - Fork 15
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
Assemblies and namespaces reorganised #737
Conversation
/azp run Revit_Toolkit.CheckCore |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Revit_Toolkit.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiles and works. The code looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiles and works. The code looks good.
/azp run Revit_Toolkit.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiles without problems, the refactoring LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds well and tested,
LGTM
Issues addressed by this PR
Closes #517
Test files
Standard macro tests on SharePoint - everything should work as before.
IMPORTANT: Since this PR changes folder and assembly names, it is recommended to clean the Revit_Toolkit GitHub folder as well as clean the BHoM/Assemblies before testing.
Changelog
BH.Revit.Adapter.Core
BH.Revit.Engine.Core
SetTags
andSetIdentifiers
methods were centralized inside Revit_Core_Engine, unused messages have been removedRevitUIAdapter
has been renamed toRevitListenerAdapter
BH.oM.Adapters.Revit.Interface
namespace has been eliminated with all interfaces being moved across to their relevant subnamespacesAdditional comments
Although the PR is massive, it should not change the mechanics of the code by any means. Thanks to the fact that most of the code base is not exposed by any of the UIs, almost no versioning was needed.
@FraserGreenroyd due to the change in assembly structure, I would expect following issues;
Happy to assist with resolving these 🤖