The title pretty much sums it up:
ReSharper claims various members are unused, when they are actually used as Model members in cshtml views.
I got carried away removing unused members in my code the other day (as suggested by ReSharper) only to determine that these members were actually totally necessary.
I use Visual Studio 2010, ReSharper Ultimate 2015.1, MS MVC 3, .NET 4.
Are there any elegant ways of getting ReSharper to stop tempting me to remove code that is used in the view?