mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #613] [MERGED] Fix IndexOutOfRangeException in build command parsing logic #1229
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/613
Author: @aguang-xyz
Created: 10/9/2021
Status: ✅ Merged
Merged: 2/21/2022
Merged by: @robertmuehsig
Base:
master← Head:fix/npe-when-target-not-specified📝 Commits (1)
5cd152cFix build command logic when target is not specified📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
ElectronNET.CLI/Commands/BuildCommand.cs(+1 -1)📄 Description
Hi there,
Thanks for this great project so we can build electron app in C# smoothly. I just found a small issue in the build command parsing logic and commit a fix about this.
How to reproduce the issue?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.