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:
- removing _resharper files
- 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
Post a Comment