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

Address a couple log generator issues. #4894

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Address a couple log generator issues. #4894

merged 1 commit into from
Jan 22, 2024

Commits on Jan 20, 2024

  1. Address a couple log generator issues.

    - Fix a bug where a tag provider attached to an enumerable parameter
    or property wouldn't behave as expected. Fixes #4883.
    
    - When an event id is not specified, instead of emitting 0 for the
    the id, we now hash the event name and/or method name. This matches
    the behavior of the generator in dotnet/runtime and is generally
    more useful.
    Martin Taillefer committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ba8f730 View commit details
    Browse the repository at this point in the history