[PR #409] [MERGED] Add missing config parameter fixes #407 #1160

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

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/409
Author: @konstantingross
Created: 5/20/2020
Status: Merged
Merged: 5/21/2020
Merged by: @GregorBiswanger

Base: masterHead: feature/Add_missing_config_parameter_#407


📝 Commits (3)

  • a5543bf Typo in summary
  • 8c250ae Add ConfigurationProfile paramter to electronize start command
  • bb3d073 Custom user path removed and replaced by the correct directory with VS macro

📊 Changes

3 files changed (+10 additions, -3 deletions)

View changed files

📝 ElectronNET.API/NativeTheme.cs (+1 -1)
📝 ElectronNET.CLI/Commands/StartElectronCommand.cs (+8 -1)
📝 ElectronNET.CLI/Properties/launchSettings.json (+1 -1)

📄 Description

ElectronNET.API:

  • Fixed a typo in a NativeTheme summary.

ElectronNET.CLI

  • Fixed bug: Custom user path removed and replaced by the correct directory with VS macro
  • New Feature: Set configuration profile [Default Release] #407
    `electronize start /dotnet-configuration Release'

When ElectronNET.CLI is the Startup Project, press F5 (Debzg) and the ElectronNET.WebApp starts correctly without error!


🔄 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/409 **Author:** [@konstantingross](https://github.com/konstantingross) **Created:** 5/20/2020 **Status:** ✅ Merged **Merged:** 5/21/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `feature/Add_missing_config_parameter_#407` --- ### 📝 Commits (3) - [`a5543bf`](https://github.com/ElectronNET/Electron.NET/commit/a5543bfe606af66a54fd91b3cffa500618f6bed4) Typo in summary - [`8c250ae`](https://github.com/ElectronNET/Electron.NET/commit/8c250ae83e8794c10f75fbf800b3b3681e50e0c6) Add ConfigurationProfile paramter to electronize start command - [`bb3d073`](https://github.com/ElectronNET/Electron.NET/commit/bb3d073fae1d4e2f71100dfa7cf15cdd679b3412) Custom user path removed and replaced by the correct directory with VS macro ### 📊 Changes **3 files changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/NativeTheme.cs` (+1 -1) 📝 `ElectronNET.CLI/Commands/StartElectronCommand.cs` (+8 -1) 📝 `ElectronNET.CLI/Properties/launchSettings.json` (+1 -1) </details> ### 📄 Description ElectronNET.API: - Fixed a typo in a NativeTheme summary. ElectronNET.CLI - Fixed bug: Custom user path removed and replaced by the correct directory with VS macro - New Feature: Set configuration profile [Default Release] #407 `electronize start /dotnet-configuration Release' When ElectronNET.CLI is the Startup Project, press F5 (Debzg) and the ElectronNET.WebApp starts correctly without error! --- <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:55 +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#1160