iota.lib.csharp
iota.lib.csharp copied to clipboard
Minor formatting cleanup, base class implementation, some minor refactoring and upgrade to .NET 4.62.
This change set has the following:
Fixed some files that did not have Windows line terminations (consistently). Minor formatting changes: added or removed lines to make the code readability consistent. Made IotaRequest and IotaResponse classes abstract and renamed them to IotaRequestBase and IotaResponseBase. Implemented them on their corresponding classes consistently. Upgraded to .NET 4.62 and updated NuGet packages. Minor refactoring -- Made some for loops foreach loops -- Used some null coalescing to simplify code. -- Added some XML comments where missing. -- Other minor refactoring.
Some unit tests are failing but the failures are unrelated to these changes. The unit tests were already failing.