mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
electronize start and electronize build producing 2 totally different apps #567
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @j-loriault on GitHub (Oct 3, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
not sure if this is a bug or what, but I had built another app using the api and now I'm working on a different app and I have manually deleted all ./bin and ./obj folders but when I type:
electronize start in the console it loads up an old app
if I run
electronize build and go to the Desktop folder, its the correct app.
this is really wierd and not sure if its a bug or me doing something wrong.