Start with obselete attribute [Obsolete("Use othermethod instead of .thisMethod()", false)] // warning to client app In youe next to next release make it [Obsolete("Use othermethod instead of .thisMethod()", true)] // make it compiler error
2012-08-15 16:23
This blog is frozen. No new comments or edits allowed.
Start with obselete attribute
[Obsolete("Use othermethod instead of .thisMethod()", false)] // warning to client app
In youe next to next release make it
[Obsolete("Use othermethod instead of .thisMethod()", true)] // make it compiler error