Ryan Nowak
Ryan Nowak
@halspang - can you double check whether this is done or not?
Thanks for the feedback @cgillum Irrespective of this actual proposal ... I'd recommend using https://github.com/dapr/dotnet-sdk/blob/master/src/Dapr.Client/DaprClient.cs#L75 to create an `HttpClient` and just using the standard .NET APIs. There's a wealth of...
> Oh, that's even better! The next problem I needed to tackle was how to customize the parsing of the return value. Going with `HttpClient` directly will make that _much_...
You need the appId of the destination - not the current app. As for the endpoint - how is that configured today? That has to be configured by whomever put...
@cgillum - if you want to try and explain what you're doing, probably help you better to figure out the best path. Building frameworks is really a different thing than...
> Looking at some of the code in the SDK, it's my understanding that the endpoint is inferred using the DAPR_GRPC_PORT environment variable. Ideally, I wouldn't need to redundantly look...
Hi @tomkerkhove - thanks for the question. Your understanding of the facts is accurate. - Controllers see a new scope for each request - Actors see a single scope until...
@lefig - how are you launching the application? Is the code somewhere public we can see?
@jigargandhi - what's the user-visible impact of this? The format that we use to register reminders is an implementation detail. users work with .NET types like `TimeSpan`.
Thanks @karoldeland - this makes what you're proposing more clear. Can you answer one question for me? What features of the client factory do you need for your scenario? -...