You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the WebView discussion is certainly interesting, some of us would rather prefer a full-featured Electron-like shell that would be Node.js-free and .NET Core-based. I believe many of us would be fine with bundling a platform-specific Chromium rendering runtime (same as Electron does) for predictable consistency and stability of our Desktop apps.
I.e., it would be a direct replacement of what Electron is but with .NET Core hosted in the Main process and Blazor WebAseembly in the Renderer process. The interop between the two could be done via something like Electron's custom protocol handlers or something like Edge's ICoreWebView2.
IMO, currently Chromely project comes close to that, but it lacks proper corporate backing and endorsement (something that Electron has).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While the
WebView
discussion is certainly interesting, some of us would rather prefer a full-featured Electron-like shell that would be Node.js-free and .NET Core-based. I believe many of us would be fine with bundling a platform-specific Chromium rendering runtime (same as Electron does) for predictable consistency and stability of our Desktop apps.I.e., it would be a direct replacement of what Electron is but with .NET Core hosted in the Main process and Blazor WebAseembly in the Renderer process. The interop between the two could be done via something like Electron's custom protocol handlers or something like Edge's
ICoreWebView2
.IMO, currently Chromely project comes close to that, but it lacks proper corporate backing and endorsement (something that Electron has).
A while ago I posted a related rant on Reddit, "Mixing Electron and .NET Core in a multi-process desktop application", where I attempted to go through all existing options that try to marry Electron and .NET together.
Beta Was this translation helpful? Give feedback.
All reactions