QueryStorm 2.10.505.0

Released: Aug 10, 2023

2.10.505.0 버젼 업데이트

기능

  • C# scripts can now reference the containing project's output DLL via the following directive: #r "output". This allows C# scripts to use classes defined inside the containing project.
  • Added a statusbar service to show the status for sync operations.
  • monday.com tabular: Added support for Persons column type.
  • All first-chance exceptions are now saved to the log to ease debugging.

수정사항

  • Fixed a deadlock scenario that prevented uninstallation of apps that fail to load.
  • LogViewer dialog no longer closes on Esc (this behavior makes sense for modal dialogs, however the log viewer is not a modal dialog).
  • Fixed potential issues with DLL versioning in apps - QueryStorm apps use certain QueryStorm DLLs. The runtime also uses some of these DLLs for its own functionality. Currently it's impossible to ensure that an app can use its own version of DLLs independently of the runtime, so when both the app and the runtime use a certain DLL, the runtime's version is used for both. Before this version, an app was allowed to load both versions of the DLL, but this was causing unresolvable problems in some situations (DLLs with WPF XAML resources). This change means that old apps might sometimes need to be recompiled in order to work with new versions of the runtime, however this should not need to be done very often since QueryStorm releases will rarely break compatibility with previous versions.