Remaetanju
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
8 replies
Forms ProgressBar with MegaApiClient download
using thoses resources:
https://gpailler.github.io/MegaApiClient/articles/samples.html
https://gpailler.github.io/MegaApiClient/articles/faq.html
=> download a file hosted by mega & show a forms progress bar
- the download is NOT ASYNC
- c# 6.0
the download works
i'm not sure how to adapt the progress bar system from mega to a windowsforms progress bar
4 replies