Mihai Dumitru
Mihai Dumitru
Also interested in this
Loving to have the possibility to add/remove/change scheduled task at runtime.
It doesn't seems that efficient to pool a database every minute. Instead I've create a PR to implement this https://github.com/jamesmh/coravel/pull/247
@anaisbetts You mean by calling Update.exe from c# code like below? `Process.Start("Update.exe");`
@anaisbetts How should I handle this situation in debugging mode? I won't have **Update.exe** in my debugging folder. Should I include **Squirrel.exe** in the solution?
Another suggestion is: with net .net-core 3 we are able to generate a nuget package for our project right from Visual Studio by adding the following to the .csproj: `true`...
@anaisbetts Thanks, my question was rather about debugging the updates, but I found my answer here https://github.com/Squirrel/Squirrel.Windows/blob/develop/docs/using/debugging-updates.md
Is there a way to find if the .net-core version of the app was installed successfully by Squirrel before I should proceed with uninstalling the ClickOnce version?
> I have got it working with a Winforms .net core 3.0 application Mind sharing implementation details?
Any updates on this?