Have there been any major changes to the OpenStudio API with the 1.11.0 release? I have a bunch of previous code that works on 1.10.0 and 1.10.6 that doesn't seem to work with 1.11.0. Doing something as simple as model.getSpaces().count shows 0 for all models that I have updated to 1.11.0. I'm using the 64-bit bindings.
I noticed when loading a model in Visual Studio that the console application now parses and prints the whole osm file, but after this it starts displaying the following for certain classes: "[utilities.idf.idfOBject] <1> Could not convert 'DesignDay' to double".
Has there been a substantial change we need to be aware of or is anyone else noticing this behaviour? I'm seeing it in both Visual Studio and SharpDevelop for Revit when referencing the OpenStudio.dll