Skip to content

Update gRPC, Protobuf package versions #56909

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

Merged
merged 5 commits into from
Jul 22, 2024
Merged

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Jul 20, 2024

Update templates to a more modern version.

  • Grpc.* (used by gRPC templates, gRPC JSON transcoding
  • Google.Protobuf (keep in sync with the reference from Grpc.AspNetCore)
  • Google.Api.Common.Protos (used by gRPC JSON transcoding)
  • Swashbuckle.AspNetCore (used by gRPC JSON transcoding Swagger package)

@JamesNK JamesNK added the area-grpc Includes: GRPC wire-up, templates label Jul 20, 2024
@JamesNK JamesNK requested review from wtgodbe and a team as code owners July 20, 2024 06:19
@JamesNK JamesNK requested review from BrennanConroy and amcasey July 20, 2024 07:33
@@ -58,7 +58,7 @@ internal sealed partial class JsonTranscodingProviderServiceBinder<TService> : S
_logger = loggerFactory.CreateLogger<JsonTranscodingProviderServiceBinder<TService>>();
}

public override void AddMethod<TRequest, TResponse>(Method<TRequest, TResponse> method, ClientStreamingServerMethod<TRequest, TResponse> handler)
public override void AddMethod<TRequest, TResponse>(Method<TRequest, TResponse> method, ClientStreamingServerMethod<TRequest, TResponse>? handler)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the old version missing nullable annotations?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, yes

@JamesNK JamesNK merged commit 20c68dc into main Jul 22, 2024
26 checks passed
@JamesNK JamesNK deleted the jamesnk/grpc-version-2.64.0 branch July 22, 2024 16:59
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0-preview7 milestone Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-grpc Includes: GRPC wire-up, templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants