c# - referencing and storing the strong name externally for reuse -


I have a lot of assemblies that have been pointing to a spacing assembly within the same solution, unfortunately, to the assembly It is being pointed that he has been given a permanent name, so I will always keep the common key token in the assembly Info.cs files. Because there is no precompiler in C #, so how do I end this redundancy.

You have some simple ash options:

  1. Your AssemblyInfo.cs Make one continuous use of files rather than one verbal.
  2. Add this attribute to a shared file (example: CommonFriendAssemblies.cs) which is linked instead of being copied to your personal projects.

Something simple to manage # 1, but its unfortunate side effect.

# 2 is a bit more complicated for management, but it does not interfere with IntelliSense support.


Comments