We've ended up in a scenario where we have a DataType which depends on one of the built in Umbraco types, however the Guid Id that we have in our system does not match that in the uSync export XML files. As a result, trying to do an import fails with warnings. We're not sure how we ended up in this state?
It seems the Guid Ids for the built in types are static - so they should be consistent across different developers (we've confirmed this on another developer machine that our Ids are consistent).
Should we not use any of the built in data types when configuring our system?