docs-aspire icon indicating copy to clipboard operation
docs-aspire copied to clipboard

Dapr feedback

Open davidfowl opened this issue 1 year ago • 0 comments

Feedback for https://learn.microsoft.com/en-us/dotnet/aspire/frameworks/dapr?tabs=dotnet-cli

  1. builder.AddDapr(); is not required. It is added automagically when you use WithDaprSideCar
  2. WithDaprSidecar does not need the name specified, it's optional.
  3. The mega code sample show not show the most complex configuration, it should show the most basic configuration and then explain that more advanced configuration is possible with AddDapr and WithSideCar.
  4. We don't talk about using dapr components with the API. There are 2 strongly typed ones modeled using aspire APIs and then there are all of the yaml based OSS components.

davidfowl avatar May 22 '24 06:05 davidfowl