Federico Bridger
Federico Bridger
This may be silly question but... is there any way to determine if an Actor with a specific Id is Idle or Busy? It might be nice to have a...
Just to double check, Are you running the dapr sidecar? Or how are you launching the application?
Hi @halspang, can you or anyone else provide more information about why it was decided not to use an interface for IDaprClient. To be honest, this technical decision seems a...
I can see the benefit of extracting an interface for the `DaprClientBuilder` or `DaprClient` so it can be injected and mocked in the classes of the application we are building....
I am wondering if this is not just a dotnet-sdk but a more general issue affecting all SDKs. In which case, this issue should probably be moved to the dapr/dapr...
Removing or hardcoding the `version` from the controller route fixes the issue? ``` [Route("api/v1.0/[controller]")] ```
When developing Dapr applications locally, I would like to be able to hit the HEALTH endpoint and also the METRIC endpoint. Currently, this is not possible because the only PORT...
Hi @mukundansundar, how would I be able to contribute?
Just found this library. Really nice way of creating Regex expressions in a much more easy to read way. Thanks for building it!
Would it be feasible to tell Dapr to use a Key/Value file similar to the hosts file in Windows so it can locate each Service? ## Dapr-App-Location file ``` App1...