We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AutoUpdater,cs--->721行:if (updateForm.ShowDialog(_owner).Equals(DialogResult.OK))
提示不支持次平台
The text was updated successfully, but these errors were encountered:
经过测试: FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false
Sorry, something went wrong.
经过测试: FodyWeavers.xml配置文件里必须设置 UseRuntimeReferencePaths='true',不能设置为false 这样就可以提示下载了
Which .NET version are you using?
No branches or pull requests
使用Costura.Fody压缩后的wpf应用,无法使用AutoUpdater
AutoUpdater,cs--->721行:if (updateForm.ShowDialog(_owner).Equals(DialogResult.OK))
提示不支持次平台
The text was updated successfully, but these errors were encountered: