android icon indicating copy to clipboard operation
android copied to clipboard

Use Json source generation

Open ShortDevelopment opened this issue 9 months ago • 0 comments

Use source generation for json serialization to improve performance and enable trimming.


https://github.com/nearby-sharing/android/blob/a6a318b89bbf8c9a9e038f3218e283041a14ca88/lib/ShortDev.Microsoft.ConnectedDevices/Messages/Connection/DeviceInfo/DeviceInfoMessage.cs#L14 https://github.com/nearby-sharing/android/blob/a6a318b89bbf8c9a9e038f3218e283041a14ca88/lib/ShortDev.Microsoft.ConnectedDevices/Messages/Connection/DeviceInfo/DeviceInfoMessage.cs#L24


See a93710a186e81eae659d5e28f873a0955c33b8c2 for example

ShortDevelopment avatar Jan 27 '25 22:01 ShortDevelopment