mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
the example doesn't work #820
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 @PrestigeDevop on GitHub (Sep 2, 2022).
Originally assigned to: @GregorBiswanger on GitHub.
is this clean template ( clean code )
um.. I might need some help here is there
what am I missing here ?
@PrestigeDevop commented on GitHub (Sep 2, 2022):
it seems that the packages aren't installed correctly , when I try to install them manually it failed with dotnet 2.0 doesn't exist ( this is the first time I see this ) , I deleted obj folder and localnugtpackage.json it didn't help any idea , or working sample
@PrestigeDevop commented on GitHub (Sep 3, 2022):
update : when I try Electron API demo with


@PrestigeDevop commented on GitHub (Sep 3, 2022):
@PrestigeDevop commented on GitHub (Sep 5, 2022):
So it seems that I had to restrict dotnet sdk to v5 using globl.json also deleting Nuget package catch and performing
https://github.com/dotnet/msbuild/issues/7940#issuecomment-1236172029
hmm now it seems that https://status.nuget.org/ has some issue
https://github.com/NuGet/NuGetGallery/issues/9218
@PrestigeDevop commented on GitHub (Sep 10, 2022):
currently I'm using https://github.com/medhatelmasry/ElectronServerBlazorEf , however I couldn't enable hot reload ..
@rtaylor72 commented on GitHub (Nov 1, 2022):
I am also running into this same error:
dotnet publish -r win-x64 -c "Debug" --output "....\Electron.NET-master\obj\Host\bin" /p:PublishReadyToRun=false /p:PublishSingleFile=false /p:DisabledWarnings=true
MSBuild version 17.4.0-preview-22470-08+6521b1591 for .NET
C:_Source\Other\Electron.NET-master\Electron.NET-master\ElectronNET.sln : Solution file error MSB4249: Unable to build website project "ElectronNET.Host". The ASP.NET compiler is only available on the .NET Framework version of MSBuild.
The ElectronNET.Host project references .NET Framework 4.8 in the solution file, and I think is the cause of this issue. Adding a global.json file in the solution directory is not working. Any help with this?
Thanks!
@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!