开发者

Assembly Management in .NET, can we create our own "Assembly caches"?

开发者 https://www.devze.com 2023-01-30 09:00 出处:网络
Currently we have a group of projects deployed on a server run开发者_Python百科ning .NET.Most of the projects reference Assemblies between them.However since most developers for various reasons won\'t

Currently we have a group of projects deployed on a server run开发者_Python百科ning .NET. Most of the projects reference Assemblies between them. However since most developers for various reasons won't be given access to the GAC, we were wondering is there an easy way to create local "Assembly Caches" where groups of assemblies can be stored and used away from the Global Assembly Cache by projects with the know-how to access this cache? We thought about uniting the projects under one big project and creating one big bin directory, but we were wondering if someone has tried something else. Thanks!


You could hook assembly resolve and implement custom behaviour to your hearts' content.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号