OneScript
OneScript copied to clipboard
Конвертеры CLR-BSL
Добавлено автоматическое оборачивание не 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.