Lee

- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Lee created a post, Build 2155 - Razor views totally messed up
Installed 2155 this morning, and it is pretty much UNUSABLE for editing Razor views now.It is not providing proper symbol coloring or highlighting in Razor, and it is causing Visual Studio's HTML5 ... -
-
Lee created a post, Code Analysis wrongly reports many errors when building under different configurations
I am often finding that when I have built a solution in Debug mode, code analysis will show no errors...THEN, if I subsequently build the same solution in Release mode, Code Analysis will go crazy ... -
-
Lee created a post, Another CSS3 wrongly reported error
Getting the following error when using the CSS3 calc function. Say I write this:.myClass {width:calc(100%-12px)} "Expected one of: <length>, <percentage>, auto, inherit."This should not happen, as ... -
Lee created a post, R# seems to frequently "forget" symbols for no reason.
So annoying. This tends to happen a lot, especially inside MVC view files.Quite frequently will be working along in a solution with no errors, then after some minor refactoring, the solution-wide a... -
Lee commented, -
Lee created a post, Errors on @font-face CSS declaration
Let's say I do this in a CSS file:@font-face { font-family: Treefrog; src: url('/Content/Fonts/treefrog.eot'); /* IE */ src: local('Treefrog'), url('/Content/Fonts/treefrog.ttf') format("true... -
Lee created a post, Code Analysis incorrectly interprets Write() method in code block
Let's say I do this in a view:<em> @if (bout.OurScore > bout.OpponentScore) { @:Win } else if (bout.OurScor... -