Commit Graph

5710 Commits

Author SHA1 Message Date
2dd3bc18dc [Aaru.Database] Reformat and cleanup. 2023-10-03 23:00:32 +01:00
af659f3fcb [Aaru.Core] Reformat and cleanup. 2023-10-03 22:57:50 +01:00
cd6a6c04b1 [Aaru.Console] Reformat and cleanup. 2023-10-03 22:51:28 +01:00
57853b0d2a [Aaru.Console] Reformat and cleanup. 2023-10-03 22:51:28 +01:00
5faa49a031 [Aaru.Compression] Reformat and cleanup. 2023-10-03 22:51:02 +01:00
3afe84193b [Aaru.CommonTypes] Reformat and cleanup. 2023-10-03 22:48:29 +01:00
47294b2f62 [Aaru.CommonTypes] Reformat and cleanup. 2023-10-03 22:48:28 +01:00
3429b9012b [Aaru.Checksums] Reformat and cleanup. 2023-10-03 22:45:06 +01:00
9ceb9a0d05 [Aaru.Checksums] Reformat and cleanup. 2023-10-03 22:45:06 +01:00
584216385c [Aaru.Archives] Reformat and cleanup. 2023-10-03 22:38:51 +01:00
8815beffd8 [Aaru] Reformat and cleanup. 2023-10-03 22:38:23 +01:00
1252feea0c [Solution] Reformat and cleanup. 2023-10-03 22:19:46 +01:00
f32cdeecc6 [Aaru.Archives] Reformat and cleanup. 2023-10-03 22:05:05 +01:00
ec9f5808e4 [Aaru] Reformat and cleanup. 2023-10-03 22:04:36 +01:00
29512a0a5f [Solution] Reformat and cleanup. 2023-10-03 21:59:40 +01:00
4c7b7dd8e4 Update code style (final). 2023-10-03 21:41:57 +01:00
ca2f08311f Update code style (final). 2023-10-03 21:41:44 +01:00
d357e4c7b3 Update code style (final). 2023-10-03 21:41:44 +01:00
03a488e834 Update code style (final). 2023-10-03 21:41:42 +01:00
68d85349b1 Update code style (final). 2023-10-03 21:41:36 +01:00
60d3978963 Update code style. 2023-10-03 21:26:29 +01:00
6bd5e90a92 Update code style. 2023-10-03 21:26:15 +01:00
7ec2047c7e Update code style. 2023-10-03 21:26:14 +01:00
a4715c59e4 Update code style. 2023-10-03 21:26:13 +01:00
e2001f8d41 Update code style. 2023-10-03 21:26:04 +01:00
829e95d6cb Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:14:07 +01:00
b6bd18e8b2 Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:56 +01:00
6977c01857 Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:55 +01:00
23497134cf Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:54 +01:00
b5b04ba928 Update style configuration. 2023-10-03 21:05:02 +01:00
4806a311ea Update style configuration. 2023-10-03 21:05:01 +01:00
23cd2c555a Update style configuration. 2023-10-03 21:05:00 +01:00
bbf38ee576 Update style configuration. 2023-10-03 21:04:58 +01:00
41d9efd137 Update style configuration. 2023-10-03 21:04:49 +01:00
296b34f1eb Remove redundant type declaration bodies. 2023-10-03 18:54:28 +01:00
b39c1ad1d7 Remove redundant type declaration bodies. 2023-10-03 18:54:16 +01:00
9a8265418d Remove redundant type declaration bodies. 2023-10-03 18:54:15 +01:00
390122ae16 [Aaru.Partitions] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:20 +01:00
828c1e3da0 [Aaru.Images] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:20 +01:00
7fb3a87b24 [Aaru.Helpers] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
4ef3252b24 [Aaru.Filesystems] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
741bb5389a [Aaru.Devices] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
81b06c0d3b [Aaru.Decryption] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
874c7d92ff [Aaru.Core] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:19 +01:00
446c5f1c64 [Aaru.CommonTypes] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 18:50:11 +01:00
d2559f07c9 [Aaru.Helpers] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 17:52:21 +01:00
cf72e7b617 [Aaru.CommonTypes] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 17:00:22 +01:00
73def971ac [Aaru.Checksums] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 16:54:34 +01:00
3c4ef2b3d6 [Aaru] Introduced constants for module names
Introduces constant fields for respective debug module names, replacing the hardcoded ones.
This is done to standardize the naming convention, reduce redundancy and potentially avoid any typos or name mismatches across the project.
This change makes the code more maintainable and easier to update in case module names need to be changed.
2023-10-03 16:52:02 +01:00
1703b3b6a1 Moved device report debug module names to constant strings. 2023-10-03 16:18:16 +01:00