2 implementations of IResourceWithCustomWithReference
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsResource.cs (1)
17
public class AzureFunctionsProjectResource(string name) : ProjectResource(name),
IResourceWithCustomWithReference
<AzureFunctionsProjectResource>
Aspire.Hosting.Qdrant (1)
QdrantServerResource.cs (1)
10
public class QdrantServerResource : ContainerResource, IResourceWithConnectionString,
IResourceWithCustomWithReference
<QdrantServerResource>
5 references to IResourceWithCustomWithReference
Aspire.Hosting (3)
ApplicationModel\IResourceWithCustomWithReference.cs (1)
19
where TSelf : IResource,
IResourceWithCustomWithReference
<TSelf>
ResourceBuilderExtensions.cs (2)
656
&& i.GetGenericTypeDefinition() == typeof(
IResourceWithCustomWithReference
<>)
677
where TCustom : class, IResource,
IResourceWithCustomWithReference
<TCustom>
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsResource.cs (1)
21
static IResourceBuilder<TDestination>?
IResourceWithCustomWithReference
<AzureFunctionsProjectResource>.TryWithReference<TDestination>(
Aspire.Hosting.Qdrant (1)
QdrantServerResource.cs (1)
105
static IResourceBuilder<TDestination>?
IResourceWithCustomWithReference
<QdrantServerResource>.TryWithReference<TDestination>(