Adam Ralph

Results 214 comments of Adam Ralph

One thing that certainly is impressive is the amount of platforms it has been ported to. Current count is 20. It's the closest thing to a CLI standard I've seen...

I played around with it once but it's a minefield. Not in short because `Console.CancelKeyPress` goes off on some threadpool thread. But if anyone can get it working, :+1:. Maybe...

One thing to bear in mind is that the evaluation of REPL command arguments is general across all commands and is performed at a lower level than the command implementation...

Big :+1: to the feature proposal, btw.

A comment on the proposal: it seems strange to mix in the `options:` and `examples:` info and layout all into the `Usage` property. For one thing, it's assuming knowledge of...

Hi @jamesford42 you can indeed pass objects between scripts and hosting apps. There is a hosting layer provided, ScriptCs.Hosting, which allows relatively easy script invocation, or you can go down...

@jamesford42 that's very true. API docs are rather lacking at the moment. I'll leave this issue open for now to give you a chance to get started and come back...

@jamesford42 if you want to manipulate C# itself then the best thing to do is probably to use Roslyn directly. This is exactly what the Roslyn semantic model it is...

Yeah, what @filipw said ;-). Also bear in mind that I want to implement https://github.com/adamralph/scriptcs-nancy/issues/13

It is for REPL but also to allow me to do my own convention based location within a script pack.