I found the asminfo task today and fell in love. It solved a few
problems I was having with signing assemblies and paths to the key file.
I was frustrated by the fact that it always generates the
AssemblyInfo.cs file even if there are no changes. This causes the
csc/vbc task to build the project even if only the AssemblyInfo class
has been updated. This is clearly an annoyance during development
builds. 
 
Attached is an updated  that compares the present AssemblyInfo.<x> to
the one being generated. If they are different it writes the new code
one out to disk.
 
This file is updating the .84 release. Sorry I did not compare to the
latest cvs. Also, I did not add a switch to make this behavior optional.
This post is just to feel out well this enhancement would be received. I
am willing to create a decent patch. Let me know if there is interest in
this feature.

Kevin Miller

Attachment: AssemblyInfoTask.cs
Description: AssemblyInfoTask.cs

Reply via email to