MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Support R# 5.1.2 #750

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install nightly build of Resharper 5.1.2
2. Open LoggingFacility.cs from the Castle Windsor solution
3. Resharper logs an exception originating from the Gallio Resharper plugin.

Stack trace is logged at Jetbrain's site:

http://youtrack.jetbrains.net/issue/RSPL-4077

Original issue reported on code.google.com by da...@gardiner.net.au on 14 Oct 2010 at 10:30

GoogleCodeExporter commented 8 years ago
This works around the NullReferenceException by falling back to the Assembly 
property. Stepping through the debugger verified that this is a viable 
alternative.

I've also updated the debugging notes with the steps I followed to get this to 
debug successfully.

Original comment by da...@gardiner.net.au on 14 Oct 2010 at 10:42

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 15 Oct 2010 at 12:55

GoogleCodeExporter commented 8 years ago
Patch applied, thanks :) Should be in 3.2.1 as well.

Original comment by grahamr...@gmail.com on 23 Oct 2010 at 2:19

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:54