Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我为 Visual Studio 生成的 .addin 文件中,我在AboutIconData属性下得到了非常大的二进制数据。谁能建议为什么这些数据会随着时间的推移而不断增长,以及我是否可以安全地删除它?
AboutIconData
它只是用 Base64 编码的图标,我从未见过随着时间的推移数据变得更大。(但另一方面,我几乎没有修改过的文件,它只被源代码控制读取)