19 references to IsRunMode
Aspire.Hosting (12)
DistributedApplicationBuilder.cs (2)
213
if (ExecutionContext.
IsRunMode
)
362
if (ExecutionContext.
IsRunMode
)
IDistributedApplicationBuilder.cs (2)
87
/// <see cref="DistributedApplicationExecutionContext.IsPublishMode"/> and <see cref="DistributedApplicationExecutionContext.
IsRunMode
"/>
94
/// An example of using the <see cref="DistributedApplicationExecutionContext.
IsRunMode
"/> property on the <see cref="IDistributedApplicationBuilder"/> via
ParameterResourceBuilderExtensions.cs (5)
117
/// <see cref="DistributedApplicationExecutionContext.
IsRunMode
"/> is <c>true</c>
129
if (persist && builder.ExecutionContext.
IsRunMode
&& builder.AppHostAssembly is not null)
279
/// The value will be saved to the app host project's user secrets store when <see cref="DistributedApplicationExecutionContext.
IsRunMode
"/> is <c>true</c>.
309
/// The value will be saved to the app host project's user secrets store when <see cref="DistributedApplicationExecutionContext.
IsRunMode
"/> is <c>true</c>.
327
if (builder.ExecutionContext.
IsRunMode
&& builder.AppHostAssembly is not null)
ProjectResourceBuilderExtensions.cs (3)
299
if (builder.ApplicationBuilder.ExecutionContext.
IsRunMode
&& builder.ApplicationBuilder.Environment.IsDevelopment())
410
if (builder.ApplicationBuilder.ExecutionContext.
IsRunMode
)
753
var host = builder.ApplicationBuilder.ExecutionContext.
IsRunMode
&&
Aspire.Hosting.Azure.ApplicationInsights (1)
AzureApplicationInsightsExtensions.cs (1)
66
else if (builder.ExecutionContext.
IsRunMode
)
Aspire.Hosting.Azure.Sql (1)
AzureSqlExtensions.cs (1)
228
if (distributedApplicationBuilder.ExecutionContext.
IsRunMode
)
Aspire.Hosting.Kafka (2)
KafkaBuilderExtensions.cs (2)
140
var bootstrapServers = context.ExecutionContext.
IsRunMode
218
var advertisedListeners = context.ExecutionContext.
IsRunMode
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
68
if (builder.ExecutionContext.
IsRunMode
)
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
345
if (context.ExecutionContext.
IsRunMode
&& config.GetValue<bool>("CODESPACES", false))
Aspire.Hosting.RabbitMQ (1)
RabbitMQBuilderExtensions.cs (1)
240
if (builder.ApplicationBuilder.ExecutionContext.
IsRunMode
)