Skip to content
Docs Try Aspire

DaprComponentReferenceAnnotation

Record sealed net10.0
📦 CommunityToolkit.Aspire.Hosting.Dapr v13.0.0
Indicates that a Dapr component should be used with the sidecar for the associated resource.
namespace CommunityToolkit.Aspire.Hosting.Dapr;
public sealed record DaprComponentReferenceAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation,
System.IEquatable<CommunityToolkit.Aspire.Hosting.Dapr.DaprComponentReferenceAnnotation>
{
// ...
}
IResourceAnnotationIEquatable<DaprComponentReferenceAnnotation>