8 implementations of IResourceWithEnvironment
Aspire.Hosting (4)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.RabbitMQ (1)
Aspire.Hosting.Tests (1)
52 references to IResourceWithEnvironment
Aspire.Hosting (34)
ResourceBuilderExtensions.cs (28)
34public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, string? value) where T : IResourceWithEnvironment
51where T : IResourceWithEnvironment
91where T : IResourceWithEnvironment
113public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, Func<string> callback) where T : IResourceWithEnvironment
130public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Action<EnvironmentCallbackContext> callback) where T : IResourceWithEnvironment
146public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Func<EnvironmentCallbackContext, Task> callback) where T : IResourceWithEnvironment
163where T : IResourceWithEnvironment
186where T : IResourceWithEnvironment
226public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, IResourceBuilder<ParameterResource> parameter) where T : IResourceWithEnvironment
252where T : IResourceWithEnvironment
276where T : IResourceWithEnvironment
498where TDestination : IResourceWithEnvironment
526where TDestination : IResourceWithEnvironment
611where TDestination : IResourceWithEnvironment
631where TDestination : IResourceWithEnvironment
651where TDestination : IResourceWithEnvironment
703where TDestination : IResourceWithEnvironment
778where TDestination : IResourceWithEnvironment
788where T : IResourceWithEnvironment
931if (env is not null && builder.Resource is IResourceWithEndpoints resourceWithEndpoints and IResourceWithEnvironment)
2324where TResource : IResourceWithEnvironment, IResourceWithArgs
2380where TResource : IResourceWithEnvironment, IResourceWithArgs
2428where TResource : IResourceWithEnvironment, IResourceWithArgs
2473where TResource : IResourceWithArgs, IResourceWithEnvironment
2501where TResource : IResourceWithEnvironment, IResourceWithArgs
2535where TResource : IResourceWithEnvironment, IResourceWithArgs
2565where TResource : IResourceWithEnvironment, IResourceWithArgs
2601where TResource : IResourceWithEnvironment, IResourceWithArgs
Aspire.Hosting.Azure (3)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (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)