mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #766] [CLOSED] Added .NET Code execution from UI #1183
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/quasar/Quasar/pull/766
Author: @ooojustin
Created: 5/11/2019
Status: ❌ Closed
Base:
dev← Head:master📝 Commits (1)
56c1dd4Added .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:

New form:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.