8 implementations of IResourceWithEnvironment
Aspire.Hosting (4)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.RabbitMQ (1)
Aspire.Hosting.Tests (1)
48 references to IResourceWithEnvironment
Aspire.Hosting (33)
ResourceBuilderExtensions.cs (28)
34public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, string? value) where T : IResourceWithEnvironment
51where T : IResourceWithEnvironment
75where T : IResourceWithEnvironment
97public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, Func<string> callback) where T : IResourceWithEnvironment
113public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Action<EnvironmentCallbackContext> callback) where T : IResourceWithEnvironment
128public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Func<EnvironmentCallbackContext, Task> callback) where T : IResourceWithEnvironment
145where T : IResourceWithEnvironment
168where T : IResourceWithEnvironment
208public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, IResourceBuilder<ParameterResource> parameter) where T : IResourceWithEnvironment
234where T : IResourceWithEnvironment
258where T : IResourceWithEnvironment
441where TDestination : IResourceWithEnvironment
468where TDestination : IResourceWithEnvironment
544where TDestination : IResourceWithEnvironment
564where TDestination : IResourceWithEnvironment
584where TDestination : IResourceWithEnvironment
626where TDestination : IResourceWithEnvironment
699where TDestination : IResourceWithEnvironment
709where T : IResourceWithEnvironment
852if (env is not null && builder.Resource is IResourceWithEndpoints resourceWithEndpoints and IResourceWithEnvironment)
2252where TResource : IResourceWithEnvironment, IResourceWithArgs
2308where TResource : IResourceWithEnvironment, IResourceWithArgs
2356where TResource : IResourceWithEnvironment, IResourceWithArgs
2401where TResource : IResourceWithArgs, IResourceWithEnvironment
2428where TResource : IResourceWithEnvironment, IResourceWithArgs
2452where TResource : IResourceWithEnvironment, IResourceWithArgs
2473where TResource : IResourceWithEnvironment, IResourceWithArgs
2495where TResource : IResourceWithEnvironment, IResourceWithArgs
Aspire.Hosting.Azure (3)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Maui (2)
Aspire.Hosting.Orleans (5)
Aspire.Hosting.Qdrant (2)
Aspire.Hosting.Qdrant.Tests (1)