Commit Graph

6509 Commits

Author SHA1 Message Date
4c7b7dd8e4 Update code style (final). 2023-10-03 21:41:57 +01:00
b71140e4e8 Update code style (final). 2023-10-03 21:41:45 +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
4b26439847 Update code style (final). 2023-10-03 21:41:43 +01:00
ac1db3b2e9 Update code style (final). 2023-10-03 21:41:42 +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
cc0e4337b2 Update code style. 2023-10-03 21:26:15 +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
c45a6823b7 Update code style. 2023-10-03 21:26:13 +01:00
a4715c59e4 Update code style. 2023-10-03 21:26:13 +01:00
f3a526b1ea Update code style. 2023-10-03 21:26:12 +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
1a6852fbd6 Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:55 +01:00
6977c01857 Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:55 +01:00
fd83f02b84 Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:54 +01:00
23497134cf Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:13:54 +01:00
0aa0acfdf6 Update style configuration. 2023-10-03 21:05:02 +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
9103f1d704 Update style configuration. 2023-10-03 21:04:59 +01:00
bbf38ee576 Update style configuration. 2023-10-03 21:04:58 +01:00
cd75a48ddb Update style configuration. 2023-10-03 21:04:57 +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
a980b38c10 [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 17:23:15 +01:00
2a52c3075d [Aaru.Decoders] 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:21:19 +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
65cf4bf2e9 Translate Aaru.Tests.Devices to Spanish (Spain). 2023-10-03 16:07:55 +01:00
a4be8f1180 Translate Aaru.Tests to Spanish (Spain). 2023-10-03 14:17:40 +01:00