[PR #562] [MERGED] Using exit code instead of seek for the term 'error' #1214

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

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/562
Author: @TSrgy
Created: 4/29/2021
Status: Merged
Merged: 7/1/2021
Merged by: @GregorBiswanger

Base: masterHead: using-exit-code


📝 Commits (3)

📊 Changes

1 file changed (+7 additions, -51 deletions)

View changed files

📝 ElectronNET.CLI/ProcessHelper.cs (+7 -51)

📄 Description

Maybe I didn't take into account something, but I think it will work better.
It fixes my problem with warning in dotnet publish output like this:

...\Pages\Error.cshtml.cs(13,18): warning SA1649: File name should match first type name.


🔄 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/562 **Author:** [@TSrgy](https://github.com/TSrgy) **Created:** 4/29/2021 **Status:** ✅ Merged **Merged:** 7/1/2021 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `using-exit-code` --- ### 📝 Commits (3) - [`ac77ccc`](https://github.com/ElectronNET/Electron.NET/commit/ac77ccce9f71381c6fe2ad8b2afcba77720ba420) Using exit code - [`e5d47e0`](https://github.com/ElectronNET/Electron.NET/commit/e5d47e077bab8c53008376e4246c8bd5943c678c) escape arguments for bash - [`de2ce85`](https://github.com/ElectronNET/Electron.NET/commit/de2ce85a5c417bc336c048afcdbfff76085ff2fe) write command to console ### 📊 Changes **1 file changed** (+7 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.CLI/ProcessHelper.cs` (+7 -51) </details> ### 📄 Description Maybe I didn't take into account something, but I think it will work better. It fixes my problem with warning in `dotnet publish` output like this: > ...\Pages\\**Error**.cshtml.cs(13,18): warning SA1649: File name should match first type name. --- <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:58:29 +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#1214