484 Commits

Author SHA1 Message Date
3becc0833c Replace ReadDir method with one that uses IDirNode. 2022-12-21 20:03:24 +00:00
27a8366ecb [Unit tests] Close contents JSON after serializing it in block media image tests. 2022-12-19 11:04:12 +00:00
b4b2868c22 Replace Read method with ReadFile method that uses the file node in IFileSystem. 2022-12-19 11:03:51 +00:00
dc26b85c2f Move filesystem metadata to GetInformation method for information only plugins. 2022-12-17 22:41:56 +00:00
7a2b37496b Make PluginBase a singleton. 2022-12-17 20:50:17 +00:00
0c1bf310f9 Use Type for filesystem plugin list. 2022-12-17 14:56:37 +00:00
e58960d339 Update nuget packages. 2022-12-16 18:41:29 +00:00
cfbcde35f5 Use Aaru Metadata instead of CICM Metadata. 2022-12-15 22:21:37 +00:00
fa96da5b29 Replace NewtonSoft.Json for System.Text.Json. 2022-12-15 02:06:39 +00:00
c8e468b194 [Unit test] Remove pregap also when checking for filesystems in track 0. 2022-12-15 01:47:56 +00:00
5fb23f1024 Move plugin registers to source generator. 2022-12-14 20:56:25 +00:00
8b1d4a77ec [Unit tests] Fix expected values for Atari partitions. Fixes #788 2022-12-13 13:57:14 +00:00
3d21319936 [Unit tests] Fix expected values for Acorn partitions. 2022-12-12 15:41:09 +00:00
528b3d51c0 [Unit tests] Fix expected values for TeleDisk images. 2022-12-12 13:14:56 +00:00
23b0742522 [Unit tests] Fix expected values for Ray Arachelian's DIM. Fixes #785 2022-12-12 13:04:42 +00:00
75b219c71f Some code styling. 2022-12-11 22:20:23 +00:00
7b614ff940 [UnitTests] Fix track flags comparison in writable optical media image test. Fixes #790 2022-12-11 22:17:39 +00:00
7ae396a4ab [Unit tests] Fix expected values for AaruFormat V1. 2022-12-11 22:09:02 +00:00
10d9720d7e [UnitTest] Process partially read extended attributes as they seem to appear in some real images. 2022-12-11 15:50:50 +00:00
f2c494f198 [UnitTests] Update expected parameter for Toast images. 2022-12-11 15:50:13 +00:00
bb738951fc [UnitTest] Fix expected media type for Alcohol images produced by UltraISO. 2022-12-11 12:32:57 +00:00
08178d3fd2 [UnitTest] When checking file timestamps if they differ 1 hour from the stored one consider them as equal, as some tests environments seem to have a 1 hour difference between local and UTC. 2022-12-11 12:26:28 +00:00
4af1769b64 [UnitTest] Fix expected media type in CDRWin 10 tests. 2022-12-09 13:35:43 +00:00
935fceb688 [UnitTest] Fix expected parameters for building filesystem contents JSON. 2022-12-09 13:33:32 +00:00
1bdaf241e4 [UnitTest] Include fields when marshalling JSON in filesystem tests. 2022-12-09 13:33:15 +00:00
0253ea97aa [UnitTest] Fix expected media type in Alcohol 120% tests. 2022-12-09 13:32:50 +00:00
2d71591055 [UnitTest] Fix expected filesystem type. 2022-12-09 13:32:34 +00:00
e0aaeaa60e [UnitTest] BuildDirectory method must be internal for commented code. 2022-12-09 13:30:51 +00:00
f9ace7b7d9 [UnitTests] Add code to generate extended attributes list and MD5s when building contents JSON for ReadOnlyFilesystemTest. 2022-12-08 14:16:35 +00:00
d214882b3e Update tests with new filesystem types. 2022-12-08 14:13:40 +00:00
f39d587bd5 Update tests with new filesystem types. 2022-12-07 22:00:19 +00:00
dfa9a62183 Stop at 256 levels of directory depth in filesystem unit tests contents builder to prevent a stack overflow. 2022-12-07 20:44:14 +00:00
417a1a83d7 Do not use recursion and stop at 256 levels of directory depth in filesystem unit tests to prevent a stack overflow. 2022-12-07 20:43:25 +00:00
46077ed55f Use System.Text.Json instead of NewtonSoft.Json 2022-12-07 20:39:49 +00:00
805ebd4b42 Update copyright year. 2022-12-03 16:07:17 +00:00
d2962850e9 Move all localizable strings from Aaru.Tests project to resources. 2022-11-29 10:33:40 +00:00
2f9b7fe0a1 General code cleanup and style refactor. 2022-11-15 15:58:48 +00:00
bd3fe7bd4e General code style and feature fixes. 2022-11-15 01:35:15 +00:00
2f6ef0c498 Remove unreachable code. 2022-11-15 00:17:12 +00:00
0eb589d785 Use Stream extension to ensure read operations return the requested number of bytes (unless EOF arrives first). 2022-11-14 09:43:16 +00:00
040b4eab4e More pattern matching. 2022-11-14 01:49:18 +00:00
98d7ac3349 Move declaration closer to usage. 2022-11-13 19:16:14 +00:00
bc362e5d4a Fix typos and add new words to dictionary. 2022-11-13 19:09:18 +00:00
b99faf1ae4 Update dependencies. 2022-11-13 14:50:37 +00:00
6327dd7f45 Update system dependencies. 2022-11-13 14:35:50 +00:00
b5a7e5b16d Ignore XML comment warnings when building in DEBUG. 2022-11-13 13:19:57 +00:00
0229183638 Bump C# to 11.0. 2022-11-13 12:48:42 +00:00
9e10f34f5e Bump framework to .NET 7 2022-11-13 12:46:18 +00:00
8b5e23a693 Use proper mount point for test files. 2022-11-13 05:48:58 +00:00
599213a37c Fix .NET 6 TFM. 2022-04-18 09:45:18 +01:00