BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 5 forks source link

Always assign new ids for objects being created #209

Closed IsakNaslundBh closed 4 years ago

IsakNaslundBh commented 4 years ago

NOTE: Depends on

Issues addressed by this PR

Closes #208

Removing check if object already has an AdapterId for objects to be created. See issue for more details, but this means new objects, set to be created, should always get a new id assigned, independent if they had one before or not.

Test files

@kThorsager do you have a link to the scripts giving you problems?

Changelog

Additional comments

IsakNaslundBh commented 4 years ago

/azp run BHoM_Adapter.CheckInstaller

azure-pipelines[bot] commented 4 years ago
Azure Pipelines successfully started running 1 pipeline(s).
IsakNaslundBh commented 4 years ago

Thanks @kThorsager ! Will run some final tests myself, then merge if things are fine