You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that in one of the solutions we share code between "normal" ASP.NET application that do service invocation via DaprClient, I wanted to ask what the accepted/recommended way would be. I mean is using
builder.Services.AddDaprClient();
the right approach? The reason for asking in the first place is because there are no Dapr client libraries references in the projects here... so I am wondering what version of Dapr is supposed to match, and whether actually that dual approach of bindings/triggers with DaprClient would work and if someone already did it (mixing DaprClient with this extension's bindings et al).
The text was updated successfully, but these errors were encountered:
Given that in one of the solutions we share code between "normal" ASP.NET application that do service invocation via DaprClient, I wanted to ask what the accepted/recommended way would be. I mean is using
builder.Services.AddDaprClient();
the right approach? The reason for asking in the first place is because there are no Dapr client libraries references in the projects here... so I am wondering what version of Dapr is supposed to match, and whether actually that dual approach of bindings/triggers with DaprClient would work and if someone already did it (mixing DaprClient with this extension's bindings et al).
The text was updated successfully, but these errors were encountered: