What is the $RANDOM_SEED$ file generated by Visual Studio build of C# solution?
问题 We noticed that on a certain dev machine a Visual Studio (2015 update 3) debug build of a C# solution was generating a $RANDOM_SEED$ file alongside every built DLL. The content of the file is just a single number e.g. 1443972318 Deleting the file(s) then rebuilding resulted in the file being regenerated, with a different number. This behaviour was also observed when rebuilding a single project in the solution (one which has only the standard C# project refs/dependencies + System.Management).