| Merge pull request #479 from dpen2000/fix-462 |
|
More...
|
over 12 years ago
|
| Merge pull request #480 from adamralph/null-checks |
|
More...
|
over 12 years ago
|
| added missing null checks added CA1062 'Validate arguments of public methods' to ruleset added test ruleset with CA1062 omitted |
|
More...
|
over 12 years ago
|
| Fix #462 - Nicer error when a extensionless script name is passed |
|
More...
|
over 12 years ago
|
| Change behavior of DirectiveLineProcessor to display an error if directives such as #load or #r are used after code |
|
More...
|
over 12 years ago
|
| Added: ScriptExecutorTests for AddReferences/RemoveReferences |
|
More...
|
over 12 years ago
|
| Updated ScriptExecutor and its interface method names |
|
More...
|
over 12 years ago
|
| Fixed tests to use the new AssemblyReferences |
|
More...
|
over 12 years ago
|
| Changed passing references to ScriptExecutor and ScriptEngine from string to using AssemblyReferences |
|
More...
|
over 12 years ago
|
| Added AssemblyReferences.cs |
|
More...
|
over 12 years ago
|
| Incrementing version to v0.9.0-alpha |
|
More...
|
over 12 years ago
|
| Increment version to v0.8 |
|
More...
|
over 12 years ago
|
| Merge pull request #468 from filipw/packag-info |
|
More...
|
over 12 years ago
|
| Found package info should be debug level |
|
More...
|
over 12 years ago
|
| Merge pull request #467 from khellang/issue/419 |
|
More...
|
over 12 years ago
|
| Fixed broken build |
|
More...
|
over 12 years ago
|
| Merge pull request #420 from khellang/issue/419 |
|
More...
|
over 12 years ago
|
| Merge pull request #461 from jrusbatch/issues/459 |
|
More...
|
over 12 years ago
|
| Merge pull request #466 from filipw/execute-execeptions |
|
More...
|
over 12 years ago
|
| Merge pull request #463 from filipw/scripthost-cleanup |
|
More...
|
over 12 years ago
|
| show full ex details for execute exception |
|
More...
|
over 12 years ago
|
| Hide inner exception from user |
|
More...
|
over 12 years ago
|
| Added tests for exception handling in compiler engine for both compile ex and execute ex |
|
More...
|
over 12 years ago
|
| Changed RoslynScriptCompilerEngine to catch exceptions in a better way |
|
More...
|
over 12 years ago
|
| Added ScriptCompilationException.cs |
|
More...
|
over 12 years ago
|
| Merge pull request #464 from filipw/iconsole |
|
More...
|
over 12 years ago
|
| Added tests for overriding console |
|
More...
|
over 12 years ago
|
| Added test verifying that Roslyn Engine references Core |
|
More...
|
over 12 years ago
|
| Moved IScriptHost.cs and IScriptHostFactory.cs back to core to prevent regression. Also removed them from IServiceOverrides.cs and ServiceOverrides.cs |
|
More...
|
over 12 years ago
|
| Remove '%LOCALAPPDATA%\scriptcs' on uninstall. |
|
More...
|
over 12 years ago
|