While this normally should not happen (though can happen, especially when working with development files), XenForo could perform some basic sanity checks when buidling an Add-on release:
				
			- Are there phrases with a version id higher than the current version id of the Add-on?
 - Are there templates with a version id higher than the current version id of the Add-on?
 - Are all class extensions valid?
 - Are all code events valid?
 
		
		Upvote
		6