Glenn Block
Glenn Block
Useful for conversion between different types. Should also support converting to/from strings with the values "Nothing", "Nada" and "Zilch"
I've read the discussion in the GraphQL repo about not supporting multi-line to simplify the spec and because most editors support a gesture for commenting / uncommenting multiple lines. Has...
Coming soon to a theater near you! 💥
There is no way to uninstall a single module using scriptcs. You can use -clean to clean all modules, or you can go delete the folder manually. We should have...
It would be useful to be able to dump output / trace logs to an external log aggregator ie Splunk, ES, DB, etc.
Dynamic langs and Powershell generally allow capturing the last result in an implicit var. It would be nice to do the same with scriptcs i.e. something like "_last" etc. Refer...
If a range is specified for version: ``` xml ``` installing will fail with the folllowing error: ``` bash ERROR: Installation failed: Unable to parse version value '[0.3.1,1.0]' from 'packages.config'.....
For example this line in `ScriptExecutor.Execute` will fail. ``` csharp InjectScriptLibraries(workingDirectory, result, ScriptPackSession.State); ``` We should just make `Initialize` get called if something is invoked and the session is null.