SyncToOfflineSchemaModel property being forced to TRUE
The latest version of Ready Roll (1.14.10.4533) is setting the SyncToOfflineSchemaModel to TRUE any time a SQL project is closed and reopened, no matter what it was set to before.
I understand the idea of a default, but this basically makes it mandatory.
I understand the idea of a default, but this basically makes it mandatory.
Tagged:
Best Answer
-
DavidRG Posts: 60 Bronze 4Sorry! We've just fixed this internally (PR#696) and the fix will ship next Tuesday.
The background is that we mis-interpreted the fAdded parameter in https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivssolutionevents.onafteropenproject.aspx to be a flag we can use to indicate new projects being added to the solution, but it is also set to true for projects being reloaded after an unload. We've fixed our code so this issue shouldn't happen when you upgrade to the version we ship next Tuesday