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

Improve [Obsolete] warnings - include the Nlog version when it became obsolete #1814

Merged
merged 2 commits into from
Dec 4, 2016
Merged

Improve [Obsolete] warnings - include the Nlog version when it became obsolete #1814

merged 2 commits into from
Dec 4, 2016

Conversation

ie-zero
Copy link
Contributor

@ie-zero ie-zero commented Dec 4, 2016

Document on XML comment as well as the [Obsolete] attribute the NLog
version where a class, method or property was marked as obsolete.

This might help in the future releases to evaluate if an element should
be removed completely from the code and it provides the users with more
information.


This change is Reviewable

Document on XML comment as well as the [Obsolete] attribute the NLog
version where a class, method or property was marked as obsolete.

This might help in the future releases to evaluate if an element should
be removed completely from the code and provide the users with more
information.
@codecov-io
Copy link

codecov-io commented Dec 4, 2016

Current coverage is 82% (diff: 100%)

Merging #1814 into master will increase coverage by <1%

@@             master      #1814   diff @@
==========================================
  Files           274        275     +1   
  Lines         18256      18367   +111   
  Methods        2834       2846    +12   
  Messages          0          0          
  Branches       2091       2106    +15   
==========================================
+ Hits          14851      15001   +150   
+ Misses         2923       2887    -36   
+ Partials        482        479     -3   

Sunburst

Powered by Codecov. Last update 6b197e5...9e1adb6

@304NotModified
Copy link
Member

Good idea.

Maybe it's event better to use the real version (we should find it with git) and update #531?

Updated the XML documentation and the obsolete messages with the actual
versions that certain elements marked as obsolete.
@304NotModified 304NotModified added the enhancement Improvement on existing feature label Dec 4, 2016
@304NotModified 304NotModified added this to the 4.4 milestone Dec 4, 2016
@304NotModified
Copy link
Member

Thanks! Great work!

@304NotModified 304NotModified changed the title Document the Nlog version an element became obsolete Improve [Obsolete] warnings - include the Nlog version when it became obsolete Dec 4, 2016
@304NotModified 304NotModified merged commit f064b6c into NLog:master Dec 4, 2016
@ie-zero ie-zero deleted the Obsolete_MarkVersion branch December 10, 2016 17:49
304NotModified added a commit that referenced this pull request Apr 3, 2017
Updated T4 with changes from #1719 and #1814
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement Improvement on existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants