Practical Microservices with Dapr and Dotnet

Ch. 2

  • How do you scaffold debugging for Dapr in VS Code? "Dapr Scaffold Tasks"
  • How do you compound the debug configuration for multiple Dapr projects? "compounds" in launch.json
  • How do you attach to a running Dapr application with VS Code? "VS Code Core Attach" option
  • How do you configure the Dapr components in Tye? "tye init" and adding the dapr extension to tye.yaml

Backlinks