Test for serialisation between runtime versions
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Definition of the test :
https://github.com/BHoM/BHoM_Engine/pull/3477
and
https://github.com/BHoM/BHoM_Engine/pull/3479
fixes issues with deserialisation between runtimes. Would be good to try to add some form of test for this to ensure we do not run into this issue again.
Could for example set up a test system with a set of console apps in different runtimes (all we currently support and run in) and have them ping all critical objects back and forth via pipes/sockets and ensure able to correctly deserialise data being generated an a different runtime.
Might be cleaner ways to resolve this, but the above issues I believe shows we need some form of test for this.
Contributor guide
Assessment
This issue has not been assessed yet.