Commit Graph

5 Commits

Author SHA1 Message Date
f566b4c468 Made all VS-recommended changes 2019-02-21 15:30:48 -06:00
2f64cbbc4e Made VS-recommended changes 2019-02-20 22:24:59 -06:00
3e4084714b Added extension method for timing out on async tasks 2019-02-20 15:07:34 -06:00
e524e394c6 C#-ified
Converted as much ugly code as I could find into appropriate C#-friendly versions. For example, all the manual ByteHelper stuff, buffer index tracking, etc. are now BinaryWriters/BinaryReaders. Also cleaned up a bunch of getter and setter methods to use C# properties.

There's still more to be done here, but this greatly simplifies the code for reading and comprehension.
2018-03-28 15:30:05 -05:00
97c4febdf5 Initial commit
Conversion of the UWP app into a .NET Core app for portability. Requires .NET Core 2.0 and C# 7.1
2018-03-18 23:04:19 -05:00