Sean Kearon

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

    [804] Exceptions

    I get the following when typing in a solution with a single class library project. (Wouldn't connect automatically, so am posting it here.)JetBrains.Util.LoggerException: Could not load type 'Jet...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    [804] Drops Out

    I'm working in a Winforms project and R# is just stopping. VS is not affected and there is no error raised. The symptom is I the File Structure window displays the XML of the resx file and all re...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    [804] Quick Fix Not Presenting

    In a winforms project, I cut and paste a custom control, (manually) rename the old control name to the new control name in the designer file and in the code file. I am now in the code file looking...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    [572] Bad Type Reordering

    Pragma lines get lost when reordering on fields with the following. I cannot consistently reproduce this, but typically the pragma disable will be removed or the pragmas will not span the lines th...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [548] Backing Field Smart Tag Request

    When creating a property as below I get a smart tag to 'Add method return'. It would be nice to have the 'Add backing field' and 'Default body template' available here too, as they are when you ch...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [548] Backing Field Naming

    When I generate a property and then a backing field it doesn't seem to respect my naming conventions. private void comboCategories_SelectedIndexChanged(object sender, EventArgs e) { ...
    • 4 followers
    • 7 comments
    • 0 votes
  • Created

    [543] Create Class from Generic Signature Request

    I have the following base: public abstract class Base<TRequest, TResponse, TArgs> : IGenericServiceProvider where TRequest : class, new() where TResponse : class, new() where TArgs...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    3.0 C# Edition - Package Load Failure

    I'm having problems with VS - I can't get R# to load properly. I've uninstalled and reinstalled, but still get the following message:"Package Load FailurePackage 'Visual Studio Environment Menu Pa...
    • 2 followers
    • 7 comments
    • 0 votes
  • Created

    [451] WF XAML Parsing

    When using a workflow in Workflow Foundation (in VS2005) with the workflow expressed in XAML, the execute handler (codeActivity1_ExecuteCode) in the code file is marked as being never used, which i...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    [351] - Signature of Generic Delegated Method

    I have a (winforms) control that contains another control. When I alt+ins and then delegate a generic method from the contained control, I get the following:Method in the contained control: p...
    • 2 followers
    • 3 comments
    • 0 votes