-
-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress obsolete warnings on Mono #974
Comments
Could also be that we should ignore on the generated classes. Also on that note, we should probably now remove the obsolete XmlPoke methods. |
@devlead We call the obsoleted methods in the generated aliases. I think that is the problem. We should also invest in a way of tracking stuff that we obsolete. Like when we obsoleted it (what version). |
a warning version and error version options to attribute perhaps. |
@devlead Not a bad idea. Let me think some more about this. |
GH974: Supress obsolete warnings from generated code
Mono seems to care about obsoleted aliases even though they only exist in generated code and isn't explicitly called. We could work around this by creating a custom attribute for aliases like
CakeObsoletedAliasAttribute
.The text was updated successfully, but these errors were encountered: