ReSharper Cookbook
This section contains various tutorials that demonstrate how ReSharper can help you in a specific scenario.
- Automatically import namespaces
- Create a decorator
- Deal with a lot of entries in resource files
- Detect code issues in a build using ReSharper and TeamCity
- Detect possible NullReferenceExceptions
- Get assistance in migrating to new C# features
- Establish automated code review
- Find dead .NET code
- Fix inconsistent namespace naming
- Inspect the whole solution for naming style compliance
- Move classes into separate files in one go
- Quickly create a type
- Quickly internationalize a .NET application
- Quickly introduce using statements and try...catch blocks
- Reduce algorithm complexity and promote modularity
- Reorder code without the copy-paste fuss
- Review dependencies between projects
- Simplify object creation
- Sort out a mess of possible method signatures when you call it
- Speed up creation of unit tests
- View .NET Framework source code
Last modified: 08 March 2021