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
479where TDestination : IResourceWithEnvironment
506where TDestination : IResourceWithEnvironment
590where TDestination : IResourceWithEnvironment
610where TDestination : IResourceWithEnvironment
630where TDestination : IResourceWithEnvironment
682where TDestination : IResourceWithEnvironment
757where TDestination : IResourceWithEnvironment
767where T : IResourceWithEnvironment
910if (env is not null && builder.Resource is IResourceWithEndpoints resourceWithEndpoints and IResourceWithEnvironment)
2310where TResource : IResourceWithEnvironment, IResourceWithArgs
2366where TResource : IResourceWithEnvironment, IResourceWithArgs
2414where TResource : IResourceWithEnvironment, IResourceWithArgs
2459where TResource : IResourceWithArgs, IResourceWithEnvironment
2487where TResource : IResourceWithEnvironment, IResourceWithArgs
2521where TResource : IResourceWithEnvironment, IResourceWithArgs
2551where TResource : IResourceWithEnvironment, IResourceWithArgs
2587where 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)