Chris Marisic
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 79
-
Created Ambigious reference errors again
I've been a resharper user since 3.x and this error has plagued R# since atleast then through out different versions.Something confuses resharper thinking there's multiple assemblies that it lights... -
Created Suggestion to html pencil tool on element nodes
When you select an element in html the pencil tool gives you a few options one of them being "Remove 'tag' and promote children", I think it would be useful if there was one for "Remove 'tag' and a... -
Created [2150] Resharper dangerously suggests removing location web.config elements
In a web.config usage of<location path="does not exist on disk"> <!--DO NOT REMOVE - this is needed to allow url replacement to redirect user to correct location--> <system.web> <authori... -
Created Rename on controller action did not update usage inside of RedirectToAction results
I had a controller action [HttpPost] public ActionResult Edit3(EditViewModel model) { .... return RedirectToAction("Edit3", new {id = model.Id}); }... -
Created [2150] Code clean up is dozens of times slower than R#5
Code clean up in standard cs files would be measured in minutes with 2150, where as with R#5 it would take seconds. -
Created Regarding Possible multiple enumeration of IEnumerable
This feature behaves in a strange way, mostly that it keeps producing warnings when that is completely the intent of the code.Some of the code I was working on today that triggered this messageretu... -
-
Created [2150] Inaccurate unmatched closing tag
From the Nuget Package: Web Matrix Loop Helper the documentation cshtml files have the following block of code @foreach (var item in movies.Track()) { if (Loop.First) { @:<table... -
Created Are signatures enabled for this discussion forum?
Are user signatures enabled for this discussion forum? I can't seem to find anywhere to set one. -
Created [2150] Throw New no intellisense and causes CPU thrashing
When I start typingThrow New ArgInstead of being presented with intellisense to select ArgumentException R# causes full core thrashing for 1 core (perfect 50% cpu usage), ram climbs 50MB~, no answe...