Disable suggestion of converting IBaseImage.Info into an auto-property, it doesn't work there.

This commit is contained in:
2023-10-04 08:35:43 +01:00
parent ac79d1e94e
commit 4ad10115ef
63 changed files with 63 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public sealed partial class CopyQm
#region IMediaImage Members
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />