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