dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.12k stars 341 forks source link

Rev'ed Grpc.Net.Client PackageReference version for Dapr dotnet-sdk #1126

Closed MonkeyTennis closed 1 year ago

MonkeyTennis commented 1 year ago

Description

Updated the version of Grpc.Net.Client used by Dapr dotnet SDK.

Issue reference

This is an aggregation of the following PRs already known to the Dapr dotnet SDK team:

https://github.com/dapr/dotnet-sdk/pull/1123 https://github.com/dapr/dotnet-sdk/pull/1122 https://github.com/dapr/dotnet-sdk/pull/1121

Please reference the issue this PR will close: #[issue number]

See above

Please make sure you've completed the relevant tasks for this PR, out of the following list:

halspang commented 1 year ago

@MonkeyTennis - Can you fix your DCO? git commit --am -s should do it.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1126 (aa9e8b7) into master (c99475b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1126   +/-   ##
=======================================
  Coverage   67.22%   67.22%           
=======================================
  Files         170      170           
  Lines        5687     5687           
  Branches      605      605           
=======================================
  Hits         3823     3823           
  Misses       1723     1723           
  Partials      141      141           
Flag Coverage Δ
net6 67.15% <ø> (ø)
net7 67.15% <ø> (ø)
netcoreapp3.1 67.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

MonkeyTennis commented 1 year ago

@halspang done I think although it is my first DCO!

MonkeyTennis commented 1 year ago

@halspang any thoughts on when this could go in?