You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…een shadow, plain, online (#29)
* Create draft PR for #2
* [connector] adds methods for swapping data
- OnlineToShadow
- ShadowToOnline
* wip
* [ixc/connectors] adds integration testing project
* fixes an issue with wrong creation of type when constructing an array
* solves several issues with data swapping (arrays) Plain <-> Online
* fixes ixc cs tests
- refresh of expected compiler output based on recent changes (plain <-> online)
* added tests for swap methods, tests for date and datetime are failing
* fix an issue when WSTRING null write attempt could occurr over WebAPI
* improves observability of failure on WebAPI connector (log, hmi visu)
* added implementation for plaintoshadow/shadowtoplain swap methods
* multiple bug fixies on webapi connector
consolidation of Newtonsoft.Json package
* integration testing project takes target from environment variables
* adds integration tests
* added tests for primitive types and enums for all swap methods
* adds ixc build for missing projects
* change to datetime
* fixes an target address for integration testing
---------
Co-authored-by: PTKu <PTKu@users.noreply.github.com>
Co-authored-by: Specter-13 <56168909+Specter-13@users.noreply.github.com>
We need an effective method to move data between 'shadow' members and the POCO objects.
The text was updated successfully, but these errors were encountered: