Nucs / JsonSettings

This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
MIT License
76 stars 18 forks source link

AOT Compatible #45

Open ghost1372 opened 1 month ago

ghost1372 commented 1 month ago

Can you add AOT Support? this can be done with adding following line and fixing warnings:

<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible> <FileVersion>2.0.1</FileVersion>