1 write to PreserveExecutableLogs
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
233options.PreserveExecutableLogs = dcpPublisherConfiguration.GetValue<bool?>(nameof(options.PreserveExecutableLogs), options.PreserveExecutableLogs);
3 references to PreserveExecutableLogs
Aspire.Hosting (3)
Dcp\DcpHost.cs (1)
230if (_dcpOptions.PreserveExecutableLogs == true)
Dcp\DcpOptions.cs (2)
233options.PreserveExecutableLogs = dcpPublisherConfiguration.GetValue<bool?>(nameof(options.PreserveExecutableLogs), options.PreserveExecutableLogs);