Chris Marisic
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 79
-
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... -
Created [2150] Cannot disable access error for Url.Content path not found
Url.Content("~/docs/ex.csv")When a Controller has Url.Content with a location that Resharper doesn't think exists it will error the line. However clicking the red tick mark to move to the error lea... -
Created [2150] Inaccurate Ambigious invocation MVC3
The following code block produces a red error in R# <% #if !DEBUG %> <script src="<%:Links.Scripts.ga_js %>" type="text/javascript"></script> <% #endif %>The error claims it's a...