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
Description:
Works fine when you run from visual studio (Release/Debug) mode, but when you try to call Mega function after published with AoT profile just fails
Description:
Works fine when you run from visual studio (Release/Debug) mode, but when you try to call Mega function after published with AoT profile just fails
what are you trying to do
*Snippet from code
using CG.Web.MegaApiClient;
public static void UploadToMegaWithProgress(string zipFilePath, int mode)
{
string zipFileName = Path.GetFileName(zipFilePath);
string uploadDirectoryName = mode == 0 ? memoryDumpDirectory : crashReportDirectory;
}
MegaApiClient Version:
Lasted
The text was updated successfully, but these errors were encountered: