Configuration
This commit is contained in:
parent
f703567aed
commit
6a9c9e006c
8 changed files with 72 additions and 20 deletions
|
|
@ -2,6 +2,7 @@ using System.Text.Json.Serialization;
|
|||
|
||||
namespace InkForge.Common.Properties;
|
||||
|
||||
[JsonSerializable(typeof(ApplicationSettings))]
|
||||
[JsonSerializable(typeof(IDictionary<string, object>))]
|
||||
[JsonSourceGenerationOptions(GenerationMode = JsonSourceGenerationMode.Metadata)]
|
||||
public partial class ConfigContext : JsonSerializerContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue