BHoM / BHoM_Adapter

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

File_Adapter: Pull from BSON not working #248

Closed alelom closed 1 year ago

alelom commented 3 years ago

Description:

The Pull from a BSON created by the File_Adapter does not work. The deserialization returns null always, at the following location: https://github.com/BHoM/BHoM_Adapter/blob/aaef1c19a8aef5f885cb51a1eb971c7f35fe39b8/File_Adapter/CRUD/Read.cs#L70

Steps to reproduce:

Just try to Push a BSON file and then pull it. The BSON file is created, but the Pull fails.

Test file(s):

https://burohappold.sharepoint.com/:u:/s/BHoM/ES-cCYjOX1NMpphr1dtnzSABxJ7Es5srw4TprnngpE9oyg?e=mE6esd

Additional notes

Applying low severity to this, as the feature is so little used that this bug has passed unnoticed for so long. Also, this feature will soon move in the Filing_Toolkit and this Adapter will probably be superseded.

alelom commented 1 year ago

Closing as non-relevant anymore since BSON functionality had been moved to the File_Toolkit (and then removed).