What's the costs of unused assembly references?

后端 未结 3 733
野性不改
野性不改 2021-01-17 22:03

I was wondering what the various costs of referencing assemblies in a .NET solution are. I\'m interested in both technical and organizational costs.

Some examples:

3条回答
  •  Happy的楠姐
    2021-01-17 22:11

    In my opinion the organizational overhead for me (and my co-workers) to even think about unused references (why do we need XML here?) is enough motivation to remove them. Consequently, I have never considered the impact on deployment or performance.

提交回复
热议问题