mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Removed JsonSerializable (typeof (Rune)) per @bdisp
This commit is contained in:
@@ -20,6 +20,5 @@ namespace Terminal.Gui;
|
||||
[JsonSerializable (typeof (Dictionary<ColorName16, string>))]
|
||||
[JsonSerializable (typeof (Dictionary<string, ThemeScope>))]
|
||||
[JsonSerializable (typeof (Dictionary<string, ColorScheme>))]
|
||||
[JsonSerializable (typeof (Rune))]
|
||||
internal partial class SourceGenerationContext : JsonSerializerContext
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user