Skip to content

Commit

Permalink
Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31
Browse files Browse the repository at this point in the history
Note that the change in gRPC generation is *just possibly* breaking,
as it changes a constructor parameter type (to a base type). This is
far less likely to break anyone than changing a *method* parameter,
as method group conversions aren't involved. It also removes the
dependency on Grpc.Core from the generated code.
  • Loading branch information
jskeet committed Sep 24, 2020
1 parent f3f252d commit 0ca05f5
Show file tree
Hide file tree
Showing 490 changed files with 179,825 additions and 4,296 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ public partial class AnalyticsAdminServiceClient : grpc::ClientBase<AnalyticsAdm
{
/// <summary>Creates a new client for AnalyticsAdminService</summary>
/// <param name="channel">The channel to use to make remote calls.</param>
public AnalyticsAdminServiceClient(grpc::Channel channel) : base(channel)
public AnalyticsAdminServiceClient(grpc::ChannelBase channel) : base(channel)
{
}
/// <summary>Creates a new client for AnalyticsAdminService that uses a custom <c>CallInvoker</c>.</summary>
Expand Down
Loading

0 comments on commit 0ca05f5

Please sign in to comment.