[PR #324] [CLOSED] Added Target option for Start command #1142

Open
opened 2026-01-29 16:57:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/324
Author: @callumhutchy
Created: 10/15/2019
Status: Closed

Base: masterHead: ElectronizeStartCommandTargetOption


📝 Commits (1)

  • d698e33 Added Target option for Start command

📊 Changes

1 file changed (+31 additions, -17 deletions)

View changed files

📝 ElectronNET.CLI/Commands/StartElectronCommand.cs (+31 -17)

📄 Description

Uses the same structure as the /target for BuildCommand, changes the 'path' option to follow the same system /path .
Allows platform targeting when testing applications, which is necessary when using certain libraries.
Fixes #271


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/324 **Author:** [@callumhutchy](https://github.com/callumhutchy) **Created:** 10/15/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ElectronizeStartCommandTargetOption` --- ### 📝 Commits (1) - [`d698e33`](https://github.com/ElectronNET/Electron.NET/commit/d698e33aea377c1bbc6e91b413a9d1f20646cd59) Added Target option for Start command ### 📊 Changes **1 file changed** (+31 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.CLI/Commands/StartElectronCommand.cs` (+31 -17) </details> ### 📄 Description Uses the same structure as the /target for BuildCommand, changes the 'path' option to follow the same system /path <path>. Allows platform targeting when testing applications, which is necessary when using certain libraries. Fixes #271 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1142