Mrjul0

Avatar
  • Total activity 63
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 27
  • Created

    [2157] Find Usages causes deadLock on XAML file

    Hello,On build 2157, I got a dead lock while doing a "find usages" action on a C# member in a WPF project. Files were scanned and the progression dialog stopped on a XAML file. I tried to cancel th...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    About assembly analysis

    I'd like to ask a few questions around assembly analysis in ReSharper.ReSharper has always slowed down the build process, that's a fact. However, I have the impression that it's much worse in R# 6 ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Please install R# as a pkgdef file for VS2010

    Hello,It'd be great if ReSharper was installed as a .pkgdef file in VS2010. Those files are merged at runtime into the registry by VS, that way you don't have to register R# to the registry directl...
    • 4 followers
    • 7 comments
    • 0 votes
  • Created

    [Build 922] [Bug] Blank R# Windows

    When opening ReSharper tool windows that are in auto-hide mode (that is, mouse hover the tab), they appear to be completely blank from the second opening and onwards. See the attached screenshot.Th...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [XAML] ResourceDictionary descendants are not read by R#

    Hello,I have a simple class MyResourceDictionary inheriting from ResourceDictionary, with the following code (simple test to reproduce the problem):// Assembly: Testnamespace Test { public class M...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    [Bug] XAML: DynamicResource

    Hello,ReSharper shows blue squiggly for a {DynamicResource MyResource} when MyResource does not exist. But that is precisely why I use DynamicResource here : to defer the lookup to run-time, becaus...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Where are Assertion methods in R#4.0?

    Hello,I am using a custom assertion method, and have a problem with it.LoginPart loginPart = App.Current.MainWindow.CurrentPart as LoginPart;Utils.Assert(loginPart != null);loginPart.SetStatusText(...
    • 5 followers
    • 13 comments
    • 0 votes
  • Created

    Object initializer completion

    Hello,I think R# should only show properties and fields in autocompletion list when using C# 3.0 object initializer syntax.Example:MyType obj = new MyType { // R# lists every possible thingThere ca...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    VS2008: Disable Resharper on .NET 3.5 projects.

    I am using Visual Studio 2008 Beta 1 (and since today, beta 2), and would like to know if there is someway to automaticly disable ReSharper on .NET 3.5 projects, since its does not recognize C# 3.0...
    • 4 followers
    • 9 comments
    • 0 votes