mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Disable suggestion of converting IBaseImage.Info into an auto-property, it doesn't work there.
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -25,6 +25,7 @@ public class SuperNintendo : IByteAddressableImage
|
||||
#region IByteAddressableImage Members
|
||||
|
||||
/// <inheritdoc />
|
||||
// ReSharper disable once ConvertToAutoProperty
|
||||
public ImageInfo Info => _imageInfo;
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user