Matthew Watson
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
-
Created Publishing a Click Once app from Visual Studio 2013 fails after upgrade to R# 8.2.0.2160
Publishing a Click Once app from Visual Studio 2013 fails after upgrade to R# 8.2.0.2160I have a completely reproducable issue that affects ALL ClickOnce apps:If I turn off R# I can publish and rep... -
Created How to turn off "Note" colour (but not "TODO" colour)
In the colour settings for Resharper there is a single entry for "TODO" which also affects the colour of comment lines that start with the word "Note".I do not wish comment lines that start with "N... -
Created [BUG REPORT] Incorrect Linq refactoring, Resharper version 5.1.1766.4
[BUG REPORT] Incorrect Linq refactoring, Resharper version 5.1.1766.4Consider the following code:using System;using System.Collections.Generic;namespace Demo{ class Program { static vo... -
Created Bug: Code completion not working inside #if DEBUG block
The code completion does not work for me when I'm typing inside a #if DEBUG block (even if the DEBUG configuration is currently selected in Visual Studio).Consider this code:using System;namespace ...