llblgenpro - Can you ignore LLBLGen header comments in TFS? -


i use llblgen pro version 4.2 generate data layer , tfs manage source code. when llblgen generates data layer prefixes every file comment block this:

' /////////////////////////////////////////////////////////////// ' // generated code.  ' ////////////////////////////////////////////////////////////// ' // code generated using llblgen pro version: 4.2 ' // code generated on: tuesday, 14 july 2015 7:42:47 a.m. ' // code generated using templates: sd.templatebindings.sharedtemplates ' // templates vendor: solutions design. ' // templates version:  ' ////////////////////////////////////////////////////////////// 

even if entity hasn't really changed since last version tfs notices file different , when review pending changes end whole lot of files functionally identical, have edit history.

this makes difficult find actual code changes.

is there way configure llblgen and/or tfs doesn't happen?

note: in llblgen can configure not emit date time when generates source code using setting:

project ->
settings ->
conventions ->
llblgen pro runtime framework ->
"tdl emit time date in output files"

this means comment block identical , there no actual code changes.

but tfs still notices file has 'changed' when hasn't.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -