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

Grpc.Tools: Parse warnings from libprotobuf (fix #27502) #30371

Merged
merged 2 commits into from
Sep 5, 2022

Commits on Jul 21, 2022

  1. issue 27502 - parse warning from libprotobuf

    The warnings and errors logged by some of the pluggins such as the csharp
    plugin are in a different format from other warnings etc logged by the
    protobuf compiler (the plugins use GOOGLE_LOG to log message).
    The parsing code in Grpc.Tools has been modified to correctly parse these
    so that warnings are no longer handled as errors.
    tonydnewell committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2515f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Fix typos in comments

    tonydnewell committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b255cee View commit details
    Browse the repository at this point in the history