You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var options = new DaprRuntimeOptions(); // Defaults to the latest version, or provide a specific version to use
32
32
var componentsDirectory = Path.Combine(Directory.GetCurrentDirectory());
33
33
var harness = new DaprHarnessBuilder(options).BuildJobs(componentsDirectory);
34
34
await using var testApp = await DaprHarnessBuilder.ForHarness(harness)
@@ -38,7 +38,7 @@ docs:
38
38
```
39
39
installation: |
40
40
```bash
41
-
dotnet add package Dapr.TestContainers
41
+
dotnet add package Dapr.Testcontainers
42
42
```
43
43
description: |
44
44
Dapr is a CNCF and open-source project that enables developers with consistent application-level APIs to develop secure, scalable, and resilient cloud-native applications.
0 commit comments