9 implementations of IResourceWithEnvironment
Aspire.Hosting (4)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Foundry (1)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.RabbitMQ (1)
Aspire.Hosting.Tests (1)
74 references to IResourceWithEnvironment
Aspire.Hosting (39)
ResourceBuilderExtensions.cs (32)
36public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, string? value) where T : IResourceWithEnvironment
55where T : IResourceWithEnvironment
95where T : IResourceWithEnvironment
119public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, Func<string> callback) where T : IResourceWithEnvironment
136public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Action<EnvironmentCallbackContext> callback) where T : IResourceWithEnvironment
152public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Func<EnvironmentCallbackContext, Task> callback) where T : IResourceWithEnvironment
170where T : IResourceWithEnvironment
195where T : IResourceWithEnvironment
236public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, IResourceBuilder<ParameterResource> parameter) where T : IResourceWithEnvironment
263where T : IResourceWithEnvironment
289where T : IResourceWithEnvironment
545where TDestination : IResourceWithEnvironment
559where TDestination : IResourceWithEnvironment
634where TDestination : IResourceWithEnvironment
652where TDestination : IResourceWithEnvironment
676where TDestination : IResourceWithEnvironment
703where TDestination : IResourceWithEnvironment
788where TDestination : IResourceWithEnvironment
809where TDestination : IResourceWithEnvironment
830where TDestination : IResourceWithEnvironment
883where TDestination : IResourceWithEnvironment
959where TDestination : IResourceWithEnvironment
969where T : IResourceWithEnvironment
1114if (env is not null && builder.Resource is IResourceWithEndpoints resourceWithEndpoints and IResourceWithEnvironment)
2539where TResource : IResourceWithEnvironment, IResourceWithArgs
2596where TResource : IResourceWithEnvironment, IResourceWithArgs
2645where TResource : IResourceWithEnvironment, IResourceWithArgs
2692where TResource : IResourceWithArgs, IResourceWithEnvironment
2721where TResource : IResourceWithEnvironment, IResourceWithArgs
2757where TResource : IResourceWithEnvironment, IResourceWithArgs
2788where TResource : IResourceWithEnvironment, IResourceWithArgs
2826where TResource : IResourceWithEnvironment, IResourceWithArgs
Aspire.Hosting.Azure (3)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.CodeGeneration.Go.Tests (3)
Aspire.Hosting.CodeGeneration.Java.Tests (3)
Aspire.Hosting.CodeGeneration.Python.Tests (3)
Aspire.Hosting.CodeGeneration.Rust.Tests (3)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (3)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Foundry (1)
Aspire.Hosting.JavaScript.Tests (1)
Aspire.Hosting.Maui (2)
Aspire.Hosting.Orleans (5)
Aspire.Hosting.PostgreSQL.Tests (1)
Aspire.Hosting.Qdrant (2)
Aspire.Hosting.Qdrant.Tests (2)