8 implementations of IResourceWithEnvironment
Aspire.Hosting (4)
Aspire.Hosting.DevTunnels.Tests (1)
Aspire.Hosting.Kafka (1)
Aspire.Hosting.RabbitMQ (1)
Aspire.Hosting.Tests (1)
43 references to IResourceWithEnvironment
Aspire.Hosting (29)
ResourceBuilderExtensions.cs (24)
33public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, string? value) where T : IResourceWithEnvironment
50where T : IResourceWithEnvironment
74where T : IResourceWithEnvironment
96public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, Func<string> callback) where T : IResourceWithEnvironment
112public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Action<EnvironmentCallbackContext> callback) where T : IResourceWithEnvironment
127public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, Func<EnvironmentCallbackContext, Task> callback) where T : IResourceWithEnvironment
144where T : IResourceWithEnvironment
167where T : IResourceWithEnvironment
207public static IResourceBuilder<T> WithEnvironment<T>(this IResourceBuilder<T> builder, string name, IResourceBuilder<ParameterResource> parameter) where T : IResourceWithEnvironment
233where T : IResourceWithEnvironment
257where T : IResourceWithEnvironment
440where TDestination : IResourceWithEnvironment
467where TDestination : IResourceWithEnvironment
543where TDestination : IResourceWithEnvironment
563where TDestination : IResourceWithEnvironment
583where TDestination : IResourceWithEnvironment
625where TDestination : IResourceWithEnvironment
698where TDestination : IResourceWithEnvironment
708where T : IResourceWithEnvironment
838if (env is not null && builder.Resource is IResourceWithEndpoints resourceWithEndpoints and IResourceWithEnvironment)
2182where TResource : IResourceWithEnvironment, IResourceWithArgs
2238where TResource : IResourceWithEnvironment, IResourceWithArgs
2286where TResource : IResourceWithEnvironment, IResourceWithArgs
2331where TResource : IResourceWithArgs, IResourceWithEnvironment
Aspire.Hosting.Azure (3)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Orleans (5)
Aspire.Hosting.Qdrant (2)
Aspire.Hosting.Qdrant.Tests (1)
AspireWithNode.AppHost (1)