Implemented interface member:
property
Type
Aspire.Hosting.Dapr.IDaprComponentResource.Type
1 write to Type
Aspire.Hosting.Dapr (1)
DaprComponentResource.cs (1)
20this.Type = type;
3 references to Type
Aspire.Hosting.Dapr (3)
DaprDistributedApplicationLifecycleHook.cs (2)
378string componentPath = await (component.Type switch 382_ => throw new InvalidOperationException($"Unsupported Dapr component type '{component.Type}'.")
IDistributedApplicationBuilderExtensions.cs (1)
91context.Writer.WriteString("type", resource.Type);