You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resharper suggests to change a property with an explicit backing field to an auto-property even when that property is declared in an interface that specifies only the getter. Oviously, trying to make it automatically change the code to follow the suggestion, it generates an error:
Gives
Is this wanted? It seems confusing from a user standpoint