You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched a bit and found that AOT compilation comes with some trimming that seems to break your nuget
i found this i think it might be usefull dotnet/project-system#9101
.net 8.0
The text was updated successfully, but these errors were encountered:
Description:
using
MyClient.LoginAnonymous();
make code throw and exception APIResponse bad session id
what are you trying to do
i'm trying to publish an AOT executable
what happens
when i publish my code in DEBUG configuration on one another computer i get a BadSessionID exception
what should happens
i should get my anonymous connection working
MegaApiClient Version:
1.10.3
github repo of code snippet that cause the problem
https://github.com/Remaetanju/TestMegaClientApi
I've searched a bit and found that AOT compilation comes with some trimming that seems to break your nuget
i found this i think it might be usefull dotnet/project-system#9101
.net 8.0
The text was updated successfully, but these errors were encountered: