ReSharper 2018.1 Help

Safe Delete Resource refactoring

ReSharper | Refactor | Safe Deleteā€¦
Alt+Delete
ReSharper_SafeDelete

If you are going to delete a resource, use the Safe Delete refactoring to ensure that the delete operation is safe. If there are no resource usages found, the resource will be deleted right away. Otherwise, ReSharper will show all resource usages, allowing you to edit the corresponding code. Removing usages marked with the ThemedIcon Error Screen Gray icon, will lead to compilation errors.

To safe delete resource safely

  1. Set the caret at the resource usage in a code file:
    Resources Refactorings Move Resource 01
    or at the resource name in a .resx file:
    Resources Refactorings Move Resource 03
  2. In the main menu, choose ReSharper | Refactor | Safe Delete or press Alt+Delete.
    • If there are no usages of this resource in code files, the refactoring is applied and resource declarations are removed from all .resx files.
    • If there are usages of this resource in code files, the Safe Delete Resource dialog opens showing all conflicts.
    Resources Refactorings Safe Delete 02
  3. If you have conflicts trying to safe-delete a resource, resolve them manually and click Refresh.
  4. When all conflicts are resolved and disappear from the dialog, click Next to apply the refactoring.
Last modified: 20 August 2018

See Also