Remove passthrough property on Options

This commit is contained in:
Matt Nadareski
2026-02-07 21:13:17 -05:00
parent 918e4bf1d1
commit 195d321bbe
2 changed files with 1 additions and 14 deletions

View File

@@ -34,6 +34,7 @@
- Further cleanup in Options
- Move dump settings next to execution contexts
- Introduce base dump settings type
- Remove passthrough property on Options
### 3.6.0 (2025-11-28)

View File

@@ -71,20 +71,6 @@ namespace MPF.Frontend
#endregion
#region Passthrough Properties
/// <summary>
/// All settings in the form of a dictionary
/// </summary>
/// TODO: Remove when Options is no longer relevant
[JsonIgnore]
public Dictionary<string, string?> Settings
{
get { return ConvertToDictionary(); }
}
#endregion
#region Constructors
/// <summary>