Whit Waldo
Whit Waldo
I copied several files from one project to another and then used Resharper to update the namespaces of the copied files. This immediately threw an exception as follows: > Metalama...
I was looking at the configuration building block trying to figure out whether I wanted to use it for a project I'm working on. At this point, while this block...
## In what area(s)? /area runtime ## Describe the feature Today, actor reminders are scheduled using a timespan; that is, how long from now should the reminder be triggered. This...
**Bicep version** Bicep CLI version 0.29.47 (132ade51bc) **Describe the bug** I'm typing out a Bicep file in Visual Studio Code and the schema it's using for a resource doesn't match...
I'd like to continue my running history of asking for design-time validation by adding a scenario I was just writing. I have a custom type for specifying some basic properties...
Thank you for helping make the Dapr documentation better! **Please follow this checklist before submitting:** - [X] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) -...
**What content needs to be created or modified?** While the documentation at [https://github.com/dapr/dotnet-sdk/blob/master/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-serialization.md](https://github.com/dapr/dotnet-sdk/blob/master/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-serialization.md) accurately describes the strong-typed version of the actor serialization, it could do more to indicate that JSON...
# Description For some time now, there's been an active discussion about how much the SDK should do in terms of handling serialization for developers. I'm in the camp that...
# Description Implements streaming subscription support as a discrete Dapr.Messaging package. This was based on the work done by @philliphoff [here](https://github.com/dapr/dotnet-sdk/tree/philliphoff-streaming-subs). The requirements call for a mechanism to return an...
During workflow/actor registration, validate metadata endpoint reflects actor-compatible state store
## Describe the feature A recurring concern was raised [in Discord](https://discord.com/channels/778680217417809931/778693130303832135/1296455192962928711) and then in https://github.com/dapr/dapr/issues/8208 indicating that it was unclear why the app would fail to start up during workflow...