File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <PackageReference Include =" Google.Protobuf" Version =" 3.17.3" />
1616 <PackageReference Include =" Grpc" Version =" 2.38.1" />
17+ <PackageReference Include =" Grpc.Core" Version =" 2.38.1" />
1718 <PackageReference Include =" Grpc.Tools" Version =" 2.38.1" IncludeAssets =" runtime; build; native; contentfiles; analyzers; buildtransitive" />
1819 <PackageReference Include =" Newtonsoft.json" Version =" 13.0.1" />
1920 <PackageReference Include =" Grpc.Net.Client" Version =" 2.38.0" />
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ public class Builder
5151 private object payload ;
5252 public Builder ( )
5353 {
54- this . id = null ;
55- this . payloadType = null ;
54+ this . id = "" ;
55+ this . payloadType = "" ;
5656 this . payload = Common . Util . ObjToStruct ( new Dictionary < string , string > ( ) ) ;
5757 }
5858 public Builder Id ( string id )
You can’t perform that action at this time.
0 commit comments