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