Closed sunday866 closed 1 year ago
builder.Services.AddCaller(clientBuilder => { callerBuilder.UseDapr(client => client.AppId = "{Replace-With-Your-Dapr-AppID}"); });
应该为 builder.Services.AddCaller(callerBuilder=> { callerBuilder.UseDapr(client => client.AppId = "{Replace-With-Your-Dapr-AppID}"); });
是的,这里写错了,方便的话能否提个pr 🙏🙏
pr
builder.Services.AddCaller(clientBuilder => { callerBuilder.UseDapr(client => client.AppId = "{Replace-With-Your-Dapr-AppID}"); });
应该为 builder.Services.AddCaller(callerBuilder=> { callerBuilder.UseDapr(client => client.AppId = "{Replace-With-Your-Dapr-AppID}"); });