Skip to content
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

Implement ObsoleteAttributeWithoutReason analyzer #119

Closed
Vannevelj opened this issue Aug 6, 2015 · 0 comments
Closed

Implement ObsoleteAttributeWithoutReason analyzer #119

Vannevelj opened this issue Aug 6, 2015 · 0 comments
Milestone

Comments

@Vannevelj
Copy link
Owner

The [Obsolete] attribute should always contain a message to specify the reason and/or alternative: [Obsolete("Obsolete for reason X; use method Y instead")].

https://msdn.microsoft.com/en-us/library/aa664623(v=vs.71).aspx
https://msdn.microsoft.com/en-us/library/system.obsoleteattribute(v=vs.110).aspx

@Hosch250 Hosch250 mentioned this issue Aug 6, 2015
Vannevelj added a commit that referenced this issue Aug 6, 2015
Close #119.  Implement ObsoleteAttributeWithoutReason analyzer.
@Vannevelj Vannevelj added this to the v1.9.0 milestone Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants