OneScript icon indicating copy to clipboard operation
OneScript copied to clipboard

Конвертеры CLR-BSL

Open akpaevj opened this issue 5 months ago • 1 comments

Добавлено автоматическое оборачивание не AutoContext объекта во враппер и возможность установки конвертера clr-bsl значений для свойств и возвращаемых значений методов

Summary by CodeRabbit

  • New Features

    • Support for custom value converters with an interface to implement them.
    • Expose arbitrary CLR objects to the script runtime via a wrapper so annotated members are accessible.
  • Bug Fixes

    • More flexible handling of return values from static constructor calls.
  • Refactor

    • Internal method/property mapping and value conversion updated to integrate converters and improve marshalling.
  • Chores

    • Test debug configuration updated to .NET 8.0.

akpaevj avatar Aug 08 '25 18:08 akpaevj