Sean Kearon

Avatar
  • Total activity 216
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 74
  • Created

    [1659] Reorder type members seems broken

    Reorder type members with a custom reordering seems to be broken in 1659 when using a custom pattern.  It is no longer reordering members of creating the regions correctly.  Anyone else seeing the ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Resharper YouTrack logins not working

    I cannot use my JIRA login on the R# YouTrack (http://youtrack.jetbrains.net) like it says I can.  Am I missing something and should we be using YouTrack or JIRA?
    • 5 followers
    • 5 comments
    • 0 votes
  • Created

    [1602] Features are disabled under VS2008

    R#'s features are disabled after I've installed 1602.  In previous versions I could unload and reload R# from VS Tools | Add-in Manager, but this is no longer available.  Is there anything else I c...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    [1243] Bad pasting and file structure window

    I have two problems: Resharper | Code | Paste does not paste as it used to. Double-clicking a member in the File Structure window does not take me to the code location in the code editor. Both of t...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Correct Behaviour?

    Given the following:   public class Base   {      public virtual void DoSomething() {}   }   public abstract class Descendant : Base   {      public override void DoSomething()      {         base....
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    [1227] Naming rules support for C# standards

    Is there a way I can get the method/property naming rules to respect the C# guidelines regarding casing of acronyms?  For example, IncludeInUI gives an inspection warning.  I can add UI to the abbr...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    [1182] Class Never Instantiated, Partial Classes & IoC

    I create my winform forms from a central factory into which the forms are registered.  Hence I get a lot of Class Never Instantiated warnings thrown up.  With the winform form classes being partial...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    [1177] Lambda braces - strange behaviour?

    Starting with this ( | = insertion point ):         iAddBoard.ItemClick += (sender, args) => |         ribbon.ApplicationButtonDoubleClick += (sender, args) => Close(); Type { and you get the follo...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    [1176] Extract method brace cosmetics

    Extract method on the inner three lines below has braces layout that is incorrect.  Coming from:         boardTestBindingSource.CurrentItemChanged +=            (sender, args) =>               {   ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    [1169] Not helping to reference assemblies

    In a project, I declared a variable of a type that is declared in another project and I got the context action to help me add the reference to the project declaring the type.  When I built the proj...
    • 1 follower
    • 0 comments
    • 0 votes