mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Ensure that Resharper does not remove the partial modifier from JSON contexts.
This commit is contained in:
@@ -47,6 +47,7 @@ namespace Aaru.Settings;
|
||||
[JsonSourceGenerationOptions(WriteIndented = true, DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
|
||||
IncludeFields = true)]
|
||||
[JsonSerializable(typeof(DicSettings))]
|
||||
// ReSharper disable once PartialTypeWithSinglePart
|
||||
public partial class SettingsContext : JsonSerializerContext {}
|
||||
|
||||
/// <summary>Settings</summary>
|
||||
|
||||
Reference in New Issue
Block a user