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 SelfLog when a configuration method is not found #368

Merged
merged 2 commits into from
Mar 21, 2023

Commits on Mar 16, 2023

  1. Improve SelfLog when a configuration method is not found

    List candidate methods only if there are any. Discovered this weird log while working on serilog#353:
    > Unable to find a method called WithThreadName. Candidate methods are:
    0xced committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ccf4dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Update src/Serilog.Settings.Configuration/Settings/Configuration/Conf…

    …igurationReader.cs
    
    Co-authored-by: Ivan Maximov <sungam3r@yandex.ru>
    0xced and sungam3r authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4ab71a9 View commit details
    Browse the repository at this point in the history