Ensure that Resharper does not remove the partial modifier from JSON contexts.

This commit is contained in:
2022-12-16 20:27:54 +00:00
parent d9cc6df3a7
commit 29c1776fab
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ namespace Aaru.CommonTypes.Metadata;
[JsonSourceGenerationOptions(WriteIndented = true, DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
IncludeFields = true)]
[JsonSerializable(typeof(ResumeJson))]
// ReSharper disable once PartialTypeWithSinglePart
public partial class ResumeJsonContext : JsonSerializerContext {}
public class ResumeJson