VS extension to clean all 'bin' and 'obj' directories created during project compilation. The standard VS "Clean" command does not delete all of these items nor are they always recreated during project rebuild. This extension can be useful for solving problems with IntelliSense not recognizing methods or files (this sometimes happens with WPF or MAUI projects, e.g. "InitializeComponent()" method not found). Once installed, you'll find DeepCleanExtension commands under "Extensions" menu in VS.
Feel free to ask any question, open issues or contribute to this simple extension. References and examples for issues which can be resolved by this extension:
|