Skip to content

Fix Newtonsoft.Json dependency version, initialization bug#82

Merged
nblumhardt merged 3 commits into
datalust:devfrom
nblumhardt:fixes
Aug 18, 2021
Merged

Fix Newtonsoft.Json dependency version, initialization bug#82
nblumhardt merged 3 commits into
datalust:devfrom
nblumhardt:fixes

Conversation

@nblumhardt
Copy link
Copy Markdown
Member

The current -dev package is broken:

  • Newtonsoft.Json 13.x isn't supplied by the seqcli host
  • SmtpOptions _options can't be initialized in the ctor, as the properties it relies on aren't yet initialized (ReSharper was right, here :-))

@nblumhardt nblumhardt merged commit ad7b438 into datalust:dev Aug 18, 2021
@MattMofDoom
Copy link
Copy Markdown
Contributor

@nblumhardt FWIW, I've found that other packages with Newtonsoft.Json dependencies can tolerate up to v12.0.3 without a problem 😊

@nblumhardt
Copy link
Copy Markdown
Member Author

Thanks @MattMofDoom :-) .. took the conservative approach here and reverted to the previously-used version, but will check out options for updating it 👍

@nblumhardt nblumhardt mentioned this pull request Feb 22, 2023
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