AOT Compilation trimming
hi, i have a nuget package that i use in my code (a client api to download from mega)
when i AOT compile my code, it runs but there is an exception It catches that tell me the package doesnt work (simple login anon that should not fail)
I think the trimmer remove too much code from the nuget package, causing it to breaks
is there an option to exclude this nuget package from being trimmed ? so i could test it
im on .net 8.0
when i AOT compile my code, it runs but there is an exception It catches that tell me the package doesnt work (simple login anon that should not fail)
I think the trimmer remove too much code from the nuget package, causing it to breaks
is there an option to exclude this nuget package from being trimmed ? so i could test it
im on .net 8.0