What's the costs of unused assembly references?

后端 未结 3 740
野性不改
野性不改 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条回答
  •  庸人自扰
    2021-01-17 22:18

    If you use nothing from the assembly then they are stripped out when compiled so the cost is nothing.

提交回复
热议问题