Windows Phone 7 应用程序中的 dotfuscator 和本地化

发布于 2025-01-06 13:35:54 字数 673 浏览 0 评论 0原文

我的 dotfuscor 有问题。 我正在使用具有本地化功能的应用程序,我绑定了如下数据:

Text="{Binding Path=Localizedresources.Foo, Source={StaticResource LocalizedStrings}}"

或者

Header="{Binding Localizedresources.Today, Mode=OneWay}" DataContext="{StaticResource LocalizedStrings}"

问题是,dotfuscator不喜欢这个,我收到消息例如:

XamlAnalysis flagged something in Resource Main.g.resources\mainpage.xaml at (111, 55) for the following reasons: Binding expression {Binding Localizedresources.Today, Mode=OneWay} :Could not resolve, may have to manually exclude.

但我不知道如何修复它,甚至不知道如何排除它,因为我不知道在哪一步错误就像“字符串加密”。

怎么解决这个问题?

i have a problem with the dotfuscor.
I'm using a app with localization and i bind the data like:

Text="{Binding Path=Localizedresources.Foo, Source={StaticResource LocalizedStrings}}"

or

Header="{Binding Localizedresources.Today, Mode=OneWay}" DataContext="{StaticResource LocalizedStrings}"

the problem is, that dotfuscator dont likes this and i get the message e.g.:

XamlAnalysis flagged something in Resource Main.g.resources\mainpage.xaml at (111, 55) for the following reasons: Binding expression {Binding Localizedresources.Today, Mode=OneWay} :Could not resolve, may have to manually exclude.

but i dont know how to fix it or even how to exclude this because i dont know in which step the error is like "string encryption".

how to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文