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?
Environment
Issue description
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