将GitStash插件加载到Visual Studio 2015时,我收到以下错误。
System.MissingMethodException:找不到方法:' Void GitStash.ViewModels.RecommendedActionsViewModel..ctor(GitWrapper.IGitStashWrapper,TeamExplorer.Common.ITeamExplorerBase)'。 at GitStash.Sections.RecommendedActionsSection.Initialize(Object sender,SectionInitializeEventArgs e)at Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework.TeamExplorerSectionHost.Initialize(Object context)
System.MissingMethodException:找不到方法:' Void GitStash.ViewModels.StashesViewModel..ctor(GitWrapper.IGitStashWrapper,TeamExplorer.Common.ITeamExplorerBase,SecondLanguage.Translator)'。 at GitStash.Sections.StashesSection.Initialize(Object sender,SectionInitializeEventArgs e)at Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework.TeamExplorerSectionHost.Initialize(Object context)
我下载了源代码(https://github.com/scrubs767/GitStash)并编译并运行,并且能够使扩展程序在调试器创建的Visual Studio的实验版本中运行得很好。
我不确定如何调试这个,似乎其他一些人有问题,但维护者(和我自己)无法重现这个问题。
https://github.com/scrubs767/GitStash/issues/6
有什么方法可以跟踪它或开始调试它吗?
修改
所以我按照这个 post
运行了Fuslogvw.exe我得到的结果是 gist
似乎没有加载主GitStash扩展/ dll
https://gist.github.com/bmeverett/6d0fa03590f380844aeb70dc0ec5c7e4