I need detect when exist any modification in c# code automaticaly generate with CSharpCodeProvider after generation.
Exist any build in solution? I can make my solution (adding a CRC in a comment)... but I search a built in solution provide by .NET framework.
I check #Pragma checksum, but its only detect modifications between source and binary.