Merge branch 'net5'

This commit is contained in:
goaaats 2022-06-29 11:55:03 +02:00
commit fe3b487a05
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
55 changed files with 1809 additions and 872 deletions

View file

@ -190,6 +190,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public LogEventLevel LogLevel { get; set; } = LogEventLevel.Information;
/// <summary>
/// Gets or sets a value indicating whether to write to log files synchronously.
/// </summary>
public bool LogSynchronously { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether or not the debug log should scroll automatically.
/// </summary>
@ -261,6 +266,12 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool PluginSafeMode { get; set; }
/// <summary>
/// Gets or sets a value indicating the wait time between plugin unload and plugin assembly unload.
/// Uses default value that may change between versions if set to null.
/// </summary>
public int? PluginWaitBeforeFree { get; set; }
/// <summary>
/// Gets or sets a list of saved styles.
/// </summary>