You have an assembly named Assembly1 that is written in C#. Assembly1 has a method named Method1.
You add a new method named Method2 to Assembly1. Method2 is a newer version of Method1 and must be used by applications in the future.
You need to ensure that if a developer builds a project that uses Method1, the developer is notified that Method1 is deprecated.
What should you do?
MrAnderson
Highly Voted 4 years, 11 months ago