[PR #773] [CLOSED] Fix some build errors #1182

Closed
opened 2026-02-27 15:53:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/773
Author: @fragtion
Created: 8/1/2019
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • 07e84fb Added feature: Request process elevation on execution
  • b725d5a removed redundant code
  • dbe7a77 use 'Common Application Data' replace 'User Application Data' as Client install directory to fix bug in particular case
  • 56c1dd4 Added .NET Code execution from UI
  • e2f9cd9 Merge commit 'refs/pull/742/head' of git://github.com/quasar/QuasarRAT
  • 44a8109 Merge commit 'refs/pull/700/head' of git://github.com/quasar/QuasarRAT
  • 4e331ce Fix some build errors...

📊 Changes

18 files changed (+1430 additions, -33 deletions)

View changed files

📝 Quasar.Client/Config/Settings.cs (+2 -0)
📝 Quasar.Client/Program.cs (+7 -1)
📝 Quasar.Server/Build/ClientBuilder.cs (+4 -1)
📝 Quasar.Server/Forms/FrmBuilder.Designer.cs (+38 -1)
📝 Quasar.Server/Forms/FrmBuilder.cs (+2 -1)
Quasar.Server/Forms/FrmExecuteCode.Designer.cs (+331 -0)
Quasar.Server/Forms/FrmExecuteCode.cs (+187 -0)
Quasar.Server/Forms/FrmExecuteCode.resx (+695 -0)
📝 Quasar.Server/Forms/FrmMain.Designer.cs (+22 -11)
📝 Quasar.Server/Forms/FrmMain.cs (+10 -0)
📝 Quasar.Server/Forms/FrmMain.resx (+16 -16)
📝 Quasar.Server/Models/BuildOptions.cs (+1 -0)
📝 Quasar.Server/Models/BuilderProfile.cs (+12 -0)
📝 Quasar.Server/Properties/Resources.Designer.cs (+53 -1)
📝 Quasar.Server/Properties/Resources.resx (+33 -0)
📝 Quasar.Server/Quasar.Server.csproj (+16 -1)
Quasar.Server/images/code.png (+0 -0)
📝 Quasar.Server/packages.config (+1 -0)

📄 Description

No description provided


🔄 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/quasar/Quasar/pull/773 **Author:** [@fragtion](https://github.com/fragtion) **Created:** 8/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`07e84fb`](https://github.com/quasar/Quasar/commit/07e84fb290e78b55b5c04d18301098e0db9de572) Added feature: Request process elevation on execution - [`b725d5a`](https://github.com/quasar/Quasar/commit/b725d5a50d7d7f49c31db278e13c6122a66d9de3) removed redundant code - [`dbe7a77`](https://github.com/quasar/Quasar/commit/dbe7a7784b00d5a6fcba0a3a5d67ec5d2cddd984) use 'Common Application Data' replace 'User Application Data' as Client install directory to fix bug in particular case - [`56c1dd4`](https://github.com/quasar/Quasar/commit/56c1dd45eb60f998215374fb4b44e1cef1f36188) Added .NET Code execution from UI - [`e2f9cd9`](https://github.com/quasar/Quasar/commit/e2f9cd9195c2b2ce6fd56961af15ed9c6f8e93d4) Merge commit 'refs/pull/742/head' of git://github.com/quasar/QuasarRAT - [`44a8109`](https://github.com/quasar/Quasar/commit/44a8109e710a1f504f61988b5a1b4cce32855e67) Merge commit 'refs/pull/700/head' of git://github.com/quasar/QuasarRAT - [`4e331ce`](https://github.com/quasar/Quasar/commit/4e331ce553b12de7b77be04dc14b1f3b5b7ea2a8) Fix some build errors... ### 📊 Changes **18 files changed** (+1430 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Quasar.Client/Config/Settings.cs` (+2 -0) 📝 `Quasar.Client/Program.cs` (+7 -1) 📝 `Quasar.Server/Build/ClientBuilder.cs` (+4 -1) 📝 `Quasar.Server/Forms/FrmBuilder.Designer.cs` (+38 -1) 📝 `Quasar.Server/Forms/FrmBuilder.cs` (+2 -1) ➕ `Quasar.Server/Forms/FrmExecuteCode.Designer.cs` (+331 -0) ➕ `Quasar.Server/Forms/FrmExecuteCode.cs` (+187 -0) ➕ `Quasar.Server/Forms/FrmExecuteCode.resx` (+695 -0) 📝 `Quasar.Server/Forms/FrmMain.Designer.cs` (+22 -11) 📝 `Quasar.Server/Forms/FrmMain.cs` (+10 -0) 📝 `Quasar.Server/Forms/FrmMain.resx` (+16 -16) 📝 `Quasar.Server/Models/BuildOptions.cs` (+1 -0) 📝 `Quasar.Server/Models/BuilderProfile.cs` (+12 -0) 📝 `Quasar.Server/Properties/Resources.Designer.cs` (+53 -1) 📝 `Quasar.Server/Properties/Resources.resx` (+33 -0) 📝 `Quasar.Server/Quasar.Server.csproj` (+16 -1) ➕ `Quasar.Server/images/code.png` (+0 -0) 📝 `Quasar.Server/packages.config` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1182
No description provided.