how would I formulate my query to target all the objects that are included in a stream? As far as I understand, the speckle api is able to exactly recreate the speckleobjects that were put in the stream, right? In this case, if I remove the fields or change their values i get either an error or no significant changes in the reply. I would be grateful for any guidance.
client.StreamGetObjectsAsync(streamId, "") blank query should return the full objects. There’s a bit more info on this aspect of the api here: https://speckle.systems/docs/developers/api-specs/ (see section on queries!)
check again for misbehaving dlls. maybe speckle got updated and carried along some non .net core ready kits again? as well, delete the bin and obj folders in your solution folder, clean solution, etc. to make sure nuget packs are as specified…
Indeed! The solution was to use the new versions for all of the projects, even if they did not reference speckle before. So all of them have to have version 1.7.0-wip of SpeckleCore and 1.3.2 of SpeckleCoreGeometry