Hi,
I wonder that the obsolete attribute is checked at only runtime?
Think that you have two assemblies. Assembly A uses a method from Assembly B. After that we mark the method in Assembly B as obsolete which causes a compile time error when compiling assembly A.
No problem so far but the question is whether the older assembly A continue to work with new Assembly B or not? Thanks