加载项文件中存在巨大的 AboutIconData 块
在我为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它只是以 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)