-
-
Notifications
You must be signed in to change notification settings - Fork 745
Open
Description
- Version: 0.2.0
- Target: .NET 8
Steps to Reproduce:
- Create React with ASP.NET Core project using Visual Studio 2022, .NET version selects .NET 8.
- The new template separates Client and Server into 2 sub-projects, and it comes with Vite.
- I've installed ElectronNET.Core and ElectronNET.Core.AspNet v0.2.0 via nuget in the Server project.
- Added the code as suggested in Program.cs file.
- When I debug the project in Visual Studio it stucks at this screen and Electron Windows is not launched.
- I'm able to access react app in browser when navigate to http://localhost:5173
