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

MailTarget: fix "From" errors (bug introduced in NLog 4.3.2) #1411

Merged
merged 1 commit into from
Apr 28, 2016

Conversation

304NotModified
Copy link
Member

@304NotModified 304NotModified commented Apr 28, 2016

  • Removed OpenExeConfiguration, which could lead to errors. (bug introduced in NLog 4.3.2)
  • try-catch for reading SmtpSection.
  • fixed ordening (Targetsettings takes preference over app.config)
  • MailSettings should not be public (only in 4.3.2)
  • Improve checking of "From" and overriding
  • Improve test cases.

fixes #1407

@304NotModified 304NotModified force-pushed the improve-mail-from-property branch 5 times, most recently from be8b3dd to 59d9952 Compare April 28, 2016 19:23
@304NotModified 304NotModified added the bug Bug report / Bug fix label Apr 28, 2016
@304NotModified 304NotModified added this to the 4.3.3 milestone Apr 28, 2016
- try-catch for reading SmtpSection.
- MailSettings should not be public (only in 4.3.2)
- Improve checking of "From" and overriding
- Improve test cases.
@codecov-io
Copy link

Current coverage is 75.45%

Merging #1411 into master will decrease coverage by -0.10%

@@             master      #1411   diff @@
==========================================
  Files           267        267          
  Lines         15977      15990    +13   
  Methods           0          0          
  Messages          0          0          
  Branches       1720       1724     +4   
==========================================
- Hits          12072      12065     -7   
- Misses         3497       3516    +19   
- Partials        408        409     +1   
  1. File ...argets/MailTarget.cs was modified. more
    • Misses -2
    • Partials 0
    • Hits +2
  2. File .../BaseFileAppender.cs (not in diff) was modified. more
    • Misses +9
    • Partials -1
    • Hits -8

Powered by Codecov. Last updated by aa0126e

@304NotModified
Copy link
Member Author

:( Codecov still buggy

@304NotModified 304NotModified merged commit e052b10 into master Apr 28, 2016
@304NotModified 304NotModified deleted the improve-mail-from-property branch May 7, 2016 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report / Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants