waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.83k stars 106 forks source link

Fix CSX loading using relative paths from command line #321

Closed waf closed 10 months ago

waf commented 10 months ago

We are configuring the correct working directory in the C# compilation options, but we need to pass this down the the script runner's SourceReferenceResolver roslyn integration point.

Fixes #310

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba21d40) 77.4% compared to head (e073462) 77.4%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #321 +/- ## ===================================== Coverage 77.4% 77.4% ===================================== Files 83 83 Lines 5583 5584 +1 Branches 736 736 ===================================== + Hits 4323 4324 +1 Misses 992 992 Partials 268 268 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.