I came across some strange behavior with the SGEN tool that is used to generate classes from SGEN's.
In the class files that are generated by the tool, there is a comment at the top of the file it says that the file was generated using version 2.0.50727.xxxx
. Looking at the previous history of the file, this xxxx
number changes every time someone different rebuilds the file. Although this comment changes the attributes in the source that spec开发者_运维知识库ify the version of the tool, the actual tool used (2.0.50727.42
) remain consistent. This number has never matched to the number in the comment.
Until today, there was a 1:1 correlation between the builder and that number. However, today, the builder had it insert a number different from what he received in the past. He is using the same machine though and setup as before. I can't determine why this number would change and what would be causing this behavior.
Has anyone else observed similar behavior with SGEN or know what is causing it?
Is it bug with the code that generates that comment or is there a potential for a problem here?
精彩评论