Chris Marisic
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 79
-
Created Why is code formatting not making this type a var?
using (Database db = new Database()){...}In my code clean up settings I havereplace direction: can change explicit to 'var' and vice versa'foreach' iterator declaration style: Use 'var' except for ... -
Created Resharper won't suggest NotImplementedException after throw new
When typing throw new and the Resharper dialog opens suggesting various exceptions to throw, NotImplementedException for some reason is not included in that list and requires me to manually type it... -
Created Rating drop between 2200 vs 2201??
What happened that caused such a massive drop in the ratings? 2200 is almost 5 stars. Are any of the voters here that voted on 2200 and 2201 so disparetly? -
Created Cache folder in solution or in temp folder should be install tool option
In my constant wrangling of Resharper builds I routinely end up with this setting mutated somehow along the way. I always want my R# files in the temp directory (honestly it should probably be the ... -
Created [2162] Tests no longer debuggable through test runner
Unit tests that are launched using the VS Test runner are no longer debuggable.Even after doing a complete solution clean, and rebuild, launching any unit tests as debug as results in the break poi... -
Created [2162] MicrosoftAjax.js and terminate all line endings
R# finds a bunch of lines that aren't terminated in MicrosoftAjax.js. When I ran "fix all in this file" Visual Studio locked up, took over a full cpu core, memory growth climbed to 1.8GB, eventuall... -
Created [2150] Test Runner is total choas
A picture is worth 1000 words. Just as a background, I created a new test project, created a new test class with the code as you can see with the 4 test methods. Rebuilt the project successful, the... -
Created The settings file has been changed externally
This isn't specific to 6 but it just occured to me now so I figured I would post it.Many times I work with 2, 3 or even 5 visual studios open all running resharper.When I close them all down someti... -
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...