How To Make Or Mark Method Or Property Obsolete/Deprecated

How To Make Or Mark Method Or Property Obsolete/Deprecated

[Obsolete("This method is obsolete")] public void SomeMethod() { //do something; }

JetBrains ReSharper 3.0 Exceptions Trying to Edit Options

Trying to edit some ReSharper options I used to get an internal exception alerts. The first thing I thought about was reinstall of ReSharper. The problem is that simple reinstall was not effective. As ReSharper uninstall is not clean for some reason it leaves some garbage after itself. So I just searched my computer [...]