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

Fixes bad log method generation in certain cases. #64311

Merged
merged 1 commit into from
Jan 26, 2022

Commits on Jan 26, 2022

  1. Fixes bad log method generation in certain cases.

    In certain cases when developer by mistake places ILogger, Exception, or LogLevel in the message template,  the code generator will produce the expected warning and makes sure the code will indeed compile and run correctly.
    
    Prior to this fix, the code generator would fail to compile with when either of ILogger, Exception or LogLevel were placed in message template incorrectly.
    
    Fixes dotnet#64310
    maryamariyan committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    39c972e View commit details
    Browse the repository at this point in the history