Commit Graph

4548 Commits

Author SHA1 Message Date
bfb860219f Merge into patterns. 2023-10-04 09:38:17 +01:00
e88b065654 Fix buggy patterns. 2023-10-04 09:38:05 +01:00
364476bdf1 Remove all redundant else keywords. 2023-10-04 09:16:16 +01:00
8b9d4408ea Join declarations and assignments. 2023-10-04 08:44:14 +01:00
490d4a48c9 Convert part of loop body into LINQ expression. 2023-10-04 08:44:03 +01:00
4ad10115ef Disable suggestion of converting IBaseImage.Info into an auto-property, it doesn't work there. 2023-10-04 08:35:43 +01:00
ac79d1e94e Convert into primary constructor. 2023-10-04 08:30:03 +01:00
ef6be56f5f Use raw strings. 2023-10-04 08:26:35 +01:00
b4835e0a7e Add more items to shared dictionary. 2023-10-04 08:25:42 +01:00
87caffe50e Pass string interpolation. 2023-10-04 08:16:27 +01:00
62fbb024f7 Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison. 2023-10-04 08:14:07 +01:00
bd35ccc4f4 Fix format string placeholders mismatch. 2023-10-04 07:50:34 +01:00
4ff79c804a Invert 'if' statement to reduce nesting. 2023-10-04 07:39:31 +01:00
a0a4124a26 [Aaru.Tests.Devices] Reformat and cleanup. 2023-10-03 23:49:06 +01:00
1f36ef2424 [Aaru.Tests] Reformat and cleanup. 2023-10-03 23:44:33 +01:00
4b7fe8a837 [Aaru.Settings] Reformat and cleanup. 2023-10-03 23:37:25 +01:00
68c16e78fc [Aaru.Partitions] Reformat and cleanup. 2023-10-03 23:36:49 +01:00
9c1250ad04 [Aaru.Localization] Reformat and cleanup. 2023-10-03 23:35:33 +01:00
2cfad87955 [Aaru.Images] Reformat and cleanup. 2023-10-03 23:34:59 +01:00
6ffde343ce [Aaru.Gui] Reformat and cleanup. 2023-10-03 23:27:57 +01:00
0bcfdb28cb [Aaru.Helpers] Reformat and cleanup. 2023-10-03 23:27:40 +01:00
aff00ccf79 [Aaru.Filters] Reformat and cleanup. 2023-10-03 23:23:41 +01:00
7a608e0061 [Aaru.Filesystems] Reformat and cleanup. 2023-10-03 23:22:08 +01:00
51f35c80d9 [Aaru.Dto] Reformat and cleanup. 2023-10-03 23:12:30 +01:00
546573dd30 [Aaru.Devices] Reformat and cleanup. 2023-10-03 23:12:01 +01:00
f6c3799a9e [Aaru.Decryption] Reformat and cleanup. 2023-10-03 23:10:41 +01:00
b4aee2f72d [Aaru.Decoders] Reformat and cleanup. 2023-10-03 23:09:28 +01:00
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
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
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
60d3978963 Update code style. 2023-10-03 21:26:29 +01:00
829e95d6cb Disable JetBrains spell checking in Spanish (Spain) resource files. 2023-10-03 21:14:07 +01:00
b5b04ba928 Update style configuration. 2023-10-03 21:05:02 +01:00
296b34f1eb Remove redundant type declaration bodies. 2023-10-03 18:54:28 +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