Static analysis is a powerful feature of Visual Studio that helps us to spot syntax and semantic errors in our code. It works very well on currently edited file and runs on the whole solution as one of the compilation stages. But it would be a waste of time to run compilation every time you make changes that affect code outside currently edited file, only to check that you didn't cause any compilation errors. Luckily, Resharper comes to the rescue with...
Strona głównaNarzędzia
Narzędzia 3301 dni, 16 minut temu 78 pokaż kod licznika zwiń
Podobne artykuły:
- ReSharper 5.0 + Visual Studio 2010 - Windows Live
- 04. Tabela routingu | codingtv(); - video-blog programistyczny
- Jakub Gutkowski | Jakub Gutkowski - ReSharper, VS2010, TFS i praca offline
- Fody ciekawa ptaszyna – część 1 | Wojtek Pitek about dev
- 01. Narzędzia, planowanie
- Wtyczki do Reshaprera 4.x
- [EN]CQRS snippets · Cezary Piątek Blog
- Wygraj ReSharpera/dotCover z codingtv();!
- ReSharper – all you need is… refactoring & code templates! – part 2 – A Girl Among Geeks
- Testuj na 8 rdzeniach!
- [EN] Find unused private and public methods with Resharper | chrisseroka