real-zony / AliDDNSNet

使用 C# + .NET Core 开发的开源 DDNS 工具,基于阿里云的 DNS API 接口。
MIT License
117 stars 38 forks source link

Built a brand new AliDDNS tool using AOT technology. #24

Closed real-zony closed 9 months ago

real-zony commented 9 months ago

The project has now been upgraded to .NET 8.0, and we can leverage AOT technology to further reduce the size of the executable files and Docker images, allowing the program to run on resource-constrained devices.

real-zony commented 9 months ago

It can't be done because the current dependency, Newtonsoft.Json, does not support AOT mode.