Sean Kearon
- 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 ... -
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? -
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... -
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... -
Created Correct Behaviour?
Given the following: public class Base { public virtual void DoSomething() {} } public abstract class Descendant : Base { public override void DoSomething() { base.... -
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... -
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... -
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... -
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) => { ... -
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...