[PR #766] [CLOSED] Added .NET Code execution from UI #1183

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/766
Author: @ooojustin
Created: 5/11/2019
Status: Closed

Base: devHead: master


📝 Commits (1)

  • 56c1dd4 Added .NET Code execution from UI

📊 Changes

11 files changed (+1364 additions, -29 deletions)

View changed files

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/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

This feature gives users the ability to write their own code in the UI and execute it on a clients machine automatically. Code is compiled via CodeDom and then uploaded/executed via the existing DoUploadAndExecute command.

Option in UI:
Option in UI

New form:
New form


🔄 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/766 **Author:** [@ooojustin](https://github.com/ooojustin) **Created:** 5/11/2019 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (1) - [`56c1dd4`](https://github.com/quasar/Quasar/commit/56c1dd45eb60f998215374fb4b44e1cef1f36188) Added .NET Code execution from UI ### 📊 Changes **11 files changed** (+1364 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `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/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 This feature gives users the ability to write their own code in the UI and execute it on a clients machine automatically. Code is compiled via CodeDom and then uploaded/executed via the existing DoUploadAndExecute command. Option in UI: ![Option in UI](https://f002.backblazeb2.com/file/justinooo-upload/Quasar_3Ym4KjmLMH.png) New form: ![New form](https://f002.backblazeb2.com/file/justinooo-upload/Quasar_311qhIlMTY.png) --- <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#1183
No description provided.