Phillip Hoff

Results 141 comments of Phillip Hoff

@mshashi0306 Can you be more specific about what you've tried, what error or unexpected behavior you're getting, and what versions of Dapr runtime, Dapr SDK, and .NET you're using. Dapr...

That's a good question; the feature request is still in the "backlog" at the moment. I don't have any insight into the Aspire schedule so I don't know what the...

It's unfortunate that there's no way to refer to a generic type's generic types, so we can't generate something along the lines of `TActivity.TOutput WorkflowContext.CallActivity(TActivity.TInput input, /* ... */) where...

@WhitWaldo I wonder about the notion of not having *some* sort of "list keys" operation, even if perhaps optional (for those backing stores that truly cannot support it) or well...

@ram-devsecops Is this specific to Dapr NuGet packages or use of .NET on Amazon Linux in general? (The logs don't indicate use of Dapr, in particular.). If the latter, I'd...

Some initial thoughts on the shape of a possible implementation: - To align with the "component specific clients" approach, creation of a new `Dapr.PublishSubscribe` (`Dapr.Messaging`?) package - Creation of a...

> Looking at the protos, the extension is implemented as a Struct, so that might be most easily implemented as a Dictionary, though I think it'd do developers a courtesy...

@WhitWaldo There's a start of my thinking in this branch: https://github.com/dapr/dotnet-sdk/tree/philliphoff-streaming-subs (I had started thinking about this a bit before you self-assigned the issue; feel free to borrow, build-upon, or...

@WhitWaldo For me it's finding a balance between individual purpose and repo/package maintainability. I'm not sure I'm convinced yet that having separate packages for, say, key/value store clients and cache...