mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
.NET code no longer compiles after PR merge. #998
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 @agracio on GitHub (Nov 4, 2025).
https://github.com/ElectronNET/Electron.NET/pull/893 was merged into main however it appears something went wrong and the code in main no longer compiles.
developbranch also no longer compiles with different exception thanmain.PR origin https://github.com/softworkz/ElectronNET/tree/electronnet_core works perfectly fine.
@FlorianRappl commented on GitHub (Nov 4, 2025):
Yes, the
Processclass has been updated and brought back. It was one of the classes missing in the referenced origin.@agracio commented on GitHub (Nov 4, 2025):
@FlorianRappl not sure why you closed it as completed, current code in main does not compile. Is there a pending PR to fix it?
I performed fresh checkouts on both
mainanddevelopbranches just in case there were some merge issues.@FlorianRappl commented on GitHub (Nov 4, 2025):
mainis the release branch. There is no release for the 0.1.0 yet. Right now its a preview.developworks - if in doubt look at the actionIn general build failures are not for the issue tracker (esp. labelled as "bugs", which are issues with the lib - a build failure does not trigger a build). So a bit odd to open a bug for it - but at least it acted as a reminder.
@agracio commented on GitHub (Nov 4, 2025):
develop- it was failing when I opened this issue.Yes a 'bug' might have been a mistake but as for issue tracker it does make sense to open an issue if there is a problem with the code. Thank you for taking care of the compile error.
@FlorianRappl commented on GitHub (Nov 4, 2025):
Yes I know. But when I closed it the build was running again. (2) was a response to your last comment, not the OP.
@agracio commented on GitHub (Nov 4, 2025):
What is the current status of
developbranch, I mentioned in another issue that the code can benefit from refactoring shaving 1.5k-2k lines of code, but do not want to make changes while the branch is still unstable should I wait for a merge to main first?@FlorianRappl commented on GitHub (Nov 4, 2025):
You can always make a PR.
Target for any PRs should be
develop.@agracio commented on GitHub (Nov 4, 2025):
Unfortunately
developbranch is still broken. Both test projects ElectronNET.ConsoleApp and ElectronNET.WenApp have incorrect nuget dependencies.This results in solution build errors and inability to launch local test app.
I was able to resolve issue locally by updating ElectronNET.Core and ElectronNET.Core.AspNet nuget package references to 0.0.18.
PR https://github.com/ElectronNET/Electron.NET/pull/904
@FlorianRappl commented on GitHub (Nov 4, 2025):
Nope - they are set to what
mainwill be. For these projects you should always either change locally or usemain.