Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alphadon
Copy link

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
Copy link
Author

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

Copy link
Collaborator

@sniro sniro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants