c# - Resharper wants me to implement an interface member that is implemented in WPF generated code -


simple class:

public partial class mainwindow {     public mainwindow()     {         this.initializecomponent();     } } 

class mainwindow underlined red, resharper complaining icomponentconnector.connect not implemented. checking file obj\debug\mainwindow.g.i.cs method there, , compiler not complain anything.

what missing? bug in r#? i've got many false solution errors @ moment - count useless.

update

problem persists after:

  1. removing _resharper files
  2. a fresh checkout source control

remove system.windows project references.

according docs icomponentconnector moved windowsbase system.xaml. think system.windows may involved, isn't documented.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -