3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Trigger CI build More... over 12 years ago
Removed static cache because of failing tests More... over 12 years ago
Added caching of assembly paths in AssemblyResolver More... over 12 years ago
Renamed method to a more appropriate name :) More... over 12 years ago
Fixed failing test More... over 12 years ago
Merge branch 'dev' into 1 More... over 12 years ago
Removed manifest stuff after perf. testing NuGet API alternative More... over 12 years ago
Fixed bug where all assemblies inside working dir was picked up by MEF More... over 12 years ago
fix breaking build after latest merge More... over 12 years ago
Merge branch 'dev' of https://github.com/scriptcs/scriptcs into 306 More... over 12 years ago
Merge pull request #287 from khellang/script-pack-base More... over 12 years ago
Merge pull request #309 from filipw/308 More... over 12 years ago
added test for #r in GAC, moved ReplTests.cs to ScriptCs.Core.Tests.csproj to reflect proper structure More... over 12 years ago
Merge pull request #311 from SpikeTheMaster/dev More... over 12 years ago
Followed XUnit convention More... over 12 years ago
Revised filesystem test name and refactored into new class More... over 12 years ago
Merge pull request #304 from SpikeTheMaster/dev More... over 12 years ago
fixed edge case of null reference More... over 12 years ago
change fileloadexception to filenotfoundexception More... over 12 years ago
added tests for verifying that assembly gets removed from REPL reference list if it wasnt found. Also check - if file exists reference by absolute path, otherwise try get it from GAC More... over 12 years ago
add assembly reference to REPL reference list regardless whether it exists or not. Then catch on exception and remove reference if needed More... over 12 years ago
Slimmed down ExecuteReplCommandTest by using mocks instead of fake class More... over 12 years ago
Refactored VersionCommand and test to use IConsole More... over 12 years ago
Cleaned up most tests to a simple AAA pattern More... over 12 years ago
Refactored command tests to use Autofixture for cleaner, less brittle tests. More... over 12 years ago
Added AutoFixture.AutoMoq More... over 12 years ago
pass exception to REPL from the catch block too More... over 12 years ago
fixes #306 - if there is compile/execution exception it gets shown in the console (script mode) or REPL (repl mode) More... over 12 years ago
Merge branch 'dev' into 1 More... over 12 years ago
Merge pull request #300 from lbargaoanu/dev More... over 12 years ago