gitextensions / GitExtensions.GerritPlugin

Git Extensions plugin providing integration with Gerrit Code Review.
MIT License
9 stars 8 forks source link

[NBug] Method not found: 'System.Collections.Generic.IReadOnlyList... #71

Open tkingsbury42 opened 1 year ago

tkingsbury42 commented 1 year ago

Environment

Issue description

System.MissingMethodException: Method not found: 'System.Collections.Generic.IReadOnlyList`1<GitUIPluginInterfaces.IGitRef> GitUIPluginInterfaces.IGitModule.GetRefs(Boolean, Boolean)'.
   at GitExtensions.GerritPlugin.FormGerritPublish.FormGerritPublishLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at GitUI.GitExtensionsForm.OnLoad(EventArgs e)
   at GitExtensions.GerritPlugin.FormGerritBase.OnLoad(EventArgs e)
   at GitExtensions.GerritPlugin.FormGerritPublish.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at ResourceManager.GitExtensionsFormBase.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

Unable to Push using the Gerrit plugin

Steps to reproduce

Attempting to push a commit with the Gerrit plugin

Did this work in previous version of GitExtensions?

No problems in version 3.5.4

Diagnostics

No response

duplicates-detector-bot[bot] commented 1 year ago

Potential duplicates:

tkingsbury42 commented 1 year ago

This is still a problem for me in Git Extensions 4.1.0.16698