psibr / REstate

Portable state-flows (state-machine based workflows)
MIT License
36 stars 7 forks source link

v10 dependencies #66

Closed aidapsibr closed 4 years ago

aidapsibr commented 4 years ago

In preparation for a v10 release, it is time to update package dependencies, some of which have breaking changes.

Created issue #75 for remaining work.

aidapsibr commented 4 years ago

Most of this looks routine except that across versions, MessagePack is requiring a slight code change for LZ4.

I think I changed all LZ4 to new format and non-LZ4 calls correctly, but there was a lot... The change also required me to choose Lz4Block mode, but I see someone had some issues after upgrading.

https://github.com/neuecc/MessagePack-CSharp/issues/752

The issue was closed by the opener, but worth a validation pass.