I’ve installed PostSharp on my machine, added PostSharp.dll to my dependencies folder and built my aspect attribute, which is works correctly. Now I am going to check-in my changes.
What would happen on build machine or my colleague's computers, when they would get the latest code but wouldn't have installed PostSharp.
Will the attributes just ignored? Or some errors during build or run-time would happen?