Luiz-Ossinho

Results 1 issues of Luiz-Ossinho

### Feature Description Lets say there is a solution like ├►MySolution.sln └┬►MyClassLibrary.csproj ▒├►MyConsoleApp.csproj ▒└┬►References: MyClassLibrary.csproj ▒▒└►References: "nuget: Newtonsoft.Json" After executing: `#r "pathToSolution\MySolution.sln"` It should not load only one project, but...

enhancement