mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Using the latest electron.net (9) compatible with .NET LTS (Core 3.1) is using an unsupported version of electron (9) #646
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 @The-MAZZTer on GitHub (Mar 26, 2021).
Originally assigned to: @GregorBiswanger on GitHub.
Electron.NET CLI 9.31.2.0
Electron.NET API 9.31.2
.NET Core 3.1.13 LTS
Windows x64
Steps to Reproduce:
Install fails as latest 11.x version does not support .NET LTS, only .NET 5, forcing LTS users to use 9.x version. This version uses electron 9.4.4 which does not appear to be officially supported by the electron team any more; users running into problems are told to upgrade.
This was a problem for me because electron 9.4.4 install can fail if behind a proxy, as it fails to use standard proxy environment variable directives and requires custom ones to be defined (I am not sure if electron 11 still has this problem or not).
I would recommend going forward the Electron.NET team target the latest .NET LTS as a minimum supported version. If .NET Core 3.1 support cannot be re-added for whatever reason I suggest doing this going forward with .NET 6 LTS.
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!