mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Creating c# script. Not sure how we can compile/run this yet #27

Closed curranlipsett closed 3 years ago

curranlipsett commented 5 years ago

Any ideas on if I should commit the .exe or not? I included monodevelop in the dockerfile which I think will build the .cs, but I'm not sure if you've got any ideas how to run it after it's built.

mkasberg commented 5 years ago

I spent a little time trying to figure out how to get this working, but I'm still having trouble trying to make it accept parameters on the command line with the script runner from mono-csharp-shell. Not sure if that runner is capable of accepting params on the command line... Maybe I'll look into it a little more when I have more time...