diff --git a/CdOffsetDto.cs b/CdOffsetDto.cs
index f023b5c..b07ea84 100644
--- a/CdOffsetDto.cs
+++ b/CdOffsetDto.cs
@@ -30,12 +30,14 @@
// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
+using System.Diagnostics.CodeAnalysis;
using Aaru.CommonTypes.Metadata;
namespace Aaru.Dto;
///
/// DTO from a CD drive read offset
+[SuppressMessage("ReSharper", "UnusedMember.Global")]
public class CdOffsetDto : CdOffset
{
/// Build an empty DTO
diff --git a/DeviceDto.cs b/DeviceDto.cs
index 03fa192..449c86c 100644
--- a/DeviceDto.cs
+++ b/DeviceDto.cs
@@ -33,11 +33,13 @@
// ReSharper disable VirtualMemberCallInConstructor
using System.Collections.Generic;
+using System.Diagnostics.CodeAnalysis;
using Aaru.CommonTypes.Metadata;
namespace Aaru.Dto;
/// DTO for known device
+[SuppressMessage("ReSharper", "UnusedMember.Global")]
public class DeviceDto : DeviceReport
{
/// Build an empty DTO
diff --git a/UsbProductDto.cs b/UsbProductDto.cs
index 7b7ce42..2e43082 100644
--- a/UsbProductDto.cs
+++ b/UsbProductDto.cs
@@ -30,9 +30,12 @@
// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
+using System.Diagnostics.CodeAnalysis;
+
namespace Aaru.Dto;
/// DTO for USB product field
+[SuppressMessage("ReSharper", "UnusedMember.Global")]
public class UsbProductDto
{
/// Database ID