Is there a way to pass command line arguments to a service invoked by mono-service? All of the command line arguments seem to be absorbed by mono-service instead of passed to the service.
feedback
|
|
The idiomatic way to do things would be to use an app.config file to contain Configuration Sections (in XML). Update That seems odd. The You could try compiling a modified version of * see github gist or commit for reviewCompile to OLDER STUFF:Update 1 Strike that. Judging from the code you should just be able to pass options trailing the assembly name. This implies that the following should do what you expect:
| |||||||||
feedback
|