I have created a new SharePoint List instance in Visual Studio, but when deploying SharePoint solution, I got this Deployment Conflict dialog that tells me to resolve the conflict automatically.
Deployment conflicts were detected. Would you like Visual Studio to resolve them for you?
The URL or name of this list instance conflicts with a list instance already on the server. this list instance on the server will be deleted before deploying the new list instance.
If I clicked on "Resolve Automatically", the old SharePoint list with its content will be deleted and a new List instance will be created again from scratch!
How to deploy SharePoint list instance in Visual Studio without losing old data?