mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
dotnet electronize start command throws errors when used asp.netcore2.1 with the angular
#161
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 @WeihanLi on GitHub (May 20, 2018).
dotnet electronize startcommand throws errors when used asp.netcore2.1 with the angular.The error is as follows:
but when I run
dotnet publish,there's no error.My Environment:
@WeihanLi commented on GitHub (May 20, 2018):
When I use asp.net core2.0, it works great.
So I'm not sure whether it is a bug of asp.net core2.1 or asp.netcore2.1spa or Electron.NET bug
@WeihanLi commented on GitHub (May 27, 2018):
It seems to be a bug of
ElectronNET.CLI@DimaMorgun commented on GitHub (Sep 3, 2018):
If u use Angular in you'r application remove the ng build statement in tag in you'r .csproj file.
@srameh commented on GitHub (Sep 7, 2018):
I have a MVC site in Asp.Net Core 2.1 and when I run I get same error.
"Error occurred during dotnet publish."
Now even when I downgrade it to Core 2 I get the same error.
Is there a fix for this?