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

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