mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
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/881
Author: @hillin
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @FlorianRappl
Base:
main← Head:reintroduce-#648📝 Commits (6)
ca74838fix #647 process argv for open-file for win and linuxf7de17ffix #647 add initial Process class to ElectronNET.APIdc019ad#647 add to ElectronNET.API Process member interfaces for argv and typec01ef40fix #647 add to ElectronNET.API Process member interfaces for various fields8daf4d1#647 update XML documentation to ElectronNET.API Process membersf9601a6fix #647 make ProcessVersions Entity a record to ensure readonly access to props📊 Changes
11 files changed (+445 additions, -2 deletions)
View changed files
📝
src/ElectronNET.API/BridgeConnector.cs(+82 -1)📝
src/ElectronNET.API/Electron.cs(+5 -0)➕
src/ElectronNET.API/Entities/ProcessVersions.cs(+10 -0)➕
src/ElectronNET.API/Process.cs(+185 -0)📝
src/ElectronNET.API/ServiceCollectionExtensions.cs(+2 -1)📝
src/ElectronNET.CLI/Commands/Actions/DeployEmbeddedElectronFiles.cs(+1 -0)📝
src/ElectronNET.CLI/ElectronNET.CLI.csproj(+1 -0)➕
src/ElectronNET.Host/api/process.js(+62 -0)➕
src/ElectronNET.Host/api/process.js.map(+1 -0)➕
src/ElectronNET.Host/api/process.ts(+73 -0)📝
src/ElectronNET.Host/main.js(+23 -0)📄 Description
This PR cherry-picks all the commits in #648, which was somehow lost in
d3aa9783d3.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.