Chris Marisic
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 79
-
Created Resharper doesn't respect MSTEST [ExpectedException]
Resharper doesn't respect MSTEST [ExpectedException] attribute. When a unit test is expected to throw an exception the R# test runner will inaccurately list the test as failed due to the thrown exc... -
Created Proper way to share code clean up
What is the proper way to share code clean up settings?Also why isn't there a share entire resharper configuration? It's quite frustrating having to configure settings for every solution, for every... -
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...