Please remember to uno clean your projects after upgrading Fuse.
This is a bug fix release, with the following fixes:
UX Compiler
- Fixed a bug introduced in 1.6 that caused E0000: The given key was not present in the dictionary. errors to be generated for some UX document roots.
Fuse.Scripting
- Restore accidentally broken NativeEvent.RaiseAsync() API.
- Rolled back NativeProperty constructor API to the pre-1.6 state. Code updated to 1.6 needs to be rolled back as well.
- Previous changes resulted in a breaking change we would rather avoid so we reintroduce Invoke(Action …) so we can take it through the usual deprecation cycle.