加载项文件中存在巨大的 AboutIconData 块

发布于 2024-07-14 04:21:49 字数 124 浏览 7 评论 0原文

在我为 Visual Studio 生成的 .addin 文件中,我在 AboutIconData 属性下获得了大量二进制数据。 谁能建议为什么这些数据随着时间的推移而不断增长,以及我是否可以安全地删除它?

In my generated .addin files for visual studio, I get really huge chunks of binary data under the AboutIconData property. Can anyone suggest as to why this data keeps on growing with time, and whether I can safely remove it?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聆听风音 2024-07-21 04:21:50

它只是以 Base64 编码的图标,我从未见过数据随着时间的推移而变大。 (但另一方面,我几乎从未修改过该文件,并且它只能由源代码控制读取)

Its only the icon encoded in Base64, I never seen that data get bigger over time. (but on the other hand The file I hardly ever modified and its read only by the source control)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文