About 50 results
Open links in new tab
  1. asp.net mvc - What do YOU use ReSharper for? - Stack Overflow

    Jul 22, 2009 · ReSharper provides a huge set of tools beyond the simple refactorings it suggests. In addition to providing additional code auto-formatting capabilities, ReSharper provides an integrated …

  2. Resharper (Find and) fix all issues at once - Stack Overflow

    Yes, you can use ReSharper's "Cleanup Code" to remove redundant qualifiers (amongst other things). This is available from the context-menu when you right-click files, projects and folders in the Solution …

  3. c# - Resharper- Find all unused classes - Stack Overflow

    Jan 10, 2011 · First enable "Analyze Errors In Solution" (right-click on the Resharper icon in the status bar). Then right-click the solution node and select "Find Code issues". In the "Inspection results" tool …

  4. ReSharper "Cannot resolve symbol" even when project builds

    The ReSharper “CANNOT RESOLVE SYMBOL” errors are everywhere, but my project build process is successfully, and it works correctly. Additional Note: If I disable ReSharper Code Analysis, my …

  5. Is there a ReSharper or similar extension for Visual Studio Code ...

    Feb 9, 2022 · There are a large number of ways to lint or provide code suggestions or refactoring tips in VSCode, some baked-in or improved with the C# extension. But if I understand your question right, …

  6. ReSharper: dotCover Not Showing Unit Test Coverage

    Feb 25, 2022 · When running ReSharper: dotCover in Visual Studio 2019 v.16.11.10 with ReSharper v.2021.3.3, the coverage on the files is not shown/run. On the image, a snippet of the Unit Test …

  7. c# - What are some alternatives to ReSharper? - Stack Overflow

    May 14, 2010 · A lot of the ReSharper features were added into the Visual Studio 2010 core features. ReSharper, CodeRush, etc. have other features above and beyond Visual Studio for sure, but see …

  8. How to resolve incorrect "Ambiguous reference" from ReSharper on …

    The fix in the latest ReSharper build fixes the "Ambiguous Reference" problem, but breaks the custom build provider. The only way I could get both the build provider and base classes to work with …

  9. c# - Keyboard shortcuts are not active in Visual Studio with Resharper ...

    "Resharper 9 keyboard shortcuts not working in Visual Studio 2015" I had tried all possible resetting and applying keyboard schemes and found the answer from Yuri Fedoseev.

  10. Resharper - Inconclusive: test not run on debugging

    Jan 4, 2020 · I have an issue very similar to this one. Debugging any test in Resharper returns "Inconclusive: test not run". This occurs for every test, every solution, every project at my …