ravibpatel / AutoUpdater.NET

AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.
MIT License
3.01k stars 766 forks source link

使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater #689

Open sunxiaotianmg opened 2 months ago

sunxiaotianmg commented 2 months ago

使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater

AutoUpdater,cs--->721行:if (updateForm.ShowDialog(_owner).Equals(DialogResult.OK))

提示不支持次平台

sunxiaotianmg commented 2 months ago

经过测试: FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false

sunxiaotianmg commented 2 months ago

经过测试: FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false 这样就可以提示下载了

ravibpatel commented 2 months ago

Which .NET version are you using?