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

@@ -39,6 +39,7 @@ public class AtariLynx : IByteAddressableImage
public Guid Id => new("809A6835-0486-4FD3-BD8B-2EF40C3EF97B");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -39,6 +39,7 @@ public class GameBoy : IByteAddressableImage
public Guid Id => new("04AFDB93-587E-413B-9B52-10D4A92966CF");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -39,6 +39,7 @@ public class GameBoyAdvance : IByteAddressableImage
public Guid Id => new("0040DDEB-3902-4402-9028-62915C5AA81F");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -41,6 +41,7 @@ public class MasterSystem : IByteAddressableImage
public Guid Id => new("B0C02927-890D-41D0-8E95-C5D9A2A74131");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -54,6 +54,7 @@ public class Nes : IByteAddressableImage
public Guid Id => new("D597A3F4-2B1C-441C-8487-0BCABC509302");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -79,6 +79,7 @@ public class Nintendo64 : IByteAddressableImage
public Guid Id => new("EF1B4319-48A0-4EEC-B8E8-D0EA36F8CC92");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -81,6 +81,7 @@ public class SegaMegaDrive : IByteAddressableImage
public Guid Id => new("7B1CE2E7-3BC4-4283-BFA4-F292D646DF15");
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />

View File

@@ -25,6 +25,7 @@ public class SuperNintendo : IByteAddressableImage
#region IByteAddressableImage Members
/// <inheritdoc />
// ReSharper disable once ConvertToAutoProperty
public ImageInfo Info => _imageInfo;
/// <inheritdoc />