General code cleanup and style refactor.

This commit is contained in:
2022-11-15 15:58:42 +00:00
parent 43a79b379b
commit 5aeef84a29
5 changed files with 69 additions and 71 deletions

View File

@@ -30,10 +30,10 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Dto;
using Aaru.CommonTypes.Metadata;
namespace Aaru.Dto;
/// <inheritdoc />
/// <summary>DTO from a CD drive read offset</summary>
public class CdOffsetDto : CdOffset

View File

@@ -30,15 +30,13 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
// ReSharper disable VirtualMemberCallInConstructor
namespace Aaru.Dto;
using System.Collections.Generic;
using Aaru.CommonTypes.Metadata;
namespace Aaru.Dto;
/// <summary>DTO for known device</summary>
public class DeviceDto : DeviceReportV2
{

View File

@@ -1,7 +1,7 @@
namespace Aaru.Dto;
using Aaru.CommonTypes.Enums;
namespace Aaru.Dto;
/// <summary>DTO for iNES/NES 2.0 headers</summary>
public class NesHeaderDto
{

View File

@@ -30,10 +30,10 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Dto;
using System.Collections.Generic;
namespace Aaru.Dto;
/// <summary>DTO for database synchronization.</summary>
public class SyncDto
{