mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #889] [CLOSED] Fixed typo in Electron.cs #1334
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/889
Author: @icnocop
Created: 8/21/2025
Status: ❌ Closed
Base:
develop← Head:patch-1📝 Commits (8)
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 props9a615caMerge pull request #881 from hillin/reintroduce-#6482ba912cFixed typo in Electron.cs📊 Changes
11 files changed (+446 additions, -3 deletions)
View changed files
📝
src/ElectronNET.API/BridgeConnector.cs(+82 -1)📝
src/ElectronNET.API/Electron.cs(+6 -1)➕
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
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.