Commit Graph

55 Commits

Author SHA1 Message Date
cfb704e3ef Annotate or remove unused elements. 2023-10-05 01:05:11 +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
47294b2f62 [Aaru.CommonTypes] Reformat and cleanup. 2023-10-03 22:48:28 +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
0312d5a812 Use UTF-8 string literals whenever possible. 2023-09-29 18:27:26 +01:00
4cdf541a09 Use Aaru Metadata instead of CICM Metadata. 2022-12-15 22:20:59 +00:00
73730c4e0f Replace NewtonSoft.Json for System.Text.Json. 2022-12-15 02:06:31 +00:00
1123cae272 Update copyright year. 2022-12-03 16:07:06 +00:00
39948568ea Move all localizable strings from Aaru.CommonTypes project to resources. 2022-11-24 00:20:46 +00:00
c4fa4e8674 General code cleanup and style refactor. 2022-11-15 15:58:40 +00:00
ee657ecfa5 Convert if to switch statement. 2022-11-13 19:38:00 +00:00
5e162d61ff Use merge pattern. 2022-03-16 11:46:52 +00:00
8d40f3e395 General cleanup and refactor. 2022-03-07 07:36:32 +00:00
f0129131e5 Move to file scoped namespaces. 2022-03-06 13:29:30 +00:00
df66f70140 Update copyright year. 2022-02-18 10:02:16 +00:00
be2f77fbe3 Fix linear memory mapping structure. 2021-11-21 20:38:14 +00:00
2616af040b Consolidate error number enumerations. 2021-09-16 04:42:08 +01:00
2631f4308b Simplify some struct type names. 2021-09-14 21:18:27 +01:00
d3451f3e4d General code refactor. 2021-08-17 21:23:22 +01:00
fb6e3cf361 Add XML comments to public entities. 2021-08-17 13:55:59 +01:00
65b74e5dbe Fix wrong JSON library used. 2021-06-01 12:44:25 +01:00
c0002b1f4f Make members of FileEntryInfo fields until we migrate to .NET 6. 2021-05-31 19:14:10 +01:00
ec8e09f881 Update copyright year. 2020-12-31 23:08:21 +00:00
069a2e39cc Fix misdetecting optical discs as flash drives. 2020-12-29 19:37:16 +00:00
edf5148d49 General code clean-up, refactor and commenting. 2020-11-11 04:19:07 +00:00
1389baf6b2 Code style fixes. 2020-07-22 13:20:18 +01:00
1fe6700b11 Naming fixes. 2020-07-20 21:11:20 +01:00
f0a8221b3f Fix namespaces. 2020-07-20 15:43:45 +01:00
aeb3630d26 Fix unused code. 2020-07-20 07:47:05 +01:00
3e38c369b3 Code cleanup. 2020-07-20 04:34:15 +01:00
90a17adce0 Change track indexes type. 2020-06-17 21:01:44 +01:00
e4c32b05ee Use index from end expression. 2020-04-22 00:22:33 +01:00
58dceac8e2 Fix typo in asymmetrical. Fixes #311 2020-04-03 02:43:53 +01:00
90ffe6950e Complete file headers. 2020-03-11 21:56:46 +00:00
f990e1f2f8 Code restyling. 2020-02-29 18:03:24 +00:00
3ff4c203af Rename DicConsole to AaruConsole. 2020-02-27 23:48:32 +00:00
e1dc34b2bf Rename DiscImageChef to Aaru in comments. 2020-02-27 20:47:46 +00:00
8d1cdb08f3 Rename comment header. 2020-02-27 12:31:21 +00:00
5858e12e72 Rename namespace. 2020-02-27 00:36:38 +00:00
c7a2a3cfe6 Encode Hi-MD specific data from SCSI INQUIRY. 2020-01-30 21:49:25 +00:00
92264ace49 Decode Hi-MD specific data from SCSI INQUIRY. 2020-01-30 21:49:12 +00:00
1a2a4242eb Remove DiscImageChef.CommonTypes dependence on DiscImageChef.Decoders. 2020-01-11 20:55:47 +00:00
1bd15feee6 Update copyright date. 2020-01-03 17:53:52 +00:00
681fd8e8b9 Reformat. 2019-11-03 01:41:48 +00:00
3f06dfd775 Decode "PX" system area. 2019-07-28 17:46:09 +01:00
309a68e64d Tape partition number is byte sized. 2019-05-01 22:50:59 +01:00
2605585cf9 Add interfaces for logical block addressable sequential (aka streaming tapes) images. 2019-04-30 22:49:32 +01:00
45b7412bad Use shallow copy to return FATX statfs. 2019-04-26 22:52:43 +01:00
f07695f823 Update CICMMetadata version. 2019-04-23 01:38:33 +01:00
3841b58da2 Make some values in FileEntryInfo nullable to indicate the underlying filesystem cannot represent them. 2019-04-22 23:06:47 +01:00