electron.net-api-demos
electron.net-api-demos copied to clipboard
Explore the Electron.NET APIs
Just downloaded solution and can't run demo because of the following errors: Build:Cannot find namespace 'SocketIO'. Build:Cannot find module 'exceljs' or its corresponding type declarations. I downloaded the source code...
I try to build the app for linux : ``` PS D:\MyProjects4\Blazor\electron.net-api-demos-master\ElectronNET-API-Demos> electronize build /target linux Build Electron Application... Arguments: target = linux Build ASP.NET Core App for linux-x64... Executing...
I try to build the app in VS2022 for NET 6 and receive ``` 1>------ Rebuild All started: Project: ElectronNET-API-Demos, Configuration: Release Any CPU ------ Restored D:\MyProjects4\Blazor\electron.net-api-demos-master\ElectronNET-API-Demos\ElectronNET-API-Demos.csproj (in 80 ms)....
The demo is launching but all button "View Demo" does nothing. I don't see any error in the console of dev tools. Am I missing something ? https://i.ibb.co/z84Xmn5/electronnetdemobug.gif Thanks
Hi, This Pull Request is Originally Related to: https://github.com/ElectronNET/electron.net-api-demos/issues/25 Completely Tested on local.... Regards.
Last messages in console ``` Got disconnect! Reason: ping timeout ASP.NET Core Application connected... global.electronsocket fTtjwYi4jGk8JGxJAAAA 2022-04-12T07:46:11.206Z stdout: BridgeConnector connected! ``` .net core 3.1 nodejs version 17.9.0
Application stuck at splash screen.
``` Uncaught TypeError: Cannot read property 'querySelector' of undefined at G:\electron\electron-api-demos\assets\imports.js:5 at NodeList.forEach () at Object. (G:\electron\electron-api-demos\assets\imports.js:4) at Object. (G:\electron\electron-api-demos\assets\imports.js:14) at Module._compile (internal/modules/cjs/loader.js:1152) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1173) at Module.load (internal/modules/cjs/loader.js:992) at...
It's necessary to build the project before running `electronize start`, otherwise nothing is shown after the splash screen. Additionally, I cleaned up the readme format (markdown image and fixed [MD014](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md014))...
Hello, is it possible with Electron.NET to create a menu called in a manner similar to the one found [here](https://dev.to/saisandeepvaddi/creating-a-custom-menu-bar-in-electron-1pi3) ?