mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #893] [MERGED] ElectronNET.Core:: Taking it to the Next Leve #1335
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/893
Author: @softworkz
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @FlorianRappl
Base:
develop← Head:electronnet_core📝 Commits (10+)
c6b9de2Update .gitignoref634dc4Update NuGet.config0f3f29eglobal.json: Pin .net SDK74b80b3Add ElectronNET project (all build functionality)d6e39feAdd ElectronNET.Build project (dll with custom MSBuild tasks)14722e1Remove ElectronNET.CLI projectc0c3aaeElectronNET.Host: Remove build-helper and manifest (no longer needed)0dca0e9ElectronNET.Host: Update build configuration - changes:5ea368bElectronNET.Host: Update main.js with these changes:77efea5ElectronNET.Host: Fix TS compilation error in tray.js📊 Changes
305 files changed (+9093 additions, -5740 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.nuke/build.schema.json(+7 -15)📝
.nuke/parameters.json(+1 -1)📝
Changelog.md(+56 -392)📝
NuGet.config(+5 -2)📝
README.md(+55 -203)➕
WHATS_NEW.md(+127 -0)➕
artifacts/ElectronNET.Core.0.0.18.nupkg(+0 -0)➕
artifacts/ElectronNET.Core.API.0.0.18.nupkg(+0 -0)➕
artifacts/ElectronNET.Core.API.0.0.18.snupkg(+0 -0)➕
artifacts/ElectronNET.Core.AspNet.0.0.18.nupkg(+0 -0)➕
artifacts/ElectronNET.Core.AspNet.0.0.18.snupkg(+0 -0)➕
global.json(+7 -0)📝
nuke/Build.cs(+36 -135)➕
nuke/CommonPropsParser.cs(+33 -0)📝
src/ElectronNET.API/API/App.cs(+21 -16)📝
src/ElectronNET.API/API/AutoUpdater.cs(+0 -0)📝
src/ElectronNET.API/API/BrowserView.cs(+0 -0)📝
src/ElectronNET.API/API/BrowserWindow.cs(+0 -0)📝
src/ElectronNET.API/API/Clipboard.cs(+0 -0)...and 80 more files
📄 Description
This PR includes all the the changes that have been discussed in Taking it to the Next Level!
I haven't updated any documentation yet. This PR - for now - is focused on getting everybody a quick start without much hazzle. I have even checked in the current nuget packages, in order to get the hurdle of building and consuming out of the way.
Quick Start Instructions
Run on WSL
Prerequisites
(but I think the ASP.Net core framework does the installation automatically when you start debugging)
To launch Debugging on WSL
Creating Packages
Please let me know how it works for you
Enjoy!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.