3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated RoslynScriptEngine to create the host based on Type not on interface More... over 12 years ago
Fixing bug on extensionless script running. More... over 12 years ago
Making '.csx' as default when no script name extension is provided. More... over 12 years ago
Merge pull request #504 from BlackFrog1/dev More... over 12 years ago
Only use package source that are enable More... over 12 years ago
This is a prelimininary fix for handling unexcepted/unamed arguments. The ArgumentParser Class would catch the ArgException and return null. But the calling method in ArgumentHandler Class would then try to access the returning null object. More... over 12 years ago
Change type to IScriptHostFactory More... over 12 years ago
Adding ScriptHostFactory method to builder and moving IScriptHostFactory/IScriptHost. Fixes for #496 and #497 More... over 12 years ago
Merge pull request #478 from dpen2000/invalid-load-notice More... over 12 years ago
Increment version to v0.9.0-alpha
jrusbatch
as Justin Rusbatch
More... over 12 years ago
Set version to v0.8.1
jrusbatch
as Justin Rusbatch
More... over 12 years ago
Merge pull request #490 from jrusbatch/repl-commands More... over 12 years ago
Merge pull request #489 from jrusbatch/repl-exit More... over 12 years ago
Refactor Reset logic into a new Reset method on IScriptExecutor
jrusbatch
as Justin Rusbatch
More... over 12 years ago
Entering `#reset' in the REPL should reset the state of the REPL
jrusbatch
as Justin Rusbatch
More... over 12 years ago
Entering `#clear' into the REPL should clear the console
jrusbatch
as Justin Rusbatch
More... over 12 years ago
IConsole should have a `Clear' method
jrusbatch
as Justin Rusbatch
More... over 12 years ago
ExecuteReplCommand.Execute should start a new line on exit
jrusbatch
as Justin Rusbatch
More... over 12 years ago
IConsole.WriteLine should have a parameterless overload
jrusbatch
as Justin Rusbatch
More... over 12 years ago
Fix for #475. Swapped -inMemory for -cache (which is false by default) More... over 12 years ago
Merge pull request #488 from kendaleiv/patch-1
jrusbatch
as Justin Rusbatch
More... over 12 years ago
Spelling fix More... over 12 years ago
Merge pull request #487 from dschenkelman/issues/486 More... over 12 years ago
Merge pull request #484 from filipw/fix-483 More... over 12 years ago
Fix for #486. inMemory is now the default More... over 12 years ago
Fix for #475, using .cache folder to store generated .dll files More... over 12 years ago
In some cases Roslyn seems to emit 2 assemblies not 1 - take the last one instead, otherwise we'll get type load exceptions all across the board. More... over 12 years ago
Merge branch 'dev' of https://github.com/scriptcs/scriptcs into invalid-load-notice More... over 12 years ago
Switch to custom exception InvalidDirectiveUseException for Throw behaviour in DirectiveLineProcessor More... over 12 years ago
Change ThrowIfAfterCode to BehaviourAfterCode on DirectiveLineProcessor to give implementers choice of how to handle directives used after code More... over 12 years ago