Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sunxiaotianmg opened this issue Jun 1, 2024 · 3 comments
Open

Comments

@sunxiaotianmg
Copy link

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

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

提示不支持次平台

@sunxiaotianmg
Copy link
Author

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

@sunxiaotianmg
Copy link
Author

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

@ravibpatel
Copy link
Owner

Which .NET version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants