-
Check for supported types in the `@SendableProperty` macro (#212)
发布于
2025-07-14 22:08:08 +00:00 | 456 次提交 在此版本后已推送到 main- The
@SendablePropertymacro now checks for supported types to
prevent a misuse with unsupported types like structs, dictionaries, and
arrays - The new
@SendablePropertyUncheckedcan be used with classes and
enums
下载附件
- The