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