Commit graph

9 commits

Author SHA1 Message Date
84c3d68db2 Add working changes 2024-03-08 15:54:58 -07:00
Cuyler36
42bd503e32 Push Local Changes
Way too much to actually document
2020-03-08 03:36:08 -04:00
Cuyler36
899e2ead58 Fix tests 2018-11-12 02:13:32 -05:00
Cuyler36
1a868d4959 Give New Leaf CRC32 types accurate names & SetNewImage extension method 2018-11-07 13:28:10 -05:00
Cuyler36
b8f8f866fd Split ACSE into Core & WinForms projects
This will help code maintainability, and allow for cross platform support if another UI system is created.

Code refactoring will come at some point in the future.
2018-10-31 19:01:03 -04:00
Cuyler36
75957df029 Refactor checksum classes into separate files
Also make them use a common interface, IChecksum<T>.

Added tests for each checksum type.

May switch from IList<byte> to IEnumerable<byte> at some point to remove the ToArray calls.
2018-08-15 22:55:15 -04:00
Cuyler36
69fcbb5bf1 Update Release Versions to C# 7.3 2018-08-13 01:05:54 -04:00
Cuyler36
6eb6379ccd Explicity state use C# 7.3
Appveyor doesn't like it when I set it to use the latest version.
2018-08-13 00:55:03 -04:00
Cuyler36
4c02941970 Upgrade to .NET 4.7 & C# 7.3 + Changes
- Now using the latest .NET version (4.7) & the latest C# version (7.3)
- Replaced old data conversion methods with new extension methods
- Created a unit test project & the first tests (more to come at a later date)
2018-08-13 00:49:35 -04:00