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'm working on a C# (#203) port of the Updater class which handles different log levels.
This part of the code writes directly to the console which it probably should not.
// validate AppImage try {
validateAppImage(); // <-- first time
try {
auto updateInformationPtr = makeUpdateInformation(rawUpdateInformation);
constauto zsyncUrl = updateInformationPtr->buildUrl(makeIssueStatusMessageCallback()); // <-- second time
Would it be feasible to set zsyncUrl in the constructor ?
I'm working on a C# (#203) port of the Updater class which handles different log levels.
This part of the code writes directly to the console which it probably should not.
https://github.com/AppImage/AppImageUpdate/blob/2708f91c9ba86eefbc3f13e666cc3356ab9a21a9/src/updateinformation/GithubReleasesZsyncUpdateInformation.h#L42
The text was updated successfully, but these errors were encountered: