Commit Graph

1287 Commits

Author SHA1 Message Date
94ec59e7ef REFACTOR: All refactor in DiscImageChef.Settings. 2017-12-22 18:20:37 +00:00
10d767af73 REFACTOR: All refactor in DiscImageChef.Server. 2017-12-22 18:17:36 +00:00
fabb50584e REFACTOR: All refactor in DiscImageChef.Partitions. 2017-12-22 16:53:11 +00:00
97d35a8e8e REFACTOR: All refactor in DiscImageChef.Metadata. 2017-12-22 16:38:53 +00:00
c684b25418 REFACTOR: All refactor in DiscImageChef.Helpers. 2017-12-22 16:35:31 +00:00
af478a92d1 REFACTOR: All refactor in DiscImageChef.Filters. 2017-12-22 16:17:40 +00:00
c59e424ec8 REFACTOR: All refactor in DiscImageChef.Filesystems. 2017-12-22 08:43:22 +00:00
ef2fff0abd Refactor ISO9660 and solves bug preventing amiga extensions from being named. 2017-12-22 07:28:54 +00:00
56986338be Refactor AppleDOS and solves bug preventing VTOC from being retrieved as "$Vtoc". 2017-12-22 07:05:08 +00:00
0ad9da7b3a REFACTOR: All refactor in DiscImageChef.DiscImages. 2017-12-22 06:55:04 +00:00
e87e058a11 REFACTOR: All refactor in DiscImageChef.Devices. 2017-12-22 03:13:43 +00:00
49144eeb01 REFACTOR: All refactor in DiscImageChef.Decoders. 2017-12-22 02:04:18 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
effdcb4e0e REFACTOR: All refactor in DiscImageChef.Console. 2017-12-21 20:34:19 +00:00
1f3efabc2b REFACTOR: All refactor in DiscImageChef.CommonTypes. 2017-12-21 20:32:50 +00:00
4a48f698e1 REFACTOR: All refactor in DiscImageChef.Checksums. 2017-12-21 20:26:46 +00:00
5953246f19 REFACTOR: All refactor in DiscImageChef. 2017-12-21 20:15:53 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
a895700757 REFACTOR: Replace if statement with null-propagating code. 2017-12-21 17:45:39 +00:00
3053d22b91 REFACTOR: Convert to lambda expression. 2017-12-21 17:37:14 +00:00
9a404acef4 REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
ccd9930884 REFACTOR: Heuristically unreachable code. 2017-12-21 17:17:13 +00:00
b9ec685b4e REFACTOR: Minor refactors. 2017-12-21 17:14:49 +00:00
13a6473236 REFACTOR: Possible 'System.InvalidOperationException'. 2017-12-21 17:10:37 +00:00
e06c140e45 REFACTOR: Possible loss of fraction. 2017-12-21 17:02:40 +00:00
f65de10280 REFACTOR: Possible 'System.NullReferenceException'. 2017-12-21 16:59:15 +00:00
586b838a17 REFACTOR: Invalid XML in XML comment. 2017-12-21 16:45:16 +00:00
02ffa86b6c REFACTOR: Parameter has no matching param tag in the XML comment. 2017-12-21 16:42:20 +00:00
b386ea8ce5 REFACTOR: Unused local variable. 2017-12-21 16:37:35 +00:00
f02e8f3cca REFACTOR: XML comment is not placed on a valid language element. 2017-12-21 16:35:49 +00:00
b67a0b3500 REFACTOR: Unreachable code. 2017-12-21 16:33:16 +00:00
f33b733680 REFACTOR: Use of obsolete symbol (without message). 2017-12-21 16:28:27 +00:00
ff08e93144 REFACTOR: Redundant class or interface specification in base types list. 2017-12-21 16:27:09 +00:00
7553983bd8 REFACTOR: Removed unneeded pragmas. 2017-12-21 16:14:29 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
35ce7db892 REFACTOR: Unnecessary whitespace removal. 2017-12-21 07:36:47 +00:00
422f80805a Corrected missing setters. 2017-12-21 07:36:30 +00:00
28eed382f2 Corrected minor bug in decoding SCSI MODE PAGE 00h. 2017-12-21 07:23:50 +00:00
7dcdcfedd3 REFACTOR: Do not complain about unused catch that are used in release. 2017-12-21 07:23:33 +00:00
e1d0544c3c REFACTOR: Convert variables to auto setters. 2017-12-21 07:19:46 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
9cd1869d1d REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +00:00
df2fb651e4 REFACTOR: Redundant empty argument list on object creation expression. 2017-12-21 03:18:10 +00:00
ff5540ff5d REFACTOR: Removed else statements. 2017-12-21 02:57:32 +00:00
f0e80721ed REFACTOR: Removed reduntant semicolon. 2017-12-21 02:53:52 +00:00
f0d2e7dac9 REFACTOR: Removed reduntant commas. 2017-12-21 02:52:12 +00:00
d51f3f1988 REFACTOR: Replace built-in type with a keyword. 2017-12-21 02:42:18 +00:00