Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential fix to Account IDs. #4

Merged
merged 1 commit into from
Mar 1, 2021
Merged

Conversation

Chobocharles
Copy link
Contributor

@Chobocharles Chobocharles commented Mar 1, 2021

General code cleanup as well as changing the AccountID properties to utilize longs instead of ints (Int32 vs Int64).

The usage of ints (Int32) was what was causing the unhandled Newtonsoft.JsonReaderException.

We may also want to consider updating Newtonsoft to 12.0.3 across each of the different projects.

This will address #3 here as well as #55 (pipe01/legendary-rune-maker#55) and #48 (pipe01/legendary-rune-maker#48)

List of items in this changeset:

  • Removal of unnecessary using directives.
  • Making interfaces readonly
  • Modification of Account ID to take longs to resolve Newtonsoft exception.

…utilize longs instead of ints (Int32 vs Int64).

The usage of ints (Int32) was what was causing the unhandled Newtonsoft.JsonReaderException.

We may also want to consider updating Newtonsoft to 12.0.3 across each of the different projects.
@pipe01
Copy link
Owner

pipe01 commented Mar 1, 2021

LGTM, thank you very much!

@pipe01 pipe01 merged commit 2ec68c0 into pipe01:master Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants