You have an assembly named Assenbly1 that is written in C#. Assembly1 has a method named Hethodl.
You add a new method named Method2 to Assembly1. Hethod2 is a newer version of Methodl and must be used by applications in the future.
You need to ensure that if a developer builds a project that uses Hethodl, the developer is notified that Method1 is deprecated.
What should you do?
Currently there are no comments in this discussion, be the first to comment!