mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
When running electronize init it deletes installed dependencies #424
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 @MordechaiHadad on GitHub (Dec 10, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Description: When I use electronize init it deletes all of my installed dependencies Including the Electron.NET API.
Steps to Reproduce:
electronize initin CLI@GregorBiswanger commented on GitHub (Apr 25, 2020):
I tried to reproduce the problem. The first time I actually deleted nuget packages from the solution file. When I repeated it, there were no problems.
I think it is due to the following problem: If the project was created with the dotnet cli and then packages are installed in Visual Studio Nuget without first saving the VS Solution file.
I cannot fix this problem in the code. It is best to save everything in Visual Studio before you use the electronize init command. Then there should be no more problems.