Commit Graph

  • 6e369aabef Fix static files and CSS asset reference for SignalR sample Pierre Arnaud 2026-01-30 16:58:29 +01:00
  • 06a332827b Fix window shutdown and URL port for SignalR mode Pierre Arnaud 2026-01-30 16:43:53 +01:00
  • 23f79244ae Fix SignalR event args spreading for Electron handlers Pierre Arnaud 2026-01-30 16:40:20 +01:00
  • 6b9187cf6e Fix SignalR bridge communication issues Pierre Arnaud 2026-01-30 16:36:27 +01:00
  • 108ef19a3b CRITICAL FIX: Prevent Electron from quitting in SignalR mode Pierre Arnaud 2026-01-30 15:29:48 +01:00
  • 8c6020e35b WIP: Debugging SignalR connection timeout Pierre Arnaud 2026-01-30 13:27:03 +01:00
  • 547e9f1196 Fix: Add safe console wrapper to prevent EPIPE errors Pierre Arnaud 2026-01-30 13:22:35 +01:00
  • 4b971af119 Fix: Execute app ready callback in SignalR mode Pierre Arnaud 2026-01-30 13:19:49 +01:00
  • da8216b292 Implement bidirectional event routing for SignalR mode Pierre Arnaud 2026-01-30 13:09:55 +01:00
  • be609a513e Refactor: Introduce IFacade interface for SocketIO and SignalR facades Pierre Arnaud 2026-01-30 13:03:19 +01:00
  • c4a8de6c4e Fix psl dist folder issue by copying from source after npm install Pierre Arnaud 2026-01-30 12:52:40 +01:00
  • 5b3d5e07ee Add @microsoft/signalr to package.template.json for npm install during build Pierre Arnaud 2026-01-30 12:46:57 +01:00
  • 9135aff855 Fix electronurl parameter case sensitivity for Electron command line Pierre Arnaud 2026-01-30 12:39:32 +01:00
  • e9efb26dff Fix main.js to check SignalR flags first before legacy mode flags Pierre Arnaud 2026-01-30 12:37:12 +01:00
  • e29a3bc27a Fix IsUnpackaged extension to include UnpackedDotnetFirstSignalR Pierre Arnaud 2026-01-30 12:34:42 +01:00
  • f55abb357c Fix Electron launch: subscribe to ASP.NET Ready event in SignalR controller Pierre Arnaud 2026-01-30 12:26:17 +01:00
  • 0b92336de2 Fix dynamic port binding: use 127.0.0.1 instead of localhost for port 0 Pierre Arnaud 2026-01-30 12:22:07 +01:00
  • 4c17027039 Add BlazorSignalR sample to solution file Pierre Arnaud 2026-01-30 12:20:08 +01:00
  • 5d04ab686a Add ElectronNET.Samples.BlazorSignalR - complete sample app for SignalR mode Pierre Arnaud 2026-01-30 12:17:20 +01:00
  • de0c02c503 Add comprehensive documentation for SignalR-based startup mode Pierre Arnaud 2026-01-30 12:11:48 +01:00
  • 054f5b1c4c Complete Phase 5: Add SignalR startup detection and port 0 configuration Pierre Arnaud 2026-01-30 12:10:49 +01:00
  • 04ec52208a Fix compilation errors - Phase 4 complete (basic structure) Pierre Arnaud 2026-01-30 12:08:43 +01:00
  • 268b9c90ce Update RuntimeControllerAspNetDotnetFirstSignalR to use SignalRFacade Pierre Arnaud 2026-01-30 12:06:29 +01:00
  • cb7d721b7d Add SignalRFacade for SignalR-based API communication Pierre Arnaud 2026-01-30 12:04:33 +01:00
  • c1740b53fc Add SignalR client support to Electron Host for new startup modes Pierre Arnaud 2026-01-30 12:02:46 +01:00
  • 40aed60c7d Add RuntimeControllerAspNetDotnetFirstSignalR for SignalR-based startup Pierre Arnaud 2026-01-30 12:00:27 +01:00
  • 8ee81f6abd Add ElectronHub and SignalR infrastructure for new startup modes Pierre Arnaud 2026-01-30 11:58:31 +01:00
  • 7f2ea4839e Add PackagedDotnetFirstSignalR and UnpackedDotnetFirstSignalR startup methods Pierre Arnaud 2026-01-30 11:57:40 +01:00
  • 092789a5ec feat: Add overloaded methods in IpcMain that supports listeners with a return type of Task<object>. DYH1319 2026-01-25 00:47:35 +08:00
  • bff3fffcbd feat: Add the Handle, HandleOnce, and RemoveHandler events to IpcMain DYH1319 2026-01-24 23:18:16 +08:00
  • f4da9588c9 Bump lodash in /src/ElectronNET.WebApp/ElectronHostHook dependabot[bot] 2026-01-21 23:55:31 +00:00
  • 04c1415f6d Bump lodash from 4.17.21 to 4.17.23 in /src/ElectronNET.Host dependabot[bot] 2026-01-21 23:29:29 +00:00
  • 456135a562 Merge pull request #1015 from hillin/main Florian Rappl 2026-01-21 12:18:25 +01:00
  • 300f52510c Update Migration Guide with details on electron-builder.json location and launch settings lucas 2026-01-21 15:30:44 +08:00
  • d85a64f515 Merge pull request #1014 from softworkz/submit_new_event 0.4.1-pre.26 Florian Rappl 2026-01-21 08:19:16 +01:00
  • 53698d1d44 Merge pull request #1013 from softworkz/submit_timeout Florian Rappl 2026-01-21 08:07:50 +01:00
  • 04a224aa4f Merge pull request #1012 from softworkz/submit_migcheck_updates Florian Rappl 2026-01-21 08:06:55 +01:00
  • 891da140b7 Relax Migration check for package.json in root softworkz 2026-01-21 06:42:16 +01:00
  • 17f761d184 Fix FormatException softworkz 2026-01-21 05:23:17 +01:00
  • 9f6489891e ElectronNET.Host: Revert JS SDK to default value from VS 2026 softworkz 2026-01-21 06:08:57 +01:00
  • c8f1cdf59f Add tests for BrowserWindow.OnBoundsChanged event softworkz 2026-01-21 06:10:19 +01:00
  • 6c95dfd476 BrowserWindow: Add OnBoundsChanged event softworkz 2026-01-21 06:09:57 +01:00
  • b180fc2ea8 Double-up timeout for electron-builder softworkz 2026-01-21 05:10:24 +01:00
  • 682a1c38ed Optional Florian Rappl 2025-12-23 21:10:57 +01:00
  • 809b0a6be7 Added missing methods Florian Rappl 2025-12-23 00:38:37 +01:00
  • ae3f755648 Fixed center handling Florian Rappl 2025-12-22 12:32:52 +01:00
  • 7e6760a428 Merge pull request #998 from ElectronNET/develop 0.4.0 Florian Rappl 2025-12-19 00:09:34 +01:00
  • 29fdbb5315 Updated changelog 0.4.0-pre.18 Florian Rappl 2025-12-18 23:58:04 +01:00
  • 36bba6a49f Merge pull request #995 from softworkz/submit_packageid Florian Rappl 2025-12-18 21:57:28 +01:00
  • 44a010e0ed Merge pull request #996 from softworkz/submit_singleinstance Florian Rappl 2025-12-18 21:56:59 +01:00
  • 25770db138 Update src/ElectronNET/build/ElectronNET.Core.targets softworkz 2025-12-18 17:25:52 +01:00
  • 1c99ab02cc Merge pull request #997 from softworkz/submit_rerun Florian Rappl 2025-12-18 16:56:29 +01:00
  • 73c56e2450 Try fix retry-test-jobs softworkz 2025-12-18 16:13:04 +01:00
  • 30037fce69 Fix ElectronSingleInstance handling softworkz 2025-12-18 15:51:45 +01:00
  • 69048d5565 Set PackageId from ElectronPackageId softworkz 2025-12-18 15:12:21 +01:00
  • d9c8e04b5c Meta for 0.4.0 Florian Rappl 2025-12-17 16:40:46 +01:00
  • 368ef412bb Merge pull request #988 from softworkz/submit_crossdebug Florian Rappl 2025-12-17 15:29:48 +01:00
  • cb20fbad25 Merge pull request #991 from ElectronNET/develop 0.3.1 Florian Rappl 2025-12-16 19:00:07 +01:00
  • 89cdf2f55b Merge pull request #992 from softworkz/submit_rerun Florian Rappl 2025-12-16 18:53:23 +01:00
  • 1c62c1f132 Try fix job re-run softworkz 2025-12-16 15:32:45 +01:00
  • d3e3188681 Prepare for 0.3.1 Florian Rappl 2025-12-16 15:51:39 +01:00
  • 4f95043309 Merge pull request #990 from softworkz/submit_packageid Florian Rappl 2025-12-16 15:48:43 +01:00
  • 13f1203ccc Use ElectronPackageId instead of PackageId softworkz 2025-12-16 14:53:25 +01:00
  • 9d0378798b ElectronProcessActive: Add check for platform mismatch softworkz 2025-12-15 12:12:42 +01:00
  • 1d6ef7a250 ElectronProcessActive: Mark binaries as executable when debugging softworkz 2025-12-15 12:12:05 +01:00
  • 2d6d4e2320 Fix up incorrect symlinks created by npm on Windows softworkz 2025-12-15 11:13:31 +01:00
  • df8e269d5c Core: Introduce cross-platform npm restore and check mismatch on publish softworkz 2025-12-15 09:34:47 +01:00
  • bdfbcd5b77 Merge pull request #986 from ElectronNET/develop 0.3.0 Florian Rappl 2025-12-14 22:13:10 +01:00
  • 19e785f53f Fixed whitespace Florian Rappl 2025-12-14 15:30:21 +01:00
  • 0b453177b5 Added contributing guide 0.3.0-pre.5 Florian Rappl 2025-12-14 15:20:15 +01:00
  • 8ed7f27722 Make sure the electron-host-hook strays unobtrusive Florian Rappl 2025-12-14 00:49:34 +01:00
  • 321b8cd9e5 Merge branch 'develop' of https://github.com/ElectronNET/Electron.NET into develop Florian Rappl 2025-12-14 00:36:59 +01:00
  • b326f863d8 Updated changelog Florian Rappl 2025-12-14 00:36:53 +01:00
  • f148fe6a14 Merge pull request #983 from markatosi/develop Florian Rappl 2025-12-14 00:32:37 +01:00
  • 515d325731 Fixed startup in VS Code Florian Rappl 2025-12-13 23:43:12 +01:00
  • f32a40fe17 Add macOS profiles for ASP.NET and Console apps markatosi 2025-12-13 12:18:38 -10:00
  • c53a5a9163 Merge pull request #982 from markatosi/develop Florian Rappl 2025-12-13 12:28:41 +01:00
  • 8d4cdddc46 Conditionally set AutoHideMenuBar for Windows/Linux markatosi 2025-12-12 13:45:56 -10:00
  • 70e8f85123 Merge pull request #977 from softworkz/submit_revertnet6 0.3.0-pre.1 Florian Rappl 2025-12-12 07:23:26 +01:00
  • 5a7cbd972f Combine and separate workflows softworkz 2025-12-12 01:22:36 +01:00
  • 33da428c45 Fix build after PR merge softworkz 2025-12-12 01:39:02 +01:00
  • f1b4766360 Add automatic retry for failed test jobs softworkz 2025-12-12 00:48:56 +01:00
  • e070759645 integration-tests: Add random delay softworkz 2025-12-12 00:47:12 +01:00
  • 49eaa5e129 Merge pull request #973 from davidroth/set-menu-items Florian Rappl 2025-12-11 22:58:06 +01:00
  • b3f5a3c52b Merge pull request #976 from softworkz/submit_revertnet6 Florian Rappl 2025-12-11 22:57:40 +01:00
  • 0d732ce99e Partially revert "Drop .NET 6.0, default to .NET 10.0 and update dependencies" softworkz 2025-12-11 22:07:37 +01:00
  • 218b99808b Add dynamic tray menu update functionality David Roth 2025-12-10 21:16:44 +01:00
  • 7f507a6d86 Merge pull request #975 from davidroth/missing-usings Florian Rappl 2025-12-11 10:55:17 +01:00
  • 81b3793966 Merge pull request #974 from davidroth/dotnet-targets Florian Rappl 2025-12-11 10:54:44 +01:00
  • 1baa5c6200 Drop .NET 6.0, default to .NET 10.0 and update dependencies David Roth 2025-12-10 21:43:10 +01:00
  • 5f76804065 Fix buidl by adding necessary using directives for async and DI setup. David Roth 2025-12-10 21:48:42 +01:00
  • 70ffebf39d Updated changelog Florian Rappl 2025-12-10 23:03:57 +01:00
  • 0a54735f35 Merge branch 'main' of https://github.com/ElectronNET/Electron.NET into develop Florian Rappl 2025-12-10 22:54:56 +01:00
  • 1ac371b3da Merge pull request #962 from softworkz/submit_testupd 0.3.0-pre.336 Florian Rappl 2025-12-09 15:23:33 +01:00
  • e854451043 Merge pull request #968 from adityashirsatrao007/feat/host-hook-sample Florian Rappl 2025-12-09 10:21:36 +01:00
  • 331c2f548c fix: address review comments (protocol, config, startup) Aditya 2025-12-07 23:08:09 +05:30
  • b00adcbd38 feat: Add ElectronHostHook sample application (#967) Aditya 2025-12-07 22:57:35 +05:30
  • ed6d24dbb1 Merge pull request #964 from niteshsinghal85/custom_main_example Florian Rappl 2025-12-07 18:08:26 +01:00
  • 2c82206c62 Merge pull request #966 from softworkz/submit_migrationchecks 0.3.0-pre.331 Florian Rappl 2025-12-07 18:00:18 +01:00
  • d0eb0880b1 Fix publishing documentation softworkz 2025-12-07 12:49:53 +01:00