Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CSX loading using relative paths from command line #321

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

waf
Copy link
Owner

@waf waf commented Nov 17, 2023

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

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.
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@          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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@waf waf merged commit d56d924 into main Nov 17, 2023
3 checks passed
@waf waf deleted the fix-relative-path-files-passed-as-load-scripts branch November 17, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Csharprepl cannot find script in current working directory
1 participant