iota.lib.csharp icon indicating copy to clipboard operation
iota.lib.csharp copied to clipboard

Minor formatting cleanup, base class implementation, some minor refactoring and upgrade to .NET 4.62.

Open alphadon opened this issue 8 years ago • 1 comments
trafficstars

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.

alphadon avatar Jul 16 '17 03:07 alphadon

Some unit tests are failing but the failures are unrelated to these changes. The unit tests were already failing.

alphadon avatar Jul 16 '17 04:07 alphadon