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

Reflection_Engine: Migrate Dummy and IsEqual methods to the Test Toolkit #1655

Merged

Conversation

adecler
Copy link
Member

@adecler adecler commented Apr 14, 2020

Closes #1653

Move those method to eliminate the dependency to the Kellerman Compare-Object library that is causing issues in code executed outside the BHoM assembly folder.

Test files

Just start Revit and make sure the error highlighted in issues #1653 is not present anymore.

@adecler adecler added the type:bug Error or unexpected behaviour label Apr 14, 2020
@adecler adecler added this to the BHoM 3.2 β MVP milestone Apr 14, 2020
@adecler adecler requested a review from enarhi April 14, 2020 08:23
@adecler adecler self-assigned this Apr 14, 2020
Copy link
Contributor

@FraserGreenroyd FraserGreenroyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 files removed and I can see those 4 files have been moved to this PR BHoM/Test_Toolkit#215 so I'm happy to approve this PR. However, I was never experiencing the clash that @enarhi @pawelbaran or @kThorsager were on the Revit UI, so I cannot say for certain that their issue is resolved, but I would be confident it is looking at the code changes in this PR.

@pawelbaran
Copy link
Member

I got rid of that by cleaning up all Build folders and rebuilding all assemblies and works fine for me now, so cannot test myself. @enarhi @kayleighhoude maybe you can give it a shot?

Copy link
Member

@kayleighhoude kayleighhoude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working for me now :)

@FraserGreenroyd
Copy link
Contributor

/azp run BHoM_Engine.CheckInstaller

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@FraserGreenroyd FraserGreenroyd merged commit 05cf13e into master Apr 14, 2020
@FraserGreenroyd FraserGreenroyd deleted the Reflection_Engine-#1653-MigrateDummyAndIsEqualMethods branch April 14, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reflection_Engine: Kellerman library causing load errors
4 participants