Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What causes "unresolvable conflict(s)" when renaming in Visual Studio 2015?

I get an error that there are "unresolvable conflict(s)" when renaming certain identifiers in Visual Studio. What's causing this?

enter image description here

like image 866
Eric Eskildsen Avatar asked Jan 18 '26 13:01

Eric Eskildsen


1 Answers

The file was a temporary file opened from source control, not part of the solution. I assume Visual Studio was unable to determine all instances of the identifier from just the isolated file. Renaming the method in the actual project file succeeded with no issues.

like image 143
Eric Eskildsen Avatar answered Jan 20 '26 04:01

Eric Eskildsen