NSwag icon indicating copy to clipboard operation
NSwag copied to clipboard

Support AOT with System.Text.Json.JsonSerializer

Open tmm360 opened this issue 5 months ago • 0 comments

System.Text.Json.JsonSerializer is not safe to be trimmed by default, requirement to be AOT compatible. See: https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/source-generation

tmm360 avatar Aug 24 '24 16:08 tmm360