Resharper
ReSharper Annotations. Can it be null?
Hi,
ReSharper is doing a great job when it comes to semantics of your code and control flow graph analysis. The special edge case I want to talk about is nullness analysis.
AsyncSuffix ReSharper extension
There is a tendency in a .NET world to build asynchronous CPU-bound or I/O-related API. We also can see that some APIs support both asynchronous and synchronous versions for backward compatibility reasons.
Sharing ReSharper settings and Live Templates
In my previous post, I’ve described how to create your own Live Templates for ReSharper. Today I’m going to tell you how to share your ReSharper settings and Live Templates with your team.
Custom live templates for ReSharper
Hi!
As a .NET developer I’m enjoying using an intelligent plug-in for Visual Studio which is called ReSharper. It saves me time, provides me with static analysis and generates code for me.