Matthieu Penant

Results 31 comments of Matthieu Penant

@gojanpaolo if we exclude Nuget.Core, did you consider the differences with what Intellicode generates only for Squirrel? https://github.com/Squirrel/Squirrel.Windows/files/3150765/Squirrel.editorconfig.txt Maybe we should bring the editorconfig down to the project level, to...

@safeermtp Would it make sense to wait for mgr.UpdateApp(); with a timeout? At least to fail more gracefully in the problematic cases? If UpdateApp() is still running, the AbandonnedMutex is...

@safeermtp I was more thinking (at least as a test) about something like this: `await mgr.UpdateApp();` would become `mgr.UpdateApp().Wait(/*A possible reasonable timeout value ???*/);` I know it would be blocking...

@safeermtp does your loop/exit solution would solve your issue on the devices that get stuck ?

> .NET Core would add tens of megabytes and would dwarf many of the applications distributed via Squirrel. Would [CoreRT](https://github.com/dotnet/corert), when ready, be an option to adress that issue?

See also https://github.com/Squirrel/Squirrel.Windows/pull/1692#issuecomment-932863504 - it solves this too.

@molster @Jaykah @AkioUnity is it an issue you are still experiencing with the latest version of Squirrel?

@DavidR91 When you experienced this issue, what was the version of Squirrel used?

@DavidR91 it's kind of a shot in the dark, but the main dependency in the part of the code that fails is 7zip. We are using version 16.04, but I...

@DavidR91 if possible, you could list the filenames and the included paths that are supposed to be in the zip from your build folder here. Maybe there's a filename or...