使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater
Opened this issue · 3 comments
sunxiaotianmg commented
使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater
AutoUpdater,cs--->721行:if (updateForm.ShowDialog(_owner).Equals(DialogResult.OK))
提示不支持次平台
sunxiaotianmg commented
经过测试:
FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false
sunxiaotianmg commented
经过测试: FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false
这样就可以提示下载了
ravibpatel commented
Which .NET version are you using?