I'd like to mark some specific properties in a foreign assembly that i'm referencing as obsolete. Is it possible to do so? Or is it possible to get a compiler warning/error if a specific property is used?
We have our own DateTime class for specific tests and i want everyone to use them and not the normal DateTime.Now and DateTime.Today properties.