Opened 7 years ago
Last modified 6 years ago
#2918 new feature request
Export C# Scripts to an Executable
Reported by: | abeham | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Scripting | Version: | |
Keywords: | Cc: |
Description
It would be nice if we could export our C# scripts to console programs.
Some requirements
- We would need to serialize the variable store and embed it within the executable.
- We would need to setup the environnment (ContentManager, PluginInfrastructure) prior to running the script code
- It should be possible to supply an options class to support commandline options (my favorite would be using the excellent CommandlineParser nuget package)
Change History (1)
comment:1 Changed 6 years ago by abeham
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.17
Note: See
TracTickets for help on using
tickets.