Commit Graph

6509 Commits

Author SHA1 Message Date
089ba52732 Merge into pattern. 2023-10-05 02:50:54 +01:00
6a86aea198 Add missing XML comments. 2023-10-05 02:46:32 +01:00
13a2bfdaf4 Move declarations closer to usage. 2023-10-05 02:37:10 +01:00
24557e80cd Move declarations closer to usage. 2023-10-05 02:37:03 +01:00
11131ce825 Move declarations closer to usage. 2023-10-05 02:37:03 +01:00
846a1792f0 Add warning suppression for old Bernoulli codes in Dimensions. 2023-10-05 02:36:00 +01:00
214d210979 Convert constants to const, or remove if unused. 2023-10-05 02:35:10 +01:00
6cf148e849 Convert constants to const, or remove if unused. 2023-10-05 02:35:03 +01:00
546d131124 Naming fixes. 2023-10-05 02:31:59 +01:00
85628a9827 Naming fixes. 2023-10-05 02:31:58 +01:00
04120aa5f4 Naming fixes. 2023-10-05 02:31:58 +01:00
bc36f65180 Naming fixes. 2023-10-05 02:31:57 +01:00
2c955cfc49 [Aaru.Core] Improve null safety
Several files in the Aaru.Core project have been updated to improve null safety. The modification of these files specifically handled null occurrences. Nullable value types are now correctly handled and default values are set to be used where nulls were previously unhandled. This will help prevent null reference exceptions and improve the overall stability of the code.
2023-10-05 02:30:38 +01:00
71a00378b4 [Retrode] Fix when no GB(C/A) cartridge has been found either. 2023-10-05 01:56:40 +01:00
29343d4129 Fix naming. 2023-10-05 01:52:48 +01:00
39d11a44ca Fix naming. 2023-10-05 01:52:47 +01:00
b414db9541 Fix naming. 2023-10-05 01:52:39 +01:00
9618e2c549 Annotate or remove unused elements. 2023-10-05 01:05:23 +01:00
c601f821b0 Annotate or remove unused elements. 2023-10-05 01:05:22 +01:00
a03ee5efee Annotate or remove unused elements. 2023-10-05 01:05:21 +01:00
4f1e2f10ed Annotate or remove unused elements. 2023-10-05 01:05:20 +01:00
bb23889fd5 Annotate or remove unused elements. 2023-10-05 01:05:20 +01:00
86c470a436 Annotate or remove unused elements. 2023-10-05 01:05:19 +01:00
a85f1ce494 Annotate or remove unused elements. 2023-10-05 01:05:18 +01:00
cfb704e3ef Annotate or remove unused elements. 2023-10-05 01:05:11 +01:00
7c9405492c [Aaru.Tests.Devices] Fixes ATA errors not being decoded properly. 2023-10-04 18:13:47 +01:00
63b0d15145 Fixed formatter shenanigans. 2023-10-04 18:01:01 +01:00
18a79049ea Omit cuetools.net folder from inspection. 2023-10-04 17:38:43 +01:00
7363a5d9c5 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:36:20 +01:00
6c69fe747a Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:38 +01:00
e59bc38221 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:37 +01:00
7fb3e7a449 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:36 +01:00
acbc11af95 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:36 +01:00
16b2a40390 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:35 +01:00
7786e94ee5 Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:34 +01:00
7796540b5e Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted.
This is now done with Rider-stable.
2023-10-04 17:34:26 +01:00
bc8bf7a2dc Fix possible null assignment to non-nullable entities. 2023-10-04 09:55:17 +01:00
2a6e052a62 Simplify IDictionary accesses. 2023-10-04 09:48:31 +01:00
d3efb58222 Simplify IDictionary accesses. 2023-10-04 09:48:08 +01:00
bfb860219f Merge into patterns. 2023-10-04 09:38:17 +01:00
e88b065654 Fix buggy patterns. 2023-10-04 09:38:05 +01:00
39d41b1503 Fix buggy patterns. 2023-10-04 09:37:47 +01:00
364476bdf1 Remove all redundant else keywords. 2023-10-04 09:16:16 +01:00
79fd67ba55 Remove all redundant else keywords. 2023-10-04 08:45:41 +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
58394ad73d Convert part of loop body into LINQ expression. 2023-10-04 08:43:23 +01:00
2a93125433 Use object initializer. 2023-10-04 08:39:42 +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