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

@@ -50,6 +50,7 @@ public sealed partial class SaveDskF
public Guid Id => new("288CE058-1A51-4034-8C45-5A256CAE1461");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />