Phillip Hoff

Results 141 comments of Phillip Hoff

@ypuQAQ Can you provide a more complete repro? Which sample are you running, how did you start it and Dapr, can you provide logs (especially with `--log-level debug` for the...

@andyfurniss4 It looks like `CloudEvent` automatically sets its type as `application/json` while the base `CloudEvent` type allows setting any type. If you're not using JSON, can you create your own...

@humandigital-ruud Are you still interested in pursuing this PR?

@andyfurniss4 I'd think I'd be ok with an additional, optional, argument to `CreateInvokeHttpClient()` that allows passing a delegating handler. That seems like it would be low impact to current users...

Yes, at the moment it goes to a private GH repo doc (as part of limited public/private preview). I'll see if there's a better place for it to go.

@TWEESTY If I understand correctly, the issue is that `CreateInvokeHttpClient()` stores the application ID in the `BaseAddress` property of the returned `HttpClient`, and that property is treated case-insensitively when it's...

> do you have any idea? @m3nax I haven't done a lot of unit testing with actors (calling actors), so I don't have an immediate answer. I wonder if one...

@siramvikram Refreshed my Raspberri Pi with the latest Trixie OS yesterday. I can install 9.0 and 10 (RC2) using the `dotnet-install.sh` script but `dotnet net` and `dotnet run` fail with...

@WhitWaldo Post-November '24 I think it will be easy to drop .NET 7 (which mostly wasn't directly targeted) and add .NET 9. Dropping .NET 6 at that point might be...

@WhitWaldo That's a fair concern (especially if we intend to keep support for versions past their LTS dates). One option might be to tweak the projects/targets such that only the...