Closed tparviainen closed 2 years ago
Thanks for raising this. I've opened #188 which I believe should fix this issue (as well as some other issues around project/solution loading).
This has been resolved in the latest release of csharprepl (v0.5.0)! Please give it a try and let me know if you run into any issues. Thanks for reporting it.
Version
C# REPL 0.4.0
What happened?
Create an empty netstandard2.0 project using next command:
Adding a reference (
#r
) to that project succeeds. Then add netstandard2.1 also to the target framework i.e. changecsproj
file to contain next line:Restart REPL and add a reference (
#r
) to the project gives next output:Last row in a console it is using red color. The end result is that the project reference is not added to C# repl session.