2 writes to WatchEnabled
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
164
WatchEnabled
= bool.TryParse(_innerBuilder.Configuration["AppHost:Run:WatchEnabled"], out var watchEnabled) && watchEnabled
Aspire.Hosting.Tests (1)
OperationModesTests.cs (1)
230
RunConfiguration = new RunConfiguration {
WatchEnabled
= true }
7 references to WatchEnabled
Aspire.Hosting.Tests (7)
OperationModesTests.cs (7)
154
Assert.False(builder.ExecutionContext.RunConfiguration.
WatchEnabled
);
167
Assert.True(builder.ExecutionContext.RunConfiguration.
WatchEnabled
);
179
Assert.True(builder.ExecutionContext.RunConfiguration.
WatchEnabled
);
192
Assert.False(builder.ExecutionContext.RunConfiguration.
WatchEnabled
);
206
Assert.False(builder.ExecutionContext.RunConfiguration.
WatchEnabled
);
219
Assert.False(builder.ExecutionContext.RunConfiguration.
WatchEnabled
);
236
Assert.False(context.RunConfiguration.
WatchEnabled
);